Home
last modified time | relevance | path

Searched refs:ventry (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S23 .macro ventry label macro
30 ventry curr_sp0_sync /* Synchronous */
31 ventry curr_sp0_irq /* Irq/vIRQ */
32 ventry curr_sp0_fiq /* Fiq/vFIQ */
33 ventry curr_sp0_serror /* SError/VSError */
36 ventry curr_spx_sync /* Synchronous */
37 ventry curr_spx_irq /* IRQ/vIRQ */
38 ventry curr_spx_fiq /* FIQ/vFIQ */
39 ventry curr_spx_serror /* SError/VSError */
42 ventry lower_a64_sync /* Synchronous */
[all …]
/openbmc/linux/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_invalid // IRQ 64-bit EL1
[all …]
/openbmc/linux/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 __invalid // IRQ 64-bit EL1
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c187 struct mlxsw_sp_acl_tcam_ventry *ventry; member
1050 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_entry_create() argument
1060 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create()
1064 entry->priv, ventry->rulei); in mlxsw_sp_acl_tcam_entry_create()
1110 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_ventry_add() argument
1122 ventry->vchunk = vchunk; in mlxsw_sp_acl_tcam_ventry_add()
1123 ventry->rulei = rulei; in mlxsw_sp_acl_tcam_ventry_add()
1127 ventry->entry = mlxsw_sp_acl_tcam_entry_create(mlxsw_sp, ventry, in mlxsw_sp_acl_tcam_ventry_add()
1129 if (IS_ERR(ventry->entry)) { in mlxsw_sp_acl_tcam_ventry_add()
1131 err = PTR_ERR(ventry->entry); in mlxsw_sp_acl_tcam_ventry_add()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsyscalltbl.c52 static int syscallcmpname(const void *vkey, const void *ventry) in syscallcmpname() argument
55 const struct syscall *entry = ventry; in syscallcmpname()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c256 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()
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c404 struct iovec *ventry; in net_tx_pkt_add_raw_fragment() local
411 ventry = &pkt->raw[pkt->raw_frags]; in net_tx_pkt_add_raw_fragment()
412 ventry->iov_base = base; in net_tx_pkt_add_raw_fragment()
413 ventry->iov_len = len; in net_tx_pkt_add_raw_fragment()
/openbmc/linux/drivers/video/console/
H A Dnewport_con.c203 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()
/openbmc/linux/arch/arm64/include/asm/
H A Dassembler.h134 .macro ventry label