Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dfw_cfg.c197 feature_control_bits |= FEATURE_CONTROL_SGX; in fw_cfg_build_feature_control()
/openbmc/qemu/target/i386/
H A Dcpu.h427 #define FEATURE_CONTROL_SGX (1ULL << 18) macro