Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/x86_64/
H A Dloose_ends.c379 DTRACE_PHYSLAT4(physread, uint64_t, (eabs - sabs), in ml_phys_read_data()
528 DTRACE_PHYSLAT4(physwrite, uint64_t, (eabs - sabs), in ml_phys_write_data()
729 DTRACE_PHYSLAT4(portiowrite, uint64_t, (eabs - sabs), in ml_port_io_write()
/xnu-8796.121.2/osfmk/arm64/
H A Dloose_ends.c369 DTRACE_PHYSLAT4(physread, uint64_t, (eabs - sabs), in ml_phys_read_data()
541 DTRACE_PHYSLAT4(physwrite, uint64_t, (eabs - sabs), in ml_phys_write_data()
/xnu-8796.121.2/osfmk/mach/machine/
H A Dsdt.h149 #define DTRACE_PHYSLAT4(name, type1, arg1, type2, arg2, type3, arg3, type4, arg4) \ macro