Home
last modified time | relevance | path

Searched refs:PPC_WAIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/vdso/
H A Dprocessor.h30 PPC_WAIT(2, 0), \
/openbmc/linux/arch/powerpc/include/asm/
H A Dprocessor.h362 PPC_WAIT(2, 0), /* aka pause_short */ \
H A Dppc-opcode.h623 #define PPC_WAIT(w, p) stringify_in_c(.long PPC_RAW_WAIT(w, p)) macro
/openbmc/qemu/target/ppc/
H A Dcpu.h2296 PPC_WAIT = 0x0000000000000100ULL, enumerator
2398 | PPC_64BX | PPC_64H | PPC_WAIT | PPC_MFTB \
H A Dcpu_init.c3124 PPC_FLOAT_STFIWX | PPC_WAIT | in POWERPC_FAMILY()
3170 PPC_FLOAT_STFIWX | PPC_WAIT | in POWERPC_FAMILY()
3218 PPC_FLOAT_STFIWX | PPC_WAIT | in POWERPC_FAMILY()
H A Dtranslate.c3966 if (ctx->insns_flags & PPC_WAIT) { in gen_wait()
6574 GEN_HANDLER(wait, 0x1F, 0x1E, 0x01, 0x039FF801, PPC_WAIT),