Searched refs:ventry (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm64/kernel/ |
| A 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 36 ventry el1_irq_invalid // IRQ 64-bit EL1 37 ventry el1_fiq_invalid // FIQ 64-bit EL1 [all …]
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| A D | hyp-init.S | 27 ventry . // Synchronous EL2t 28 ventry . // IRQ EL2t 29 ventry . // FIQ EL2t 30 ventry . // Error EL2t 33 ventry . // IRQ EL2h 34 ventry . // FIQ EL2h 35 ventry . // Error EL2h 38 ventry . // IRQ 64-bit EL1 39 ventry . // FIQ 64-bit EL1 43 ventry . // IRQ 32-bit EL1 [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_tcam.c | 1060 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create() 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() 1154 list_del(&ventry->list); in mlxsw_sp_acl_tcam_ventry_del() 1206 ventry->entry = new_entry; in mlxsw_sp_acl_tcam_ventry_migrate() 1268 ventry = ctx->start_ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one() 1271 typeof(*ventry), list); in mlxsw_sp_acl_tcam_vchunk_migrate_one() 1303 ctx->stop_ventry = ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one() [all …]
|
| /linux/tools/perf/util/ |
| A D | syscalltbl.c | 61 static int syscallcmpname(const void *vkey, const void *ventry) in syscallcmpname() argument 64 const struct syscall *entry = ventry; in syscallcmpname()
|
| /linux/drivers/net/vxlan/ |
| A 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/drivers/video/console/ |
| A 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/arch/arm64/include/asm/ |
| A D | assembler.h | 126 .macro ventry label
|
Completed in 21 milliseconds