Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/osfmk/i386/
H A Di386_lock.s47 #define PAUSE rep; nop
H A Dpostcode.h46 #define CPU_PAUSE() rep; nop
H A Dcpu_capabilities.h312 symbol_name: nop
/xnu-10063.101.15/osfmk/arm64/
H A Dproc_reg.h2707 nop // Sequence of six NOPs to pad out and terminate instruction decode…
2708 nop
2709 nop
2710 nop
2711 nop
2712 nop
H A Dmachine_routines_asm.s1077 nop
/xnu-10063.101.15/bsd/dev/arm/
H A Dcpu_in_cksum.s377 nop
/xnu-10063.101.15/bsd/netinet/
H A Dip_input.c384 char nop; /* one NOP to align */ member
3194 #define OPTSIZ (sizeof (ip_srcrt.nop) + sizeof (ip_srcrt.srcopt)) in ip_srcroute()
3220 ip_srcrt.nop = IPOPT_NOP; in ip_srcroute()
3223 &ip_srcrt.nop, OPTSIZ); in ip_srcroute()