Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/ifs/
A Dcore.c30 bool *ifs_pkg_auth; variable
104 kfree(ifs_pkg_auth); in ifs_cleanup()
126 ifs_pkg_auth = kmalloc_array(topology_max_packages(), sizeof(bool), GFP_KERNEL); in ifs_init()
127 if (!ifs_pkg_auth) in ifs_init()
A Dload.c329 memset(ifs_pkg_auth, 0, (topology_max_packages() * sizeof(bool))); in scan_chunks_sanity_check()
343 if (ifs_pkg_auth[curr_pkg]) in scan_chunks_sanity_check()
354 ifs_pkg_auth[curr_pkg] = 1; in scan_chunks_sanity_check()
A Difs.h412 extern bool *ifs_pkg_auth;

Completed in 8 milliseconds