Home
last modified time | relevance | path

Searched defs:PAUSE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h34 #define PAUSE 0x4000 macro
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h85 #define PAUSE 0x4000 macro
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/
H A Dddr.h331 #define PAUSE() asm volatile("nop; nop; nop; nop; nop; nop; nop; nop") macro
/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h50 DIRECT, PAUSE, enumerator
/openbmc/linux/drivers/dma/
H A Dhisi_dma.c105 PAUSE, enumerator
/openbmc/linux/drivers/clk/samsung/
H A Dclk-exynos5260.h322 #define PAUSE 0x1004 macro
H A Dclk-exynos5433.c994 #define PAUSE 0x1008 macro
/openbmc/linux/tools/perf/util/
H A Devlist.c1742 PAUSE, in evlist__toggle_bkw_mmap() enumerator
/openbmc/qemu/disas/
H A Dnanomips.c11379 static char *PAUSE(uint64 instruction, Dis_info *info) in PAUSE() function