Searched refs:ventry (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dhyp-stub.S25 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_invali
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S26 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 __invali
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c133 struct mlxsw_sp_acl_tcam_ventry *start_ventry; /* ventry to start
138 struct mlxsw_sp_acl_tcam_ventry *stop_ventry; /* ventry to stop
187 struct mlxsw_sp_acl_tcam_ventry *ventry; member in struct:mlxsw_sp_acl_tcam_entry
750 * under rehash migration, we have to reset the ventry pointers
1050 struct mlxsw_sp_acl_tcam_ventry *ventry,
1060 entry->ventry = ventry;
1064 entry->priv, ventry->rulei);
1110 struct mlxsw_sp_acl_tcam_ventry *ventry,
1122 ventry
1049 mlxsw_sp_acl_tcam_entry_create(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_ventry *ventry, struct mlxsw_sp_acl_tcam_chunk *chunk) argument
1108 mlxsw_sp_acl_tcam_ventry_add(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_vgroup *vgroup, struct mlxsw_sp_acl_tcam_ventry *ventry, struct mlxsw_sp_acl_rule_info *rulei) argument
1146 mlxsw_sp_acl_tcam_ventry_del(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_ventry *ventry) argument
1161 mlxsw_sp_acl_tcam_ventry_action_replace(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_ventry *ventry, struct mlxsw_sp_acl_rule_info *rulei) argument
1173 mlxsw_sp_acl_tcam_ventry_activity_get(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_ventry *ventry, bool *activity) argument
1188 mlxsw_sp_acl_tcam_ventry_migrate(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_acl_tcam_ventry *ventry, struct mlxsw_sp_acl_tcam_chunk *chunk, int *credits) argument
1248 struct mlxsw_sp_acl_tcam_ventry *ventry; local
1683 struct mlxsw_sp_acl_tcam_ventry ventry; member in struct:mlxsw_sp_acl_tcam_flower_rule
1802 struct mlxsw_sp_acl_tcam_ventry ventry; member in struct:mlxsw_sp_acl_tcam_mr_rule
[all...]
/linux-master/tools/perf/util/
H A Dsyscalltbl.c52 static int syscallcmpname(const void *vkey, const void *ventry) argument
55 const struct syscall *entry = ventry;
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c256 struct nlattr *ventry; local
263 ventry = nla_nest_start(skb, VXLAN_VNIFILTER_ENTRY);
264 if (!ventry)
290 nla_nest_end(skb, ventry);
295 nla_nest_cancel(skb, ventry);
/linux-master/drivers/video/console/
H A Dnewport_con.c203 unsigned short ventry, treg; local
206 ventry = newport_vc2_get(npregs, VC2_IREG_VENTRY);
207 newport_vc2_set(npregs, VC2_IREG_RADDR, ventry);
/linux-master/arch/arm64/include/asm/
H A Dassembler.h130 .macro ventry label

Completed in 115 milliseconds