Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/apic/
Dx2apic_uv_x.c611 struct uv_gam_range_s *grt; in build_uv_gr_table() local
619 grt = kzalloc(bytes, GFP_KERNEL); in build_uv_gr_table()
620 BUG_ON(!grt); in build_uv_gr_table()
621 _gr_table = grt; in build_uv_gr_table()
643 grt = &_gr_table[indx]; in build_uv_gr_table()
644 grt->base = lindx; in build_uv_gr_table()
645 grt->nasid = gre->nasid; in build_uv_gr_table()
646 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
654 if (grt->limit == last_limit) { in build_uv_gr_table()
655 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
[all …]