Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_uv_x.c734 static __init void map_high(char *id, unsigned long base, int pshift, int bshift, int max_pnode, en… in map_high() argument
739 bytes = (1UL << bshift) * (max_pnode + 1); in map_high()
787 static __init void map_gru_high(int max_pnode) in map_gru_high() argument
807 map_high("GRU", base, shift, shift, max_pnode, map_wb); in map_gru_high()
809 gru_end_paddr = gru_start_paddr + (1UL << shift) * (max_pnode + 1); in map_gru_high()
812 static __init void map_mmr_high(int max_pnode) in map_mmr_high() argument
819 map_high("MMR", mmr.s.base, shift, shift, max_pnode, map_uc); in map_mmr_high()
825 static __init void map_mmioh_high_uv34(int index, int min_pnode, int max_pnode) in map_mmioh_high_uv34() argument
867 max_pnode *= 2; in map_mmioh_high_uv34()
880 if (nasid < min_pnode || max_pnode < nasid) in map_mmioh_high_uv34()
[all …]