Searched refs:ventry (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm64/kernel/ |
H 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 35 ventry elx_sync // Synchronous 64-bit EL1 36 ventry el1_irq_invalid // IRQ 64-bit EL1 [all …]
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-init.S | 27 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/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.c | 187 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 …]
|
/linux/tools/perf/util/ |
H A D | syscalltbl.c | 67 static int syscallcmpname(const void *vkey, const void *ventry) in syscallcmpname() argument 70 const uint16_t *entry = ventry; in syscallcmpname()
|
/linux/drivers/video/console/ |
H 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/ |
H A D | assembler.h | 131 .macro ventry label
|