Searched refs:ventry (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/arch/arm64/kvm/hyp/nvhe/ |
A D | hyp-init.S | 26 ventry __invalid // Synchronous EL2t 27 ventry __invalid // IRQ EL2t 28 ventry __invalid // FIQ EL2t 29 ventry __invalid // Error EL2t 32 ventry __invalid // IRQ EL2h 33 ventry __invalid // FIQ EL2h 34 ventry __invalid // Error EL2h 37 ventry __invalid // IRQ 64-bit EL1 38 ventry __invalid // FIQ 64-bit EL1 42 ventry __invalid // IRQ 32-bit EL1 [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_acl_tcam.c | 1039 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create() 1101 ventry->vchunk = vchunk; in mlxsw_sp_acl_tcam_ventry_add() 1102 ventry->rulei = rulei; in mlxsw_sp_acl_tcam_ventry_add() 1106 ventry->entry = mlxsw_sp_acl_tcam_entry_create(mlxsw_sp, ventry, in mlxsw_sp_acl_tcam_ventry_add() 1108 if (IS_ERR(ventry->entry)) { in mlxsw_sp_acl_tcam_ventry_add() 1133 list_del(&ventry->list); in mlxsw_sp_acl_tcam_ventry_del() 1179 ventry->entry = new_entry; in mlxsw_sp_acl_tcam_ventry_migrate() 1236 ventry = ctx->start_ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one() 1239 typeof(*ventry), list); in mlxsw_sp_acl_tcam_vchunk_migrate_one() 1269 ctx->stop_ventry = ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A 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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/arm64/include/asm/ |
A D | assembler.h | 134 .macro ventry label
|
Completed in 16 milliseconds