/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 4413 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ macro 4432 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) 4461 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4463 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4464 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4465 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4466 DIP(SrcNone | Prot | Priv, clgi, check_svme), 4467 DIP(SrcNone | Prot | Priv, skinit, check_svme), 4468 DIP(SrcNon [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 3988 #define DIP(_y, _i, _p) { .flags = (_y)|Intercept|CheckPerm, \ macro 4007 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) 4036 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4038 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4039 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4040 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4041 DIP(SrcNone | Prot | Priv, clgi, check_svme), 4042 DIP(SrcNone | Prot | Priv, skinit, check_svme), 4043 DIP(SrcNon [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 172 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
H A D | sym_hipd.c | 153 else if (istat & DIP) { in sym_soft_reset() 1025 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2744 * after the SIP and/or DIP flag has been raised in the 2749 * SIP or DIP flag is set, there is a small window of time 2827 if (!(istat & (SIP|DIP))) 2851 if (istatc & DIP) 2862 } while (istatc & (SIP|DIP));
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 172 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
H A D | sym_hipd.c | 153 else if (istat & DIP) { in sym_soft_reset() 1025 if (INB(np, nc_istat) & (INTF|SIP|DIP)) 2744 * after the SIP and/or DIP flag has been raised in the 2749 * SIP or DIP flag is set, there is a small window of time 2827 if (!(istat & (SIP|DIP))) 2851 if (istatc & DIP) 2862 } while (istatc & (SIP|DIP));
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 1912 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1947 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1912 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1947 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1912 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1947 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1912 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address 1947 )"$(ipv6_to_bytes $GRP):"$( : DIP is multicast address
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.h | 693 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
H A D | ncr53c8xx.c | 5772 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5915 if (!(istat & (SIP|DIP))) in ncr_exception() 5927 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception() 7732 if (INB(nc_istat) & (INTF|SIP|DIP))
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.h | 693 #define DIP 0x01 /* sta: host/script interrupt */ macro
|
H A D | ncr53c8xx.c | 5606 if (INB(nc_istat) & (INTF|SIP|DIP)) { in ncr_timeout() 5749 if (!(istat & (SIP|DIP))) in ncr_exception() 5761 dstat = (istat & DIP) ? INB (nc_dstat) : 0; in ncr_exception() 7566 if (INB(nc_istat) & (INTF|SIP|DIP))
|