Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
A Dhyp-init.S26 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/arch/arm64/kernel/
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
36 ventry el1_irq_invalid // IRQ 64-bit EL1
37 ventry el1_fiq_invalid // FIQ 64-bit EL1
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_acl_tcam.c1134 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create()
1196 ventry->vchunk = vchunk; in mlxsw_sp_acl_tcam_ventry_add()
1197 ventry->rulei = rulei; in mlxsw_sp_acl_tcam_ventry_add()
1201 ventry->entry = mlxsw_sp_acl_tcam_entry_create(mlxsw_sp, ventry, in mlxsw_sp_acl_tcam_ventry_add()
1203 if (IS_ERR(ventry->entry)) { in mlxsw_sp_acl_tcam_ventry_add()
1228 list_del(&ventry->list); in mlxsw_sp_acl_tcam_ventry_del()
1274 ventry->entry = new_entry; in mlxsw_sp_acl_tcam_ventry_migrate()
1331 ventry = ctx->start_ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one()
1334 typeof(*ventry), list); in mlxsw_sp_acl_tcam_vchunk_migrate_one()
1364 ctx->stop_ventry = ventry; in mlxsw_sp_acl_tcam_vchunk_migrate_one()
[all …]
/linux/tools/perf/util/
A Dsyscalltbl.c48 static int syscallcmpname(const void *vkey, const void *ventry) in syscallcmpname() argument
51 const struct syscall *entry = ventry; in syscallcmpname()
/linux/drivers/video/console/
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()
/linux/arch/arm64/include/asm/
A Dassembler.h141 .macro ventry label

Completed in 17 milliseconds