Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/security/intel/txt/
H A Dgetsec.c93 uint32_t *senter_function_disable, in getsec_parameter() argument
128 if (senter_function_disable) in getsec_parameter()
129 *senter_function_disable = eax & (0x3f00); in getsec_parameter()
H A Dlogging.c231 uint32_t senter_function_disable; in txt_dump_getsec_parameters() local
236 &senter_function_disable, &txt_feature_flags)) { in txt_dump_getsec_parameters()
249 (senter_function_disable >> 8) & 0x7f); in txt_dump_getsec_parameters()
H A Dtxt_getsec.h14 uint32_t *senter_function_disable,