Home
last modified time | relevance | path

Searched refs:iotrace (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/osfmk/kern/
H A Diotrace.h66 iotrace(iotrace_type_e type, uint64_t vaddr, uint64_t paddr, int size, uint64_t val, in iotrace() function
105 #define iotrace(type, vaddr, paddr, size, val, sabs, duration) macro
H A DMakefile120 iotrace.h \
H A Dmachine.c1025 iotrace(IOTRACE_IO_READ, vaddr, paddr, size, result, sabs, eabs - sabs); in ml_io_read()
1176 iotrace(IOTRACE_IO_WRITE, vaddr, paddr, size, val, sabs, eabs - sabs); in ml_io_write()
/xnu-10063.141.1/osfmk/x86_64/
H A Dloose_ends.c359 iotrace(IOTRACE_PHYS_READ, 0, paddr, size, result, sabs, eabs - sabs); in ml_phys_read_data()
499 iotrace(IOTRACE_PHYS_WRITE, 0, paddr, size, data, sabs, eabs - sabs); in ml_phys_write_data()
621 iotrace(IOTRACE_PORTIO_READ, 0, ioport, size, result, sabs, eabs - sabs); in ml_port_io_read()
682 iotrace(IOTRACE_PORTIO_WRITE, 0, ioport, size, val, sabs, eabs - sabs); in ml_port_io_write()
/xnu-10063.141.1/osfmk/arm64/
H A Dloose_ends.c375 iotrace(IOTRACE_PHYS_READ, 0, addr, size, result, sabs, eabs - sabs); in ml_phys_read_data()
597 iotrace(IOTRACE_PHYS_WRITE, 0, paddr, size, data, sabs, eabs - sabs); in ml_phys_write_data()
/xnu-10063.141.1/osfmk/conf/
H A Dfiles226 osfmk/kern/iotrace.c optional config_iotrace
/xnu-10063.141.1/iokit/Kernel/
H A DIOKitDebug.cpp59 SYSCTL_QUAD(_debug, OID_AUTO, iotrace, IODEBUG_CTLFLAGS | CTLFLAG_LOCKED, &gIOKitTrace, "trace io");