Home
last modified time | relevance | path

Searched refs:DTRACE_PHYSLAT4 (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/osfmk/x86_64/
H A Dloose_ends.c370 DTRACE_PHYSLAT4(physread, uint64_t, (eabs - sabs), in ml_phys_read_data()
510 DTRACE_PHYSLAT4(physwrite, uint64_t, (eabs - sabs), in ml_phys_write_data()
693 DTRACE_PHYSLAT4(portiowrite, uint64_t, (eabs - sabs), in ml_port_io_write()
/xnu-10002.41.9/osfmk/arm64/
H A Dloose_ends.c378 DTRACE_PHYSLAT4(physread, uint64_t, (eabs - sabs), in ml_phys_read_data()
600 DTRACE_PHYSLAT4(physwrite, uint64_t, (eabs - sabs), in ml_phys_write_data()
/xnu-10002.41.9/osfmk/mach/machine/
H A Dsdt.h149 #define DTRACE_PHYSLAT4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) \ macro