Searched refs:rev (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_symfile.c | 467 uint64_t rev; in kern_open_file_for_direct_io() local 468 for (rev = 4096; rev <= getphysreq.length; rev += 4096) { in kern_open_file_for_direct_io() 469 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
|
| /xnu-8792.81.2/osfmk/arm64/ |
| H A D | machine_routines.c | 922 ml_read_chip_revision(unsigned int *rev __unused) in ml_read_chip_revision() 929 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision() 931 *rev = CPU_VERSION_UNKNOWN; in ml_read_chip_revision()
|
| H A D | proc_reg.h | 2563 .macro DEPRECATE_COREEQ_REVLO core, rev, midr_el1, scratch 2564 EXEC_COREEQ_REVLO \core, \rev, \midr_el1, \scratch
|
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | README.md | 114 …kages lldbmacros scripts into the dSYM of each kernel build. This helps in rev-locking the lldb co…
|
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_pageout.c | 3045 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL); in vm_pageout_scan()
|