Home
last modified time | relevance | path

Searched refs:STATIC_IF_INSN_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/x86_64/
H A Dstatic_if.c35 uint8_t insn[STATIC_IF_INSN_SIZE] = { 0x0F, 0x1F, 0x44, 0x00 }; in ml_static_if_entry_patch()
40 (sie->sie_base + STATIC_IF_INSN_SIZE)); in ml_static_if_entry_patch()
45 bcopy(insn, (void *)patch_point, STATIC_IF_INSN_SIZE); in ml_static_if_entry_patch()
H A Dstatic_if.h34 #define STATIC_IF_INSN_SIZE 5 macro
/xnu-12377.81.4/osfmk/arm64/
H A Dstatic_if.h34 #define STATIC_IF_INSN_SIZE 4 macro