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

/linux-master/drivers/nvdimm/
H A Dsecurity.c266 if (pass_type == NVDIMM_MASTER && !nvdimm->sec.ops->disable_master)
278 if (pass_type == NVDIMM_MASTER) {
289 if (pass_type == NVDIMM_MASTER)
290 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER);
332 pass_type == NVDIMM_MASTER ? "(master)" : "(user)",
337 if (pass_type == NVDIMM_MASTER)
339 NVDIMM_MASTER);
367 && pass_type == NVDIMM_MASTER) {
382 pass_type == NVDIMM_MASTER ? "(master)" : "(user)",
482 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER);
[all...]
H A Ddimm_devs.c626 nvdimm->sec.ext_flags = nvdimm_security_flags(nvdimm, NVDIMM_MASTER);
/linux-master/drivers/cxl/
H A Dsecurity.c40 if (ptype == NVDIMM_MASTER) {
78 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER :
104 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER :
127 return __cxl_pmem_security_disable(nvdimm, key_data, NVDIMM_MASTER);
178 .type = ptype == NVDIMM_MASTER ? CXL_PMEM_SEC_PASS_MASTER :
/linux-master/drivers/acpi/nfit/
H A Dintel.c92 if (ptype == NVDIMM_MASTER) {
153 unsigned int cmd = ptype == NVDIMM_MASTER ?
278 unsigned int cmd = ptype == NVDIMM_MASTER ?
/linux-master/include/linux/
H A Dlibnvdimm.h173 NVDIMM_MASTER, enumerator in enum:nvdimm_passphrase_type

Completed in 184 milliseconds