Searched defs:bus (Results 1 – 1 of 1) sorted by relevance
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1407 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1410 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument 1413 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \ argument 1416 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \ argument 1419 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \ argument 1422 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \ argument
|