Home
last modified time | relevance | path

Searched refs:CXL_PMEM_SEC_STATE_MASTER_PLIMIT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/cxl/test/
H A Dmem.c634 mdata->security_state |= CXL_PMEM_SEC_STATE_MASTER_PLIMIT; in master_plimit_check()
665 if (mdata->security_state & CXL_PMEM_SEC_STATE_MASTER_PLIMIT) { in mock_set_passphrase()
725 if (mdata->security_state & CXL_PMEM_SEC_STATE_MASTER_PLIMIT) { in mock_disable_passphrase()
857 if (mdata->security_state & CXL_PMEM_SEC_STATE_MASTER_PLIMIT && in mock_passphrase_secure_erase()
1481 CXL_PMEM_SEC_STATE_MASTER_PLIMIT; in security_lock_store()
/openbmc/linux/drivers/cxl/
H A Dsecurity.c45 if (sec_out & CXL_PMEM_SEC_STATE_MASTER_PLIMIT) in cxl_pmem_get_security_flags()
H A Dcxlmem.h827 #define CXL_PMEM_SEC_STATE_MASTER_PLIMIT 0x20 macro
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c142 state & CXL_PMEM_SEC_STATE_MASTER_PLIMIT || in security_state_show()