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

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

Completed in 132 milliseconds