/openbmc/qemu/target/arm/tcg/ |
H A D | hflags.c | 19 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 221 static int zt0_exception_el(CPUARMState *env, int el) in zt0_exception_el() 242 static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, in rebuild_hflags_a64() 470 int el = arm_current_el(env); in rebuild_hflags_internal() local 494 int el = arm_current_el(env); in HELPER() local 515 int el = arm_current_el(env); in HELPER() local
|
H A D | pauth_helper.c | 463 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 D | cpregs-at.c | 204 int el = arm_current_el(env); in ats_write() local
|
H A D | cpu64.c | 467 int el = arm_current_el(env); in access_actlr_w() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 105 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
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | ppa.c | 34 unsigned int el = current_el(); in ppa_init() local
|
H A D | cpu.c | 403 unsigned int el = current_el(); in early_mmu_setup() local 480 unsigned int el = current_el(); in final_mmu_setup() local
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 99 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 D | internals.h | 304 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() 1151 int el = regime_el(env, mmu_idx); in regime_using_lpae_format() local 1506 static inline bool allocation_tag_access_enabled(CPUARMState *env, int el, in allocation_tag_access_enabled() 1887 static inline bool arm_fgt_active(CPUARMState *env, int el) in arm_fgt_active()
|
H A D | helper.c | 1075 int el = arm_current_el(env); in gt_cntfrq_access() local 3879 bool el_is_in_host(CPUARMState *env, int el) in el_is_in_host() 4696 int el = arm_current_el(env); in access_terr() local 4709 int el = arm_current_el(env); in disr_read() local 4722 int el = arm_current_el(env); in disr_write() local 4787 int sve_exception_el(CPUARMState *env, int el) in sve_exception_el() 4836 int sme_exception_el(CPUARMState *env, int el) in sme_exception_el() 4884 uint32_t sve_vqm1_for_el_sm(CPUARMState *env, int el, bool sm) in sve_vqm1_for_el_sm() 4916 uint32_t sve_vqm1_for_el(CPUARMState *env, int el) in sve_vqm1_for_el() 4964 int el = arm_current_el(env); in access_tpidr2() local [all …]
|
H A D | cpregs-pmu.c | 25 int el = arm_current_el(env); in access_tpm() local 239 int el = arm_current_el(env); in pmreg_access() local 324 int el = arm_current_el(env); in pmu_counter_enabled() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | typeahead.jquery.js | 410 function traverse(el, hightlightTextNode) { argument 678 Dataset.extractData = function extractData(el) { argument 963 getSelectableData: function getSelectableData($el) { 1359 el: $input property in AnonymousFunctionc6d3f3562f00.methods.attach.AnonymousClassc6d3f3563101 1519 function getBackgroundStyles($el) {
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | system.h | 135 unsigned int el; in current_el() local 142 unsigned int el, val; in get_sctlr() local 157 unsigned int el; in set_sctlr() local
|
/openbmc/qemu/util/ |
H A D | thread-pool.c | 394 g_autofree ThreadPoolElement *el = data; in thread_pool_func() local 447 ThreadPoolElement *el = g_new(ThreadPoolElement, 1); in thread_pool_submit() local
|
/openbmc/u-boot/lib/ |
H A D | list_sort.c | 217 struct debug_el *el; in list_sort_test() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | cache_v8.c | 37 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() 406 int el; in mmu_setup() local
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | dirPagination.js | 194 angular.forEach(tElement, function(el) { argument 207 angular.forEach(element, function(el) { argument
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | atmel_nand_ecc.h | 134 u32 el[32]; /* 0xAC-0x128 Error Location Registers */ member 143 u32 el[24]; /* 0x8C-0xE8 Error Location Registers */ member
|
/openbmc/u-boot/arch/arm/include/asm/armv8/ |
H A D | mmu.h | 106 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair()
|
/openbmc/qemu/block/ |
H A D | parallels-ext.c | 195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local
|
/openbmc/qemu/ |
H A D | blockdev-nbd.c | 275 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in qmp_nbd_server_add() local
|
/openbmc/entity-manager/src/entity_manager/ |
H A D | dbus_interface.cpp | 118 return std::ranges::all_of(value, [firstType](const nlohmann::json& el) { in checkArrayElementsSameType()
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_cpuif.c | 806 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
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 73 GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false); in qmp_query_machines() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 325 static void qos_push(QOSGraphNode *el, QOSStackElement *parent, in qos_push() 368 static QOSGraphNode *qos_reverse_path(QOSStackElement *el) in qos_reverse_path()
|