Home
last modified time | relevance | path

Searched refs:nop (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.141.3/tools/tests/execperf/
H A Dexit-asm.S17 nop
18 nop
19 nop
20 nop
32 nop
33 nop
34 nop
35 nop
40 nop
47 nop
/xnu-8796.141.3/osfmk/i386/
H A Di386_lock.s47 #define PAUSE rep; nop
H A Dpostcode.h46 #define CPU_PAUSE() rep; nop
H A Dcpu_capabilities.h310 symbol_name: nop
/xnu-8796.141.3/osfmk/arm64/
H A Dproc_reg.h2628 nop // Sequence of six NOPs to pad out and terminate instruction decode…
2629 nop
2630 nop
2631 nop
2632 nop
2633 nop
H A Dmachine_routines_asm.s999 nop
/xnu-8796.141.3/bsd/dev/arm/
H A Dcpu_in_cksum.s377 nop
/xnu-8796.141.3/bsd/netinet/
H A Dip_input.c382 char nop; /* one NOP to align */ member
3202 #define OPTSIZ (sizeof (ip_srcrt.nop) + sizeof (ip_srcrt.srcopt)) in ip_srcroute()
3228 ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
3231 &ip_srcrt.nop, OPTSIZ); in ip_srcroute()