Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Dcore.c28 bool *ifs_pkg_auth; variable
69 kfree(ifs_pkg_auth); in ifs_cleanup()
91 ifs_pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()
92 if (!ifs_pkg_auth) in ifs_init()
H A Dload.c196 memset(ifs_pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check()
208 if (ifs_pkg_auth[curr_pkg]) in scan_chunks_sanity_check()
219 ifs_pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
H A Difs.h288 extern bool *ifs_pkg_auth;