Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Ddmi.h17 return ((void *)TO_CACHE(phys_addr)); in dmi_remap()
H A Daddrspace.h50 #define TO_CACHE(x) (CACHE_BASE | ((x) & TO_PHYS_MASK)) macro
/openbmc/linux/arch/loongarch/mm/
H A Dioremap.c11 return ((void __iomem *)TO_CACHE(phys_addr)); in early_ioremap()
/openbmc/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c25 #define KEXEC_CONTROL_CODE TO_CACHE(0x100000UL)
26 #define KEXEC_CMDLINE_ADDR TO_CACHE(0x108000UL)
H A Dsmp.c408 init_fn = (void *)TO_CACHE(addr); in arch_cpu_idle_dead()