Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/ !
H A Dpre-commit.sh10 if git rev-parse --verify HEAD >/dev/null 2>&1 ; then
/xnu-12377.41.6/bsd/kern/ !
H A Dkern_symfile.c498 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.41.6/osfmk/arm64/ !
H A Dmachine_routines.c1116 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 Dproc_reg.h3693 .macro DEPRECATE_COREEQ_REVLO core, rev, midr_el1, scratch
3694 EXEC_COREEQ_REVLO \core, \rev, \midr_el1, \scratch
/xnu-12377.41.6/tools/lldbmacros/ !
H A DREADME.md119 …kages lldbmacros scripts into the dSYM of each kernel build. This helps in rev-locking the lldb co…
/xnu-12377.41.6/osfmk/vm/ !
H A Dvm_pageout.c3278 DTRACE_VM2(rev, int, 1, (uint64_t *), NULL);