Searched defs:PTRACE_ILLEGAL_ASM (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/sparc/include/
H A Dptrace.h67 #define PTRACE_ILLEGAL_ASM __asm __volatile (".word 0" : : : "memory") macro
/netbsd-current/sys/arch/arm/include/
H A Dptrace.h72 #define PTRACE_ILLEGAL_ASM __asm __volatile ("udf #0" : : : "memory") macro
/netbsd-current/sys/arch/riscv/include/
H A Dptrace.h57 #define PTRACE_ILLEGAL_ASM __asm __volatile("c.unimp" ::: "memory") macro
/netbsd-current/sys/arch/mips/include/
H A Dptrace.h76 #define PTRACE_ILLEGAL_ASM do { \ macro
/netbsd-current/sys/arch/hppa/include/
H A Dptrace.h68 #define PTRACE_ILLEGAL_ASM __asm __volatile (".word 0x000ff000" : : : "memory") macro
/netbsd-current/sys/arch/sh3/include/
H A Dptrace.h75 #define PTRACE_ILLEGAL_ASM __asm __volatile ("0: bra 0b; bra 0b" : : : "memory") macro
/netbsd-current/sys/arch/powerpc/include/
H A Dptrace.h78 #define PTRACE_ILLEGAL_ASM __asm __volatile (".long 0" : : : "memory") macro
/netbsd-current/sys/arch/i386/include/
H A Dptrace.h118 #define PTRACE_ILLEGAL_ASM __asm __volatile ("ud2" : : : "memory") macro
/netbsd-current/sys/arch/amd64/include/
H A Dptrace.h83 #define PTRACE_ILLEGAL_ASM __asm __volatile ("ud2" : : : "memory") macro

Completed in 204 milliseconds