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

/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c826 static __init void map_high(char *id, unsigned long base, int pshift, int bshift, int max_pnode, enum map_type map_type) argument
831 bytes = (1UL << bshift) * (max_pnode + 1);
842 id, paddr, paddr + bytes, mt[map_type], max_pnode + 1);
845 static __init void map_gru_high(int max_pnode) argument
870 map_high("GRU", base, shift, shift, max_pnode, map_wb);
872 gru_end_paddr = gru_start_paddr + (1UL << shift) * (max_pnode + 1);
875 static __init void map_mmr_high(int max_pnode) argument
902 map_high("MMR", base, shift, shift, max_pnode, map_uc);
916 int min_pnode, int max_pnode,
927 max_io = max_pnode;
915 calc_mmioh_map(enum mmioh_arch index, int min_pnode, int max_pnode, int shift, unsigned long base, int m_io, int n_io) argument
1030 map_mmioh_high(int min_pnode, int max_pnode) argument
1651 unsigned short min_pnode = USHRT_MAX, max_pnode = 0; local
[all...]

Completed in 215 milliseconds