Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/nfit/
Dintel.c56 unsigned long security_flags = 0; in intel_security_flags() local
93 set_bit(NVDIMM_SECURITY_UNLOCKED, &security_flags); in intel_security_flags()
95 set_bit(NVDIMM_SECURITY_DISABLED, &security_flags); in intel_security_flags()
97 set_bit(NVDIMM_SECURITY_FROZEN, &security_flags); in intel_security_flags()
98 return security_flags; in intel_security_flags()
107 set_bit(NVDIMM_SECURITY_FROZEN, &security_flags); in intel_security_flags()
110 set_bit(NVDIMM_SECURITY_LOCKED, &security_flags); in intel_security_flags()
112 set_bit(NVDIMM_SECURITY_UNLOCKED, &security_flags); in intel_security_flags()
114 set_bit(NVDIMM_SECURITY_DISABLED, &security_flags); in intel_security_flags()
116 return security_flags; in intel_security_flags()