Home
last modified time | relevance | path

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

/linux-6.1.9/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.1.9/drivers/staging/octeon/
Dethernet-tx.c264 hw_buffer.s.addr = XKPHYS_TO_PHYS((uintptr_t)skb->data); in cvm_oct_xmit()
268 hw_buffer.s.addr = XKPHYS_TO_PHYS((uintptr_t)skb->data); in cvm_oct_xmit()
276 XKPHYS_TO_PHYS((uintptr_t)skb_frag_address(fs)); in cvm_oct_xmit()
281 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.1.9/arch/mips/include/asm/
Daddrspace.h128 #define XKPHYS_TO_PHYS(p) ((p) & TO_PHYS_MASK) macro
/linux-6.1.9/arch/mips/cavium-octeon/
Docteon-platform.c413 .start = XKPHYS_TO_PHYS(CVMX_RNM_CTL_STATUS), in octeon_rng_device_init()
414 .end = XKPHYS_TO_PHYS(CVMX_RNM_CTL_STATUS) + 0xf in octeon_rng_device_init()