Searched refs:config_ternary (Results 1 - 3 of 3) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/machine/
H A Dfpu.h56 uint64_t features = config_ternary(CONFIG_XSAVE, CONFIG_XSAVE_FEATURE_SET, 1);
62 uint64_t features = config_ternary(CONFIG_XSAVE, CONFIG_XSAVE_FEATURE_SET, 1);
/seL4-l4v-10.1.1/seL4/src/arch/x86/machine/
H A Dfpu.c45 uint64_t desired_features = config_ternary(CONFIG_XSAVE, CONFIG_XSAVE_FEATURE_SET, 1);
/seL4-l4v-10.1.1/seL4/include/
H A Dutil.h81 #define config_ternary(macro, true, false) _config_ternary(macro, true, false) macro

Completed in 39 milliseconds