Searched refs:rev (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/tools/ |
| H A D | pre-commit.sh | 10 if git rev-parse --verify HEAD >/dev/null 2>&1 ; then
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_symfile.c | 498 uint64_t rev; in kern_open_file_for_direct_io() local 499 for (rev = 4096; rev <= getphysreq.length; rev += 4096) { in kern_open_file_for_direct_io() 500 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
|
| /xnu-12377.81.4/osfmk/arm64/ |
| H A D | machine_routines.c | 1116 ml_read_chip_revision(unsigned int *rev __unused) in ml_read_chip_revision() 1123 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision() 1125 *rev = CPU_VERSION_UNKNOWN; in ml_read_chip_revision()
|
| H A D | proc_reg.h | 3693 .macro DEPRECATE_COREEQ_REVLO core, rev, midr_el1, scratch 3694 EXEC_COREEQ_REVLO \core, \rev, \midr_el1, \scratch
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | README.md | 120 …kages lldbmacros scripts into the dSYM of each kernel build. This helps in rev-locking the lldb co…
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_pageout.c | 3278 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL);
|