Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c550 static __initdata struct uv_gam_range_s *_gr_table; variable
613 _gr_table = grt; in build_uv_gr_table()
635 grt = &_gr_table[indx]; in build_uv_gr_table()
662 grt->base = grt - _gr_table; in build_uv_gr_table()
670 i = grt - _gr_table; in build_uv_gr_table()
675 ret = krealloc(_gr_table, bytes, GFP_KERNEL); in build_uv_gr_table()
677 _gr_table = ret; in build_uv_gr_table()
683 for (i = 0, grt = _gr_table; i < _gr_table_len; i++, grt++) { in build_uv_gr_table()
687 start = gb < 0 ? 0 : (unsigned long)_gr_table[gb].limit << UV_GAM_RANGE_SHFT; in build_uv_gr_table()
1293 hi->gr_table = _gr_table; in uv_init_hub_info()