Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_symfile.c462 uint64_t rev; in kern_open_file_for_direct_io() local
463 for (rev = 4096; rev <= getphysreq.length; rev += 4096) { in kern_open_file_for_direct_io()
464 callback(callback_ref, getphysreq.offset + getphysreq.length - rev, 4096); in kern_open_file_for_direct_io()
/xnu-8020.101.4/osfmk/arm/
H A Dstrlen.s106 rev temp, temp
H A Dstrnlen.s122 rev temp, temp
H A Dlz4_encode_armv7.s185 1:rev r11, r11
/xnu-8020.101.4/osfmk/arm64/
H A Dproc_reg.h2270 .macro DEPRECATE_COREEQ_REVLO core, rev, midr_el1, scratch
2271 EXEC_COREEQ_REVLO \core, \rev, \midr_el1, \scratch
H A Dmachine_routines.c896 ml_read_chip_revision(unsigned int *rev __unused) in ml_read_chip_revision()
903 *rev = (unsigned int)ml_readprop(entryP, "chip-revision", CPU_VERSION_UNKNOWN); in ml_read_chip_revision()
905 *rev = CPU_VERSION_UNKNOWN; in ml_read_chip_revision()
/xnu-8020.101.4/tools/lldbmacros/
H A DREADME.md114 …kages lldbmacros scripts into the dSYM of each kernel build. This helps in rev-locking the lldb co…
/xnu-8020.101.4/osfmk/vm/
H A Dvm_pageout.c2941 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL); in vm_pageout_scan()