Searched refs:ventry (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/arm64/kvm/hyp/nvhe/ |
D | hyp-init.S | 26 ventry __invalid // Synchronous EL2t 27 ventry __invalid // IRQ EL2t 28 ventry __invalid // FIQ EL2t 29 ventry __invalid // Error EL2t 31 ventry __invalid // Synchronous EL2h 32 ventry __invalid // IRQ EL2h 33 ventry __invalid // FIQ EL2h 34 ventry __invalid // Error EL2h 36 ventry __do_hyp_init // Synchronous 64-bit EL1 37 ventry __invalid // IRQ 64-bit EL1 [all …]
|
/linux-5.19.10/arch/arm64/kernel/ |
D | hyp-stub.S | 25 ventry el2_sync_invalid // Synchronous EL2t 26 ventry el2_irq_invalid // IRQ EL2t 27 ventry el2_fiq_invalid // FIQ EL2t 28 ventry el2_error_invalid // Error EL2t 30 ventry elx_sync // Synchronous EL2h 31 ventry el2_irq_invalid // IRQ EL2h 32 ventry el2_fiq_invalid // FIQ EL2h 33 ventry el2_error_invalid // Error EL2h 35 ventry elx_sync // Synchronous 64-bit EL1 36 ventry el1_irq_invalid // IRQ 64-bit EL1 [all …]
|
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_acl_tcam.c | 243 struct mlxsw_sp_acl_tcam_ventry *ventry; member 1124 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_entry_create() argument 1134 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create() 1138 entry->priv, ventry->rulei); in mlxsw_sp_acl_tcam_entry_create() 1184 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_ventry_add() argument 1196 ventry->vchunk = vchunk; in mlxsw_sp_acl_tcam_ventry_add() 1197 ventry->rulei = rulei; in mlxsw_sp_acl_tcam_ventry_add() 1201 ventry->entry = mlxsw_sp_acl_tcam_entry_create(mlxsw_sp, ventry, in mlxsw_sp_acl_tcam_ventry_add() 1203 if (IS_ERR(ventry->entry)) { in mlxsw_sp_acl_tcam_ventry_add() 1205 err = PTR_ERR(ventry->entry); in mlxsw_sp_acl_tcam_ventry_add() [all …]
|
/linux-5.19.10/tools/perf/util/ |
D | syscalltbl.c | 48 static int syscallcmpname(const void *vkey, const void *ventry) in syscallcmpname() argument 51 const struct syscall *entry = ventry; in syscallcmpname()
|
/linux-5.19.10/drivers/net/vxlan/ |
D | vxlan_vnifilter.c | 256 struct nlattr *ventry; in vxlan_fill_vni_filter_entry() local 263 ventry = nla_nest_start(skb, VXLAN_VNIFILTER_ENTRY); in vxlan_fill_vni_filter_entry() 264 if (!ventry) in vxlan_fill_vni_filter_entry() 290 nla_nest_end(skb, ventry); in vxlan_fill_vni_filter_entry() 295 nla_nest_cancel(skb, ventry); in vxlan_fill_vni_filter_entry()
|
/linux-5.19.10/drivers/video/console/ |
D | newport_con.c | 203 unsigned short ventry, treg; in newport_get_screensize() local 206 ventry = newport_vc2_get(npregs, VC2_IREG_VENTRY); in newport_get_screensize() 207 newport_vc2_set(npregs, VC2_IREG_RADDR, ventry); in newport_get_screensize()
|
/linux-5.19.10/arch/arm64/include/asm/ |
D | assembler.h | 148 .macro ventry label
|