Searched refs:devfn (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1407 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument 1409 (long)(devfn)) 1410 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument 1412 (long)(bus), (long)(devfn)) 2816 long devfn); 2818 long bus, long devfn);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2428 PRE_SYSCALL(pciconfig_iobase)(long which, long bus, long devfn) {} 2430 POST_SYSCALL(pciconfig_iobase)(long res, long which, long bus, long devfn) {}
|