Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_uv_x.c426 struct uv_gam_range_s *grt; in build_uv_gr_table() local
434 grt = kzalloc(bytes, GFP_KERNEL); in build_uv_gr_table()
435 BUG_ON(!grt); in build_uv_gr_table()
436 _gr_table = grt; in build_uv_gr_table()
458 grt = &_gr_table[indx]; in build_uv_gr_table()
459 grt->base = lindx; in build_uv_gr_table()
460 grt->nasid = gre->nasid; in build_uv_gr_table()
461 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
469 if (grt->limit == last_limit) { in build_uv_gr_table()
470 grt->limit = last_limit = gre->limit; in build_uv_gr_table()
[all …]