Searched defs:PROC (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/fs/procfs/ |
H A D | procfs_dbregs.c | 70 #define PROC(d, w, t, r) wrap32 ? \ macro 77 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
|
H A D | procfs_fpregs.c | 64 #define PROC(d, w, t, r) wrap32 ? \ macro 71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
|
H A D | procfs_regs.c | 64 #define PROC(d, w, t, r) wrap32 ? \ macro 71 #define PROC(d, w, t, r) proc_ ## d ## _ ## w(t, r) macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_asm.S | 65 .macro PROC macro 90 .macro PROC proc macro 127 .macro PROC macro 145 .macro PROC proc macro 171 .macro PROC proc macro
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 24 #define PROC(ENUM, NAME, DEFAULT_MARCH, FAST_SCALAR_UNALIGN, \ macro 40 #define PROC(ENUM, NAME, DEFAULT_MARCH, FAST_SCALAR_UNALIGN, \ macro
|