Searched refs:CVMX_L2C_WPAR_PPX (Results 1 – 2 of 2) sorted by relevance
85 return (cvmx_read_csr(CVMX_L2C_WPAR_PPX(core)) & 0xffff); in cvmx_l2c_get_core_way_partition()129 cvmx_write_csr(CVMX_L2C_WPAR_PPX(core), mask); in cvmx_l2c_set_core_way_partition()
926 static inline uint64_t CVMX_L2C_WPAR_PPX(unsigned long offset) in CVMX_L2C_WPAR_PPX() function938 #define CVMX_L2C_WPAR_PPX(offset) (CVMX_ADD_IO_SEG(0x0001180080840000ull) + ((offset) & 31) * 8) macro