Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/lib/
Duncached.c53 XKPHYS_TO_PHYS((long long)sp)); in run_uncached()
65 XKPHYS_TO_PHYS((long long)lfunc)); in run_uncached()
/linux-6.12.1/drivers/staging/octeon/
Dethernet-tx.c262 hw_buffer.s.addr = XKPHYS_TO_PHYS((uintptr_t)skb->data); in cvm_oct_xmit()
266 hw_buffer.s.addr = XKPHYS_TO_PHYS((uintptr_t)skb->data); in cvm_oct_xmit()
274 XKPHYS_TO_PHYS((uintptr_t)skb_frag_address(fs)); in cvm_oct_xmit()
279 XKPHYS_TO_PHYS((uintptr_t)CVM_OCT_SKB_CB(skb)); in cvm_oct_xmit()
Docteon-stubs.h4 #ifndef XKPHYS_TO_PHYS
5 # define XKPHYS_TO_PHYS(p) (p) macro
/linux-6.12.1/arch/mips/include/asm/
Daddrspace.h133 #define XKPHYS_TO_PHYS(p) ((p) & TO_PHYS_MASK) macro
/linux-6.12.1/arch/mips/cavium-octeon/
Docteon-platform.c415 .start = XKPHYS_TO_PHYS(CVMX_RNM_CTL_STATUS), in octeon_rng_device_init()
416 .end = XKPHYS_TO_PHYS(CVMX_RNM_CTL_STATUS) + 0xf in octeon_rng_device_init()