Home
last modified time | relevance | path

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

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