HomeSort by: relevance | last modified time | path
    Searched refs:PTRACE_ILLEGAL_ASM (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/sparc/include/
ptrace.h 67 #define PTRACE_ILLEGAL_ASM __asm __volatile (".word 0" : : : "memory")
  /src/sys/arch/riscv/include/
ptrace.h 57 #define PTRACE_ILLEGAL_ASM __asm __volatile("c.unimp" ::: "memory")
  /src/sys/arch/arm/include/
ptrace.h 72 #define PTRACE_ILLEGAL_ASM __asm __volatile ("udf #0" : : : "memory")
  /src/sys/arch/hppa/include/
ptrace.h 68 #define PTRACE_ILLEGAL_ASM __asm __volatile (".word 0x000ff000" : : : "memory")
  /src/sys/arch/mips/include/
ptrace.h 76 #define PTRACE_ILLEGAL_ASM do { \
  /src/sys/arch/sh3/include/
ptrace.h 75 #define PTRACE_ILLEGAL_ASM __asm __volatile ("0: bra 0b; bra 0b" : : : "memory")
  /src/sys/arch/powerpc/include/
ptrace.h 78 #define PTRACE_ILLEGAL_ASM __asm __volatile (".long 0" : : : "memory")
  /src/tests/kernel/
h_segv.c 104 #ifdef PTRACE_ILLEGAL_ASM
105 PTRACE_ILLEGAL_ASM;
  /src/sys/arch/amd64/include/
ptrace.h 83 #define PTRACE_ILLEGAL_ASM __asm __volatile ("ud2" : : : "memory")
  /src/sys/arch/i386/include/
ptrace.h 115 #define PTRACE_ILLEGAL_ASM __asm __volatile ("ud2" : : : "memory")
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 721 #ifdef PTRACE_ILLEGAL_ASM
723 PTRACE_ILLEGAL_ASM;
t_ptrace_signal_wait.h 391 #ifndef PTRACE_ILLEGAL_ASM
393 atf_tc_skip("PTRACE_ILLEGAL_ASM not defined");
520 #ifndef PTRACE_ILLEGAL_ASM
522 atf_tc_skip("PTRACE_ILLEGAL_ASM not defined");
739 #ifndef PTRACE_ILLEGAL_ASM
741 atf_tc_skip("PTRACE_ILLEGAL_ASM not defined");
1530 #ifndef PTRACE_ILLEGAL_ASM
1532 atf_tc_skip("PTRACE_ILLEGAL_ASM not defined");
1612 #ifndef PTRACE_ILLEGAL_ASM
1614 atf_tc_skip("PTRACE_ILLEGAL_ASM not defined")
    [all...]

Completed in 17 milliseconds