Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_numachip.c180 init_extra_mapping_uc(NUMACHIP_LCSR_BASE, NUMACHIP_LCSR_SIZE); in numachip_system_init()
184 init_extra_mapping_uc(NUMACHIP2_LCSR_BASE, NUMACHIP2_LCSR_SIZE); in numachip_system_init()
H A Dx2apic_uv_x.c889 init_extra_mapping_uc(paddr, bytes); in map_high()
1157 init_extra_mapping_uc(UV_GLOBAL_MMR32_BASE, UV_GLOBAL_MMR32_SIZE); in map_low_mmrs()
1160 init_extra_mapping_uc(UV_LOCAL_MMR_BASE, UV_LOCAL_MMR_SIZE); in map_low_mmrs()
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h259 extern void init_extra_mapping_uc(unsigned long phys, unsigned long size);
/openbmc/linux/arch/x86/mm/
H A Dinit_64.c408 void __init init_extra_mapping_uc(unsigned long phys, unsigned long size) in init_extra_mapping_uc() function