Home | History | Annotate | Download | only in sanitizer

Lines Matching refs:dfn

1405 #define __sanitizer_syscall_pre_pciconfig_read(bus, dfn, off, len, buf) \
1407 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1408 #define __sanitizer_syscall_post_pciconfig_read(res, bus, dfn, off, len, buf) \
1410 res, (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1411 #define __sanitizer_syscall_pre_pciconfig_write(bus, dfn, off, len, buf) \
1413 (long)(bus), (long)(dfn), (long)(off), (long)(len), (long)(buf))
1414 #define __sanitizer_syscall_post_pciconfig_write(res, bus, dfn, off, len, buf) \
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,
2801 void __sanitizer_syscall_pre_impl_pciconfig_write(long bus, long dfn, long off,
2803 void __sanitizer_syscall_post_impl_pciconfig_write(long res, long bus, long dfn,