Searched refs:max_pnode (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 903 static __init void map_high(char *id, unsigned long base, int pshift, int bshift, int max_pnode, en… in map_high() argument 908 bytes = (1UL << bshift) * (max_pnode + 1); in map_high() 919 id, paddr, paddr + bytes, mt[map_type], max_pnode + 1); in map_high() 922 static __init void map_gru_high(int max_pnode) in map_gru_high() argument 947 map_high("GRU", base, shift, shift, max_pnode, map_wb); in map_gru_high() 949 gru_end_paddr = gru_start_paddr + (1UL << shift) * (max_pnode + 1); in map_gru_high() 952 static __init void map_mmr_high(int max_pnode) in map_mmr_high() argument 979 map_high("MMR", base, shift, shift, max_pnode, map_uc); in map_mmr_high() 993 int min_pnode, int max_pnode, in calc_mmioh_map() argument 1004 max_io = max_pnode; in calc_mmioh_map() [all …]
|