Home
last modified time | relevance | path

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

/xnu-8792.41.9/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 DMakefile119 iotrace.h \
H A Dmachine.c897 iotrace(IOTRACE_IO_READ, vaddr, paddr, size, result, sabs, eabs - sabs); in ml_io_read()
1044 iotrace(IOTRACE_IO_WRITE, vaddr, paddr, size, val, sabs, eabs - sabs); in ml_io_write()
/xnu-8792.41.9/osfmk/x86_64/
H A Dloose_ends.c364 iotrace(IOTRACE_PHYS_READ, 0, paddr, size, result, sabs, eabs - sabs); in ml_phys_read_data()
512 iotrace(IOTRACE_PHYS_WRITE, 0, paddr, size, data, sabs, eabs - sabs); in ml_phys_write_data()
643 iotrace(IOTRACE_PORTIO_READ, 0, ioport, size, result, sabs, eabs - sabs); in ml_port_io_read()
712 iotrace(IOTRACE_PORTIO_WRITE, 0, ioport, size, val, sabs, eabs - sabs); in ml_port_io_write()
/xnu-8792.41.9/osfmk/arm64/
H A Dloose_ends.c352 iotrace(IOTRACE_PHYS_READ, 0, addr, size, result, sabs, eabs - sabs); in ml_phys_read_data()
524 iotrace(IOTRACE_PHYS_WRITE, 0, paddr, size, data, sabs, eabs - sabs); in ml_phys_write_data()
/xnu-8792.41.9/osfmk/conf/
H A Dfiles203 osfmk/kern/iotrace.c optional config_iotrace
/xnu-8792.41.9/iokit/Kernel/
H A DIOKitDebug.cpp59 SYSCTL_QUAD(_debug, OID_AUTO, iotrace, IODEBUG_CTLFLAGS | CTLFLAG_LOCKED, &gIOKitTrace, "trace io");