Searched refs:instruction (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/libkern/kxld/ |
| H A D | kxld_reloc.c | 126 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 139 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 154 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 167 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc, 766 u_char *instruction = NULL; in kxld_relocator_process_sect_reloc() local 779 instruction = sect->data + reloc->address; in kxld_relocator_process_sect_reloc() 792 rval = relocator->process_reloc(relocator, instruction, reloc->length, in kxld_relocator_process_sect_reloc() 833 u_char *instruction = NULL; in kxld_relocator_process_table_reloc() local 846 instruction = relocator->file + offset; in kxld_relocator_process_table_reloc() 862 rval = relocator->process_reloc(relocator, instruction, reloc->length, in kxld_relocator_process_table_reloc() [all …]
|
| H A D | kxld_reloc.h | 55 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
|
| /xnu-12377.81.4/doc/building/ |
| H A D | bound_checks.md | 35 We can ask clang to give us one trap instruction per function, which can have 37 check in that function will jump to that trap instruction when they fail. Debug 38 information on the trap instruction will be meaningless and the debugger won't 42 On the other hand, we can ask clang to give us one trap instruction per bounds
|
| /xnu-12377.81.4/doc/arm/ |
| H A D | sme.md | 196 encounters an SME instruction. This is implemented by clearing `SCTLR_EL1.SMEN` 384 allows full use of the SIMD instruction set inside streaming SVE mode. 388 discrete trap control `ZEN` for SVE instruction and register accesses performed
|
| H A D | apple_speculative_hardening.md | 550 or a store instruction (either data or address) [^11], the flow terminates 628 requires no more than one extra instruction per hardening site. At a machine
|
| /xnu-12377.81.4/doc/observability/ |
| H A D | recount.md | 11 These two metrics are abbreviated to cycles-per-instruction, or CPI, for brevity.
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | err_server.sub | 192 "(server/exception) invalid instruction",
|
| /xnu-12377.81.4/makedefs/ |
| H A D | MakeInc.def | 718 UBSAN_CHECKS_TRAP = vla-bound builtin # emit a trap instruction (no runtim…
|