Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/nfit/
Dintel.c14 unsigned long security_flags = 0; in intel_security_flags() local
51 set_bit(NVDIMM_SECURITY_UNLOCKED, &security_flags); in intel_security_flags()
53 set_bit(NVDIMM_SECURITY_DISABLED, &security_flags); in intel_security_flags()
55 set_bit(NVDIMM_SECURITY_FROZEN, &security_flags); in intel_security_flags()
56 return security_flags; in intel_security_flags()
65 set_bit(NVDIMM_SECURITY_FROZEN, &security_flags); in intel_security_flags()
68 set_bit(NVDIMM_SECURITY_LOCKED, &security_flags); in intel_security_flags()
70 set_bit(NVDIMM_SECURITY_UNLOCKED, &security_flags); in intel_security_flags()
72 set_bit(NVDIMM_SECURITY_DISABLED, &security_flags); in intel_security_flags()
74 return security_flags; in intel_security_flags()