Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c37 CPUMIPSState *env = &c->env; in mips_vpe_is_wfi() local
49 CPUMIPSState *env = &c->env; in mips_vp_is_wfi() local
112 static CPUMIPSState *mips_cpu_map_tc(CPUMIPSState *env, int *tc) in mips_cpu_map_tc()
204 uint32_t cpu_mips_get_random(CPUMIPSState *env) in cpu_mips_get_random()
229 target_ulong helper_mfc0_mvpcontrol(CPUMIPSState *env) in helper_mfc0_mvpcontrol()
234 target_ulong helper_mfc0_mvpconf0(CPUMIPSState *env) in helper_mfc0_mvpconf0()
239 target_ulong helper_mfc0_mvpconf1(CPUMIPSState *env) in helper_mfc0_mvpconf1()
244 target_ulong helper_mfc0_random(CPUMIPSState *env) in helper_mfc0_random()
249 target_ulong helper_mfc0_tcstatus(CPUMIPSState *env) in helper_mfc0_tcstatus()
254 target_ulong helper_mftc0_tcstatus(CPUMIPSState *env) in helper_mftc0_tcstatus()
[all …]
/openbmc/qemu/target/ppc/
H A Dcpu_init.c59 static inline void vscr_init(CPUPPCState *env, uint32_t val) in vscr_init()
66 static void register_745_sprs(CPUPPCState *env) in register_745_sprs()
103 static void register_755_sprs(CPUPPCState *env) in register_755_sprs()
118 static void register_7xx_sprs(CPUPPCState *env) in register_7xx_sprs()
224 static void register_amr_sprs(CPUPPCState *env) in register_amr_sprs()
256 static void register_iamr_sprs(CPUPPCState *env) in register_iamr_sprs()
269 static void register_604_sprs(CPUPPCState *env) in register_604_sprs()
324 static void register_604e_sprs(CPUPPCState *env) in register_604e_sprs()
348 static void register_603_sprs(CPUPPCState *env) in register_603_sprs()
372 static void register_e300_sprs(CPUPPCState *env) in register_e300_sprs()
[all …]
H A Dtimebase_helper.c30 target_ulong helper_load_tbl(CPUPPCState *env) in helper_load_tbl()
35 target_ulong helper_load_tbu(CPUPPCState *env) in helper_load_tbu()
40 target_ulong helper_load_atbl(CPUPPCState *env) in helper_load_atbl()
45 target_ulong helper_load_atbu(CPUPPCState *env) in helper_load_atbu()
50 target_ulong helper_load_vtb(CPUPPCState *env) in helper_load_vtb()
56 target_ulong helper_load_purr(CPUPPCState *env) in helper_load_purr()
61 void helper_store_purr(CPUPPCState *env, target_ulong val) in helper_store_purr()
79 void helper_store_tbl(CPUPPCState *env, target_ulong val) in helper_store_tbl()
95 void helper_store_tbu(CPUPPCState *env, target_ulong val) in helper_store_tbu()
111 void helper_store_atbl(CPUPPCState *env, target_ulong val) in helper_store_atbl()
[all …]
H A Dhelper_regs.c32 void hreg_swap_gpr_tgpr(CPUPPCState *env) in hreg_swap_gpr_tgpr()
51 static bool hreg_check_bhrb_enable(CPUPPCState *env) in hreg_check_bhrb_enable()
83 static uint32_t hreg_compute_pmu_hflags_value(CPUPPCState *env) in hreg_compute_pmu_hflags_value()
116 static uint32_t hreg_compute_pmu_hflags_mask(CPUPPCState *env) in hreg_compute_pmu_hflags_mask()
130 static uint32_t hreg_compute_hflags_value(CPUPPCState *env) in hreg_compute_hflags_value()
242 void hreg_compute_hflags(CPUPPCState *env) in hreg_compute_hflags()
252 void hreg_update_pmu_hflags(CPUPPCState *env) in hreg_update_pmu_hflags()
259 void cpu_get_tb_cpu_state(CPUPPCState *env, vaddr *pc, in cpu_get_tb_cpu_state()
290 int hreg_store_msr(CPUPPCState *env, target_ulong value, int alter_hv) in hreg_store_msr()
357 void store_40x_sler(CPUPPCState *env, uint32_t val) in store_40x_sler()
[all …]
H A Dmisc_helper.c35 void helper_load_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_load_dump_spr()
41 void helper_store_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_store_dump_spr()
47 void helper_spr_core_write_generic(CPUPPCState *env, uint32_t sprn, in helper_spr_core_write_generic()
64 void helper_spr_write_CTRL(CPUPPCState *env, uint32_t sprn, in helper_spr_write_CTRL()
90 static void raise_hv_fu_exception(CPUPPCState *env, uint32_t bit, in raise_hv_fu_exception()
102 static void raise_fu_exception(CPUPPCState *env, uint32_t bit, in raise_fu_exception()
116 void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_hfscr_facility_check()
127 void helper_fscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_fscr_facility_check()
139 void helper_msr_facility_check(CPUPPCState *env, uint32_t bit, in helper_msr_facility_check()
154 static void helper_mmcr0_facility_check(CPUPPCState *env, uint32_t bit, in helper_mmcr0_facility_check()
[all …]
H A Dpower8-pmu.c25 static bool pmc_has_overflow_enabled(CPUPPCState *env, int sprn) in pmc_has_overflow_enabled()
38 static void pmu_update_summaries(CPUPPCState *env) in pmu_update_summaries()
85 static void hreg_bhrb_filter_update(CPUPPCState *env) in hreg_bhrb_filter_update()
116 void pmu_mmcr01a_updated(CPUPPCState *env) in pmu_mmcr01a_updated()
137 static bool pmu_increment_insns(CPUPPCState *env, uint32_t num_insns) in pmu_increment_insns()
201 static void pmu_update_cycles(CPUPPCState *env) in pmu_update_cycles()
225 static QEMUTimer *get_cyc_overflow_timer(CPUPPCState *env, int sprn) in get_cyc_overflow_timer()
230 static void pmc_update_overflow_timer(CPUPPCState *env, int sprn) in pmc_update_overflow_timer()
263 static void pmu_update_overflow_timers(CPUPPCState *env) in pmu_update_overflow_timers()
276 static void pmu_delete_timers(CPUPPCState *env) in pmu_delete_timers()
[all …]
H A Dmmu_helper.c47 static inline void ppc6xx_tlb_invalidate_all(CPUPPCState *env) in ppc6xx_tlb_invalidate_all()
59 static inline void ppc6xx_tlb_invalidate_virt2(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt2()
85 static inline void ppc6xx_tlb_invalidate_virt(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt()
91 static void ppc6xx_tlb_store(CPUPPCState *env, target_ulong EPN, int way, in ppc6xx_tlb_store()
112 static inline void ppc4xx_tlb_invalidate_all(CPUPPCState *env) in ppc4xx_tlb_invalidate_all()
124 static void booke206_flush_tlb(CPUPPCState *env, int flags, in booke206_flush_tlb()
149 static inline void do_invalidate_BAT(CPUPPCState *env, target_ulong BATu, in do_invalidate_BAT()
174 static inline void dump_store_bat(CPUPPCState *env, char ID, int ul, int nr, in dump_store_bat()
182 void helper_store_ibatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatu()
209 void helper_store_ibatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatl()
[all …]
H A Dtcg-excp_helper.c36 void raise_exception_err_ra(CPUPPCState *env, uint32_t exception, in raise_exception_err_ra()
46 void helper_raise_exception_err(CPUPPCState *env, uint32_t exception, in helper_raise_exception_err()
52 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception()
59 static G_NORETURN void raise_exception_err(CPUPPCState *env, uint32_t exception, in raise_exception_err()
65 static G_NORETURN void raise_exception(CPUPPCState *env, uint32_t exception) in raise_exception()
72 void helper_TW(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TW()
86 void helper_TD(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TD()
159 static void do_hash(CPUPPCState *env, target_ulong ea, target_ulong ra, in do_hash()
217 CPUPPCState *env = cpu_env(cs); in ppc_cpu_do_unaligned_access() local
248 CPUPPCState *env = cpu_env(cs); in ppc_cpu_do_transaction_failed() local
[all …]
H A Dcpu.c30 target_ulong cpu_read_xer(const CPUPPCState *env) in cpu_read_xer()
42 void cpu_write_xer(CPUPPCState *env, target_ulong xer) in cpu_write_xer()
55 void ppc_store_vscr(CPUPPCState *env, uint32_t vscr) in ppc_store_vscr()
65 uint32_t ppc_get_vscr(CPUPPCState *env) in ppc_get_vscr()
71 void ppc_set_cr(CPUPPCState *env, uint64_t cr) in ppc_set_cr()
79 uint64_t ppc_get_cr(const CPUPPCState *env) in ppc_get_cr()
89 void ppc_store_msr(CPUPPCState *env, target_ulong value) in ppc_store_msr()
98 CPUPPCState *env = &cpu->env; in ppc_store_lpcr() local
108 void ppc_update_ciabr(CPUPPCState *env) in ppc_update_ciabr()
127 void ppc_store_ciabr(CPUPPCState *env, target_ulong val) in ppc_store_ciabr()
[all …]
/openbmc/qemu/target/sparc/
H A Dwin_helper.c27 void cpu_set_cwp(CPUSPARCState *env, int new_cwp) in cpu_set_cwp()
44 target_ulong cpu_get_psr(CPUSPARCState *env) in cpu_get_psr()
69 void cpu_put_psr_icc(CPUSPARCState *env, target_ulong val) in cpu_put_psr_icc()
84 void cpu_put_psr_raw(CPUSPARCState *env, target_ulong val) in cpu_put_psr_raw()
100 void cpu_put_psr(CPUSPARCState *env, target_ulong val) in cpu_put_psr()
108 int cpu_cwp_inc(CPUSPARCState *env, int cwp) in cpu_cwp_inc()
116 int cpu_cwp_dec(CPUSPARCState *env, int cwp) in cpu_cwp_dec()
125 void helper_rett(CPUSPARCState *env) in helper_rett()
144 void helper_save(CPUSPARCState *env) in helper_save()
155 void helper_restore(CPUSPARCState *env) in helper_restore()
[all …]
H A Dfop_helper.c48 static void check_ieee_exceptions(CPUSPARCState *env, uintptr_t ra) in check_ieee_exceptions()
88 float32 helper_fadds(CPUSPARCState *env, float32 src1, float32 src2) in helper_fadds()
95 float32 helper_fsubs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fsubs()
102 float32 helper_fmuls(CPUSPARCState *env, float32 src1, float32 src2) in helper_fmuls()
109 float32 helper_fdivs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fdivs()
116 float64 helper_faddd(CPUSPARCState *env, float64 src1, float64 src2) in helper_faddd()
123 float64 helper_fsubd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fsubd()
130 float64 helper_fmuld(CPUSPARCState *env, float64 src1, float64 src2) in helper_fmuld()
137 float64 helper_fdivd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fdivd()
144 Int128 helper_faddq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_faddq()
[all …]
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
41 void riscv_cpu_set_fflags(CPURISCVState *env, target_ulong hard) in riscv_cpu_set_fflags()
54 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
84 void helper_set_rounding_mode_chkfrm(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode_chkfrm()
121 static uint64_t do_fmadd_h(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_h()
131 static uint64_t do_fmadd_s(CPURISCVState *env, uint64_t rs1, uint64_t rs2, in do_fmadd_s()
141 uint64_t helper_fmadd_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_s()
147 uint64_t helper_fmadd_d(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_d()
153 uint64_t helper_fmadd_h(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmadd_h()
159 uint64_t helper_fmsub_s(CPURISCVState *env, uint64_t frs1, uint64_t frs2, in helper_fmsub_s()
[all …]
H A Dcsr.c48 RISCVException smstateen_acc_ok(CPURISCVState *env, int index, uint64_t bit) in smstateen_acc_ok()
80 static RISCVException fs(CPURISCVState *env, int csrno) in fs()
95 static RISCVException vs(CPURISCVState *env, int csrno) in vs()
108 static RISCVException ctr(CPURISCVState *env, int csrno) in ctr()
164 static RISCVException ctr32(CPURISCVState *env, int csrno) in ctr32()
173 static RISCVException zcmt(CPURISCVState *env, int csrno) in zcmt()
189 static RISCVException cfi_ss(CPURISCVState *env, int csrno) in cfi_ss()
214 static RISCVException mctr(CPURISCVState *env, int csrno) in mctr()
237 static RISCVException mctr32(CPURISCVState *env, int csrno) in mctr32()
246 static RISCVException sscofpmf(CPURISCVState *env, int csrno) in sscofpmf()
[all …]
H A Ddebug.c77 static inline target_ulong extract_trigger_type(CPURISCVState *env, in extract_trigger_type()
91 static inline target_ulong get_trigger_type(CPURISCVState *env, in get_trigger_type()
97 static trigger_action_t get_trigger_action(CPURISCVState *env, in get_trigger_action()
130 static inline target_ulong build_tdata1(CPURISCVState *env, in build_tdata1()
155 bool tdata_available(CPURISCVState *env, int tdata_index) in tdata_available()
166 target_ulong tselect_csr_read(CPURISCVState *env) in tselect_csr_read()
171 void tselect_csr_write(CPURISCVState *env, target_ulong val) in tselect_csr_write()
178 static target_ulong tdata1_validate(CPURISCVState *env, target_ulong val, in tdata1_validate()
220 static target_ulong textra_validate(CPURISCVState *env, target_ulong tdata3) in textra_validate()
280 static void do_trigger_action(CPURISCVState *env, target_ulong trigger_index) in do_trigger_action()
[all …]
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c29 void restore_fp_status(CPULoongArchState *env) in restore_fp_status()
66 static void update_fcsr0_mask(CPULoongArchState *env, uintptr_t pc, int mask) in update_fcsr0_mask()
89 static void update_fcsr0(CPULoongArchState *env, uintptr_t pc) in update_fcsr0()
94 uint64_t helper_fadd_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_s()
103 uint64_t helper_fadd_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_d()
112 uint64_t helper_fsub_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_s()
121 uint64_t helper_fsub_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_d()
130 uint64_t helper_fmul_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_s()
139 uint64_t helper_fmul_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_d()
148 uint64_t helper_fdiv_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fdiv_s()
[all …]
/openbmc/qemu/target/sh4/
H A Dop_helper.c49 void helper_ldtlb(CPUSH4State *env) in helper_ldtlb()
59 void raise_exception(CPUSH4State *env, int index, in raise_exception()
68 void helper_raise_illegal_instruction(CPUSH4State *env) in helper_raise_illegal_instruction()
73 void helper_raise_slot_illegal_instruction(CPUSH4State *env) in helper_raise_slot_illegal_instruction()
78 void helper_raise_fpu_disable(CPUSH4State *env) in helper_raise_fpu_disable()
83 void helper_raise_slot_fpu_disable(CPUSH4State *env) in helper_raise_slot_fpu_disable()
88 void helper_sleep(CPUSH4State *env) in helper_sleep()
97 void helper_trapa(CPUSH4State *env, uint32_t tra) in helper_trapa()
103 void helper_exclusive(CPUSH4State *env) in helper_exclusive()
109 void helper_movcal(CPUSH4State *env, uint32_t address, uint32_t value) in helper_movcal()
[all …]
/openbmc/qemu/target/arm/
H A Dhelper.c40 static uint64_t raw_read(CPUARMState *env, const ARMCPRegInfo *ri) in raw_read()
50 void raw_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) in raw_write()
60 static void *raw_ptr(CPUARMState *env, const ARMCPRegInfo *ri) in raw_ptr()
65 uint64_t read_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri) in read_raw_cp_reg()
79 static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, in write_raw_cp_reg()
268 static bool arm_pan_enabled(CPUARMState *env) in arm_pan_enabled()
283 static CPAccessResult access_el3_aa32ns(CPUARMState *env, in access_el3_aa32ns()
300 static CPAccessResult access_trap_aa32s_el1(CPUARMState *env, in access_trap_aa32s_el1()
321 static CPAccessResult access_tpm(CPUARMState *env, const ARMCPRegInfo *ri, in access_tpm()
337 CPAccessResult access_tvm_trvm(CPUARMState *env, const ARMCPRegInfo *ri, in access_tvm_trvm()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c49 #define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \ argument
91 target_ulong read_reg(CPUX86State *env, int reg, int size) in read_reg()
108 void write_reg(CPUX86State *env, int reg, target_ulong val, int size) in write_reg()
171 static bool is_host_reg(CPUX86State *env, target_ulong ptr) in is_host_reg()
176 void write_val_ext(CPUX86State *env, target_ulong ptr, target_ulong val, int size) in write_val_ext()
185 uint8_t *read_mmio(CPUX86State *env, target_ulong ptr, int bytes) in read_mmio()
192 target_ulong read_val_ext(CPUX86State *env, target_ulong ptr, int size) in read_val_ext()
222 static void fetch_operands(CPUX86State *env, struct x86_decode *decode, in fetch_operands()
261 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov()
270 static void exec_add(CPUX86State *env, struct x86_decode *decode) in exec_add()
[all …]
H A Dx86_decode.c29 static void decode_invalid(CPUX86State *env, struct x86_decode *decode) in decode_invalid()
61 static inline uint64_t decode_bytes(CPUX86State *env, struct x86_decode *decode, in decode_bytes()
83 static inline uint8_t decode_byte(CPUX86State *env, struct x86_decode *decode) in decode_byte()
88 static inline uint16_t decode_word(CPUX86State *env, struct x86_decode *decode) in decode_word()
93 static inline uint32_t decode_dword(CPUX86State *env, struct x86_decode *decode) in decode_dword()
98 static inline uint64_t decode_qword(CPUX86State *env, struct x86_decode *decode) in decode_qword()
103 static void decode_modrm_rm(CPUX86State *env, struct x86_decode *decode, in decode_modrm_rm()
109 static void decode_modrm_reg(CPUX86State *env, struct x86_decode *decode, in decode_modrm_reg()
118 static void decode_rax(CPUX86State *env, struct x86_decode *decode, in decode_rax()
128 static inline void decode_immediate(CPUX86State *env, struct x86_decode *decode, in decode_immediate()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c40 target_ulong helper_cfc1(CPUMIPSState *env, uint32_t reg) in helper_cfc1()
88 void helper_ctc1(CPUMIPSState *env, target_ulong arg1, uint32_t fs, uint32_t rt) in helper_ctc1()
203 static inline void update_fcr31(CPUMIPSState *env, uintptr_t pc) in update_fcr31()
234 uint64_t helper_float_sqrt_d(CPUMIPSState *env, uint64_t fdt0) in helper_float_sqrt_d()
241 uint32_t helper_float_sqrt_s(CPUMIPSState *env, uint32_t fst0) in helper_float_sqrt_s()
248 uint64_t helper_float_cvtd_s(CPUMIPSState *env, uint32_t fst0) in helper_float_cvtd_s()
257 uint64_t helper_float_cvtd_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvtd_w()
266 uint64_t helper_float_cvtd_l(CPUMIPSState *env, uint64_t dt0) in helper_float_cvtd_l()
275 uint64_t helper_float_cvt_l_d(CPUMIPSState *env, uint64_t fdt0) in helper_float_cvt_l_d()
288 uint64_t helper_float_cvt_l_s(CPUMIPSState *env, uint32_t fst0) in helper_float_cvt_l_s()
[all …]
H A Dvr54xx_helper.c27 static inline uint64_t get_HILO(CPUMIPSState *env) in get_HILO()
33 static inline target_ulong set_HIT0_LO(CPUMIPSState *env, uint64_t HILO) in set_HIT0_LO()
39 static inline target_ulong set_HI_LOT0(CPUMIPSState *env, uint64_t HILO) in set_HI_LOT0()
47 target_ulong helper_muls(CPUMIPSState *env, target_ulong arg1, in helper_muls()
54 target_ulong helper_mulsu(CPUMIPSState *env, target_ulong arg1, in helper_mulsu()
61 target_ulong helper_macc(CPUMIPSState *env, target_ulong arg1, in helper_macc()
68 target_ulong helper_macchi(CPUMIPSState *env, target_ulong arg1, in helper_macchi()
75 target_ulong helper_maccu(CPUMIPSState *env, target_ulong arg1, in helper_maccu()
82 target_ulong helper_macchiu(CPUMIPSState *env, target_ulong arg1, in helper_macchiu()
89 target_ulong helper_msac(CPUMIPSState *env, target_ulong arg1, in helper_msac()
[all …]
/openbmc/qemu/target/rx/
H A Dop_helper.c32 static void _set_psw(CPURXState *env, uint32_t psw, uint32_t rte) in _set_psw()
49 void helper_set_psw(CPURXState *env, uint32_t psw) in helper_set_psw()
54 void helper_set_psw_rte(CPURXState *env, uint32_t psw) in helper_set_psw_rte()
59 uint32_t helper_pack_psw(CPURXState *env) in helper_pack_psw()
73 static void update_fpsw(CPURXState *env, float32 ret, uintptr_t retaddr) in update_fpsw()
123 void helper_set_fpsw(CPURXState *env, uint32_t val) in helper_set_fpsw()
175 uint32_t helper_ftoi(CPURXState *env, float32 t0) in helper_ftoi()
183 uint32_t helper_round(CPURXState *env, float32 t0) in helper_round()
191 float32 helper_itof(CPURXState *env, uint32_t t0) in helper_itof()
200 void helper_scmpu(CPURXState *env) in helper_scmpu()
[all …]
/openbmc/linux/tools/perf/util/
H A Denv.c23 bool perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info()
35 bool __perf_env__insert_bpf_prog_info(struct perf_env *env, struct bpf_prog_info_node *info_node) in __perf_env__insert_bpf_prog_info()
63 struct bpf_prog_info_node *perf_env__find_bpf_prog_info(struct perf_env *env, in perf_env__find_bpf_prog_info()
88 bool perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in perf_env__insert_btf()
98 bool __perf_env__insert_btf(struct perf_env *env, struct btf_node *btf_node) in __perf_env__insert_btf()
126 struct btf_node *perf_env__find_btf(struct perf_env *env, __u32 btf_id) in perf_env__find_btf()
136 struct btf_node *__perf_env__find_btf(struct perf_env *env, __u32 btf_id) in __perf_env__find_btf()
156 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf()
200 void perf_env__exit(struct perf_env *env) in perf_env__exit()
251 void perf_env__init(struct perf_env *env) in perf_env__init()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dtlb-insns.c17 static CPAccessResult access_ttlb(CPUARMState *env, const ARMCPRegInfo *ri, in access_ttlb()
27 static CPAccessResult access_ttlbis(CPUARMState *env, const ARMCPRegInfo *ri, in access_ttlbis()
39 static CPAccessResult access_ttlbos(CPUARMState *env, const ARMCPRegInfo *ri, in access_ttlbos()
51 static void tlbiall_is_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbiall_is_write()
59 static void tlbiasid_is_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbiasid_is_write()
67 static void tlbimva_is_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbimva_is_write()
75 static void tlbimvaa_is_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbimvaa_is_write()
88 static bool tlb_force_broadcast(CPUARMState *env) in tlb_force_broadcast()
93 static void tlbiall_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbiall_write()
106 static void tlbimva_write(CPUARMState *env, const ARMCPRegInfo *ri, in tlbimva_write()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c76 static inline void fpush(CPUX86State *env) in fpush()
82 static inline void fpop(CPUX86State *env) in fpop()
108 static inline double floatx80_to_double(CPUX86State *env, floatx80 a) in floatx80_to_double()
119 static inline floatx80 double_to_floatx80(CPUX86State *env, double a) in double_to_floatx80()
130 static void fpu_set_exception(CPUX86State *env, int mask) in fpu_set_exception()
138 void cpu_init_fp_statuses(CPUX86State *env) in cpu_init_fp_statuses()
201 static inline uint8_t save_exception_flags(CPUX86State *env) in save_exception_flags()
208 static void merge_exception_flags(CPUX86State *env, uint8_t old_flags) in merge_exception_flags()
221 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv()
229 static void fpu_raise_exception(CPUX86State *env, uintptr_t retaddr) in fpu_raise_exception()
[all …]

12345678910>>...32