Home
last modified time | relevance | path

Searched refs:grt (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/arch/x86/kernel/apic/
Dx2apic_uv_x.c605 struct uv_gam_range_s *grt; in build_uv_gr_table() local
613 grt = kzalloc(bytes, GFP_KERNEL); in build_uv_gr_table()
614 BUG_ON(!grt); in build_uv_gr_table()
615 _gr_table = grt; in build_uv_gr_table()
637 grt = &_gr_table[indx]; in build_uv_gr_table()
638 grt->base = lindx; in build_uv_gr_table()
639 grt->nasid = gre->nasid; in build_uv_gr_table()
640 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
648 if (grt->limit == last_limit) { in build_uv_gr_table()
649 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
[all …]