Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcpufeature.h265 #define SCOPE_ALL ARM64_CPUCAP_SCOPE_MASK macro
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c3026 u16 non_boot_scope = SCOPE_ALL & ~SCOPE_BOOT_CPU; in cpu_enable_non_boot_scope_capabilities()
3259 verify_local_cpu_caps(SCOPE_ALL & ~SCOPE_BOOT_CPU); in verify_local_cpu_capabilities()
3365 enable_cpu_capabilities(SCOPE_ALL & ~SCOPE_BOOT_CPU); in setup_system_capabilities()
/openbmc/qemu/disas/
H A Dm68k.c2283 #define SCOPE_ALL (0x3 << 3) macro
2285 {"cinva", 2, one(0xf400|SCOPE_ALL), one(0xff38), "ce", m68040up },
2289 {"cpusha", 2, one(0xf420|SCOPE_ALL), one(0xff38), "ce", m68040up },
2295 #undef SCOPE_ALL