Home
last modified time | relevance | path

Searched defs: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()
542 static __init void map_gru_high(int max_pnode) in map_gru_high()
562 static __init void map_mmr_high(int max_pnode) 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()
670 static __init void map_mmioh_high(int min_pnode, int max_pnode) in map_mmioh_high()
878 int gnode_extra, min_pnode = 999999, max_pnode = -1; in uv_system_init() local