Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 29) sorted by relevance

12

/qemu/tests/unit/
H A Dtest-rcu-list.c105 struct list_element *el = container_of(prcu, struct list_element, rcu); in reclaim_list_el() local
126 #define TEST_LIST_REMOVE_RCU(el, f) \ argument
129 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument
140 #define TEST_LIST_REMOVE_RCU(el, f) QTAILQ_REMOVE_RCU(&Q_list_head, el, f) argument
142 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument
153 #define TEST_LIST_REMOVE_RCU(el, f) \ argument
156 #define TEST_LIST_INSERT_AFTER_RCU(list_el, el, f) \ argument
169 struct list_element *el; in rcu_q_reader() local
206 struct list_element *el, *prev_el; in rcu_q_updater() local
289 struct list_element *el, *prev_el; in rcu_qtest() local
H A Dtest-hbitmap.c656 unsigned long *el = (unsigned long *)buf; in hbitmap_test_serialize_range() local
745 unsigned long *el = (unsigned long *)buf; in test_hbitmap_serialize_part() local
/qemu/target/arm/tcg/
H A Dhflags.c19 static inline bool fgt_svc(CPUARMState *env, int el) in fgt_svc()
34 static bool aprofile_require_alignment(CPUARMState *env, int el, uint64_t sctlr) in aprofile_require_alignment()
144 static bool sme_fa64(CPUARMState *env, int el) in sme_fa64()
173 int el = arm_current_el(env); in rebuild_hflags_a32() local
217 static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, in rebuild_hflags_a64()
438 int el = arm_current_el(env); in rebuild_hflags_internal() local
462 int el = arm_current_el(env); in HELPER() local
483 int el = arm_current_el(env); in HELPER() local
H A Dpauth_helper.c463 static void pauth_check_trap(CPUARMState *env, int el, uintptr_t ra) in pauth_check_trap()
484 static bool pauth_key_enabled(CPUARMState *env, int el, uint32_t bit) in pauth_key_enabled()
491 int el = arm_current_el(env); in HELPER() local
501 int el = arm_current_el(env); in HELPER() local
511 int el = arm_current_el(env); in HELPER() local
521 int el = arm_current_el(env); in HELPER() local
542 int el = arm_current_el(env); in pauth_autia() local
563 int el = arm_current_el(env); in pauth_autib() local
584 int el = arm_current_el(env); in pauth_autda() local
605 int el = arm_current_el(env); in pauth_autdb() local
H A Dcpu64.c465 int el = arm_current_el(env); in access_actlr_w() local
H A Dmte_helper.c576 uintptr_t ra, ARMMMUIdx arm_mmu_idx, int el) in mte_async_check_fail()
604 int el, reg_el, tcf; in mte_check_fail() local
H A Dm_helper.c44 static uint32_t v7m_mrs_xpsr(CPUARMState *env, uint32_t reg, unsigned el) in v7m_mrs_xpsr()
2425 unsigned el = arm_current_el(env); in HELPER() local
H A Dhelper-a64.c852 int el = arm_current_el(env); in mops_enabled() local
885 int el = arm_current_el(env); in mops_mismatch_exception_target_el() local
/qemu/target/arm/
H A Ddebug_helper.c99 int el = arm_current_el(env); in aa32_generate_debug_exceptions() local
793 int el = arm_current_el(env); in access_tdosa() local
814 int el = arm_current_el(env); in access_tdra() local
835 int el = arm_current_el(env); in access_tda() local
869 int el = arm_current_el(env); in access_tdcc() local
H A Dinternals.h304 static inline unsigned int aarch64_banked_spsr_index(unsigned int el) in aarch64_banked_spsr_index()
422 static inline bool arm_el_is_aa64(CPUARMState *env, int el) in arm_el_is_aa64()
511 static inline bool arm_cpu_data_is_big_endian_a64(int el, uint64_t sctlr) in arm_cpu_data_is_big_endian_a64()
535 static inline void aarch64_save_sp(CPUARMState *env, int el) in aarch64_save_sp()
544 static inline void aarch64_restore_sp(CPUARMState *env, int el) in aarch64_restore_sp()
1155 int el = regime_el(env, mmu_idx); in regime_using_lpae_format() local
1510 static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, in allocation_tag_access_enabled()
1893 static inline bool arm_fgt_active(CPUARMState *env, int el) in arm_fgt_active()
H A Dhelper.c329 int el = arm_current_el(env); in access_tpm() local
886 int el = arm_current_el(env); in pmreg_access() local
980 int el = arm_current_el(env); in pmu_counter_enabled() local
2235 int el = arm_current_el(env); in gt_cntfrq_access() local
3671 int el = arm_current_el(env); in ats_write() local
5483 bool el_is_in_host(CPUARMState *env, int el) in el_is_in_host()
6327 int el = arm_current_el(env); in access_terr() local
6340 int el = arm_current_el(env); in disr_read() local
6353 int el = arm_current_el(env); in disr_write() local
6418 int sve_exception_el(CPUARMState *env, int el) in sve_exception_el()
[all …]
H A Dkvm.c2040 unsigned int el; in kvm_arch_put_registers() local
2222 unsigned int el; in kvm_arch_get_registers() local
H A Dptw.c1441 uint32_t el = regime_el(env, mmu_idx); in aa32_va_parameters() local
1669 uint32_t el = regime_el(env, mmu_idx); in get_phys_addr_lpae() local
H A Dcpu.c1191 int el = arm_current_el(env); in aarch64_cpu_dump_state() local
/qemu/util/
H A Dthread-pool.c394 g_autofree ThreadPoolElement *el = data; in thread_pool_func() local
447 ThreadPoolElement *el = g_new(ThreadPoolElement, 1); in thread_pool_submit() local
H A Dhbitmap.c686 unsigned long el = in hbitmap_serialize_part() local
/qemu/block/
H A Dparallels-ext.c195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local
/qemu/
H A Dblockdev-nbd.c275 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in qmp_nbd_server_add() local
H A Dblockjob.c220 GSList *el; in block_job_has_bdrv() local
H A Dqemu-nbd.c729 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in main() local
/qemu/hw/intc/
H A Darm_gicv3_cpuif.c806 int el = arm_current_el(env); in icv_iar_read() local
1288 int el = arm_current_el(env); in icc_iar1_read() local
2274 int el = arm_current_el(env); in gicv3_irqfiq_access() local
2337 int el = arm_current_el(env); in gicv3_fiq_access() local
2373 int el = arm_current_el(env); in gicv3_irq_access() local
/qemu/tests/qtest/libqos/
H A Dqgraph.c325 static void qos_push(QOSGraphNode *el, QOSStackElement *parent, in qos_push()
368 static QOSGraphNode *qos_reverse_path(QOSStackElement *el) in qos_reverse_path()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c72 GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false); in qmp_query_machines() local
/qemu/system/
H A Dvl.c839 GSList *el; in find_machine() local
854 GSList *el; in find_default_machine() local
1562 GSList *el; in machine_help_func() local
3417 GSList *el, *accel_list = object_class_get_list(TYPE_ACCEL, in qemu_init() local
/qemu/target/arm/hvf/
H A Dhvf.c1475 int el = arm_current_el(env); in pmu_counter_enabled() local

12