Searched refs:CAST64 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 90 #define CAST64(v) ((long long)(long)(v)) macro 174 if ((CAST64(ptr) >> 62) == 3) in cvmx_ptr_to_phys() 175 return CAST64(ptr) & cvmx_build_mask(30); in cvmx_ptr_to_phys() 177 return CAST64(ptr) & cvmx_build_mask(40); in cvmx_ptr_to_phys()
|
H A D | cvmx-pow.h | 1686 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 90 #define CAST64(v) ((long long)(long)(v)) macro 174 if ((CAST64(ptr) >> 62) == 3) in cvmx_ptr_to_phys() 175 return CAST64(ptr) & cvmx_build_mask(30); in cvmx_ptr_to_phys() 177 return CAST64(ptr) & cvmx_build_mask(40); in cvmx_ptr_to_phys()
|
H A D | cvmx-pow.h | 1686 ptr.sio.offset = CAST64(wqp); in cvmx_pow_tag_sw_full_nocheck()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 200 cvmx_bootmem_desc = cvmx_phys_to_ptr(CAST64(mem_desc_ptr)); in cvmx_bootmem_init()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-bootmem.c | 200 cvmx_bootmem_desc = cvmx_phys_to_ptr(CAST64(mem_desc_ptr)); in cvmx_bootmem_init()
|
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | pcie-octeon.c | 870 pcie_port, CAST64(pescx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen1() 1301 pr_notice("PCIe: BIST FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen2() 1307 pr_notice("PCIe: BIST2 FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status2.u64)); in __cvmx_pcie_rc_initialize_gen2()
|
/kernel/linux/linux-6.6/arch/mips/pci/ |
H A D | pcie-octeon.c | 870 pcie_port, CAST64(pescx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen1() 1301 pr_notice("PCIe: BIST FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen2() 1307 pr_notice("PCIe: BIST2 FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status2.u64)); in __cvmx_pcie_rc_initialize_gen2()
|
Completed in 15 milliseconds