Searched refs:rev (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_symfile.c | 473 uint64_t rev; in kern_open_file_for_direct_io() local 474 for (rev = 4096; rev <= getphysreq.length; rev += 4096) { in kern_open_file_for_direct_io() 475 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | proc_reg.h | 2637 .macro DEPRECATE_COREEQ_REVLO core, rev, midr_el1, scratch 2638 EXEC_COREEQ_REVLO \core, \rev, \midr_el1, \scratch
|
| H A D | machine_routines.c | 983 ml_read_chip_revision(unsigned int *rev __unused) in ml_read_chip_revision() 990 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision() 992 *rev = CPU_VERSION_UNKNOWN; in ml_read_chip_revision()
|
| /xnu-10063.141.1/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-10063.141.1/osfmk/vm/ |
| H A D | vm_pageout.c | 3051 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL); in vm_pageout_scan()
|