Home
last modified time | relevance | path

Searched refs:CVMX_L2C_VIRTID_PPX (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-l2c.c1388 l2c_virtid_ppx.u64 = cvmx_read_csr(CVMX_L2C_VIRTID_PPX(core)); in cvmx_l2c_vrt_assign_virtid()
1399 cvmx_write_csr(CVMX_L2C_VIRTID_PPX(core), virtid & 0x3f); in cvmx_l2c_vrt_assign_virtid()
1436 l2c_virtid_ppx.u64 = cvmx_read_csr(CVMX_L2C_VIRTID_PPX(core)); in cvmx_l2c_vrt_remove_virtid()
1438 cvmx_write_csr(CVMX_L2C_VIRTID_PPX(core), 0); in cvmx_l2c_vrt_remove_virtid()
1509 l2c_virtid_ppx.u64 = cvmx_read_csr(CVMX_L2C_VIRTID_PPX(core)); in cvmx_l2c_vrt_memprotect()
H A Dcvmx-l2c-defs.h870 static inline uint64_t CVMX_L2C_VIRTID_PPX(unsigned long offset) in CVMX_L2C_VIRTID_PPX() function
882 #define CVMX_L2C_VIRTID_PPX(offset) (CVMX_ADD_IO_SEG(0x00011800808C0000ull) + ((offset) & 31) * 8) macro