Searched refs:max_pnode (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 495 int bshift, int max_pnode, enum map_type map_type) in map_high() argument 500 bytes = (1UL << bshift) * (max_pnode + 1); in map_high() 544 static __init void map_gru_high(int max_pnode) in map_gru_high() argument 559 map_high("GRU", gru.s.base, shift, shift, max_pnode, map_wb); in map_gru_high() 561 gru_end_paddr = gru_start_paddr + (1UL << shift) * (max_pnode + 1); in map_gru_high() 564 static __init void map_mmr_high(int max_pnode) in map_mmr_high() argument 571 map_high("MMR", mmr.s.base, shift, shift, max_pnode, map_uc); in map_mmr_high() 599 static __init void map_mmioh_high_uv3(int index, int min_pnode, int max_pnode) in map_mmioh_high_uv3() argument 623 max_pnode *= 2; in map_mmioh_high_uv3() 631 if (nasid < min_pnode || max_pnode < nasid) in map_mmioh_high_uv3() [all …]
|