Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S27 ventry . // Synchronous EL2t
28 ventry . // IRQ EL2t
29 ventry . // FIQ EL2t
30 ventry . // Error EL2t
32 ventry . // Synchronous EL2h
33 ventry . // IRQ EL2h
34 ventry . // FIQ EL2h
35 ventry . // Error EL2h
37 ventry __do_hyp_init // Synchronous 64-bit EL1
38 ventry . // IRQ 64-bit EL1
[all …]
/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 …]
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c252 struct nlattr *ventry; in vxlan_fill_vni_filter_entry() local
259 ventry = nla_nest_start(skb, VXLAN_VNIFILTER_ENTRY); in vxlan_fill_vni_filter_entry()
260 if (!ventry) in vxlan_fill_vni_filter_entry()
286 nla_nest_end(skb, ventry); in vxlan_fill_vni_filter_entry()
291 nla_nest_cancel(skb, ventry); in vxlan_fill_vni_filter_entry()
/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()