Home
last modified time | relevance | path

Searched refs:CPL (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/
H A Dtpm-tools_1.3.9.2.bb9 LICENSE = "CPL-1.0"
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c179 #define CPL(S) 3 macro
185 #define CPL(S) ((S)->cpl) macro
814 if (PE(s) && (CPL(s) > IOPL(s) || VM86(s))) { in gen_check_io()
1578 if (CPL(s) == 0) { in check_cpl0()
3159 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) || CPL(s) != 0) { in gen_multi0F()
3169 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) || CPL(s) != 0) { in gen_multi0F()
3180 || CPL(s) != 0) { in gen_multi0F()
3189 || CPL(s) != 0) { in gen_multi0F()
3768 g_assert(CPL(dc) == cpl); in i386_tr_init_disas_context()
H A Ddecode-new.c.inc2825 if (CPL(s) != 0) {
2842 if (IOPL(s) < CPL(s)) {
H A Demit.c.inc3075 if (CPL(s) == 0) {
3077 } else if (CPL(s) <= IOPL(s)) {
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-R-1.151 2 Common Public License Version 1.0 (CPL-1.0)
H A DLiLiQ-Rplus-1.150 1 Common Public License Version 1.0 (CPL-1.0)
/openbmc/qemu/hw/ssi/
H A Dxilinx_spips.c169 FIELD(GQSPI_CNFG, CPL, 1, 1)