Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/apic/
Dx2apic_uv_x.c493 int bshift, int max_pnode, enum map_type map_type) in map_high() argument
498 bytes = (1UL << bshift) * (max_pnode + 1); in map_high()
542 static __init void map_gru_high(int max_pnode) in map_gru_high() argument
557 map_high("GRU", gru.s.base, shift, shift, max_pnode, map_wb); in map_gru_high()
559 gru_end_paddr = gru_start_paddr + (1UL << shift) * (max_pnode + 1); in map_gru_high()
562 static __init void map_mmr_high(int max_pnode) in map_mmr_high() argument
569 map_high("MMR", mmr.s.base, shift, shift, max_pnode, map_uc); in map_mmr_high()
597 static __init void map_mmioh_high_uv3(int index, int min_pnode, int max_pnode) in map_mmioh_high_uv3() argument
621 max_pnode *= 2; in map_mmioh_high_uv3()
629 if (nasid < min_pnode || max_pnode < nasid) in map_mmioh_high_uv3()
[all …]