D | linux_syscall_hooks.h | 1405 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \ argument 1407 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf)) 1408 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \ argument 1410 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf)) 1411 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \ argument 1413 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf)) 1414 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \ argument 1416 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf)) 2797 void __sanitizer_syscall_pre_impl_pciconfig_read(long bus, long dfn, long off, 2799 void __sanitizer_syscall_post_impl_pciconfig_read(long res, long bus, long dfn, [all …]
|