Home
last modified time | relevance | path

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

12345678910>>...31

/openbmc/qemu/target/mips/tcg/sysemu/
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 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 Dexcp_helper.c112 static void dump_syscall(CPUPPCState *env) in dump_syscall()
124 static void dump_hcall(CPUPPCState *env) in dump_hcall()
141 static inline bool insn_need_byteswap(CPUArchState *env) in insn_need_byteswap()
147 static uint32_t ppc_ldl_code(CPUArchState *env, target_ulong addr) in ppc_ldl_code()
160 static void ppc_excp_debug_sw_tlb(CPUPPCState *env, int excp) in ppc_excp_debug_sw_tlb()
193 static int powerpc_reset_wakeup(CPUPPCState *env, int excp, target_ulong *msr) in powerpc_reset_wakeup()
294 CPUPPCState *env = &cpu->env; in ppc_excp_apply_ail() local
385 CPUPPCState *env = &cpu->env; in powerpc_reset_excp_state() local
395 CPUPPCState *env = &cpu->env; in powerpc_set_excp_state() local
429 static G_NORETURN void powerpc_checkstop(CPUPPCState *env, const char *reason) in powerpc_checkstop()
[all …]
H A Dmmu_helper.c46 static inline void ppc6xx_tlb_invalidate_all(CPUPPCState *env) in ppc6xx_tlb_invalidate_all()
58 static inline void ppc6xx_tlb_invalidate_virt2(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt2()
84 static inline void ppc6xx_tlb_invalidate_virt(CPUPPCState *env, in ppc6xx_tlb_invalidate_virt()
90 static void ppc6xx_tlb_store(CPUPPCState *env, target_ulong EPN, int way, in ppc6xx_tlb_store()
111 static inline void ppc4xx_tlb_invalidate_all(CPUPPCState *env) in ppc4xx_tlb_invalidate_all()
123 static void booke206_flush_tlb(CPUPPCState *env, int flags, in booke206_flush_tlb()
148 static inline void do_invalidate_BAT(CPUPPCState *env, target_ulong BATu, in do_invalidate_BAT()
173 static inline void dump_store_bat(CPUPPCState *env, char ID, int ul, int nr, in dump_store_bat()
181 void helper_store_ibatu(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatu()
208 void helper_store_ibatl(CPUPPCState *env, uint32_t nr, target_ulong value) in helper_store_ibatl()
[all …]
H A Dmisc_helper.c34 void helper_load_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_load_dump_spr()
40 void helper_store_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_store_dump_spr()
46 void helper_spr_core_write_generic(CPUPPCState *env, uint32_t sprn, in helper_spr_core_write_generic()
63 void helper_spr_write_CTRL(CPUPPCState *env, uint32_t sprn, in helper_spr_write_CTRL()
89 static void raise_hv_fu_exception(CPUPPCState *env, uint32_t bit, in raise_hv_fu_exception()
101 static void raise_fu_exception(CPUPPCState *env, uint32_t bit, in raise_fu_exception()
115 void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_hfscr_facility_check()
126 void helper_fscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_fscr_facility_check()
138 void helper_msr_facility_check(CPUPPCState *env, uint32_t bit, in helper_msr_facility_check()
153 static void helper_mmcr0_facility_check(CPUPPCState *env, uint32_t bit, in helper_mmcr0_facility_check()
[all …]
/openbmc/qemu/target/sparc/
H A Dwin_helper.c39 void cpu_set_cwp(CPUSPARCState *env, int new_cwp) in cpu_set_cwp()
54 target_ulong cpu_get_psr(CPUSPARCState *env) in cpu_get_psr()
79 void cpu_put_psr_icc(CPUSPARCState *env, target_ulong val) in cpu_put_psr_icc()
94 void cpu_put_psr_raw(CPUSPARCState *env, target_ulong val) in cpu_put_psr_raw()
110 void cpu_put_psr(CPUSPARCState *env, target_ulong val) in cpu_put_psr()
118 int cpu_cwp_inc(CPUSPARCState *env, int cwp) in cpu_cwp_inc()
126 int cpu_cwp_dec(CPUSPARCState *env, int cwp) in cpu_cwp_dec()
135 void helper_rett(CPUSPARCState *env) in helper_rett()
154 void helper_save(CPUSPARCState *env) in helper_save()
165 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.c46 RISCVException smstateen_acc_ok(CPURISCVState *env, int index, uint64_t bit) in smstateen_acc_ok()
78 static RISCVException fs(CPURISCVState *env, int csrno) in fs()
93 static RISCVException vs(CPURISCVState *env, int csrno) in vs()
106 static RISCVException ctr(CPURISCVState *env, int csrno) in ctr()
162 static RISCVException ctr32(CPURISCVState *env, int csrno) in ctr32()
171 static RISCVException zcmt(CPURISCVState *env, int csrno) in zcmt()
187 static RISCVException cfi_ss(CPURISCVState *env, int csrno) in cfi_ss()
207 static RISCVException mctr(CPURISCVState *env, int csrno) in mctr()
230 static RISCVException mctr32(CPURISCVState *env, int csrno) in mctr32()
239 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 …]
H A Dop_helper.c29 G_NORETURN void riscv_raise_exception(CPURISCVState *env, in riscv_raise_exception()
37 void helper_raise_exception(CPURISCVState *env, uint32_t exception) in helper_raise_exception()
42 target_ulong helper_csrr(CPURISCVState *env, int csr) in helper_csrr()
62 void helper_csrw(CPURISCVState *env, int csr, target_ulong src) in helper_csrw()
72 target_ulong helper_csrrw(CPURISCVState *env, int csr, in helper_csrrw()
84 target_ulong helper_csrr_i128(CPURISCVState *env, int csr) in helper_csrr_i128()
97 void helper_csrw_i128(CPURISCVState *env, int csr, in helper_csrw_i128()
109 target_ulong helper_csrrw_i128(CPURISCVState *env, int csr, in helper_csrrw_i128()
134 static void check_zicbo_envcfg(CPURISCVState *env, target_ulong envbits, in check_zicbo_envcfg()
154 void helper_cbo_zero(CPURISCVState *env, target_ulong address) in helper_cbo_zero()
[all …]
/openbmc/qemu/target/loongarch/tcg/
H A Dfpu_helper.c29 void restore_fp_status(CPULoongArchState *env) in restore_fp_status()
58 static void update_fcsr0_mask(CPULoongArchState *env, uintptr_t pc, int mask) in update_fcsr0_mask()
81 static void update_fcsr0(CPULoongArchState *env, uintptr_t pc) in update_fcsr0()
86 uint64_t helper_fadd_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_s()
95 uint64_t helper_fadd_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fadd_d()
104 uint64_t helper_fsub_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_s()
113 uint64_t helper_fsub_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fsub_d()
122 uint64_t helper_fmul_s(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_s()
131 uint64_t helper_fmul_d(CPULoongArchState *env, uint64_t fj, uint64_t fk) in helper_fmul_d()
140 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.c39 static uint64_t raw_read(CPUARMState *env, const ARMCPRegInfo *ri) in raw_read()
49 void raw_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) in raw_write()
59 static void *raw_ptr(CPUARMState *env, const ARMCPRegInfo *ri) in raw_ptr()
64 uint64_t read_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri) in read_raw_cp_reg()
78 static void write_raw_cp_reg(CPUARMState *env, const ARMCPRegInfo *ri, in write_raw_cp_reg()
267 static bool arm_pan_enabled(CPUARMState *env) in arm_pan_enabled()
282 static CPAccessResult access_el3_aa32ns(CPUARMState *env, in access_el3_aa32ns()
299 static CPAccessResult access_trap_aa32s_el1(CPUARMState *env, in access_trap_aa32s_el1()
320 static CPAccessResult access_tpm(CPUARMState *env, const ARMCPRegInfo *ri, in access_tpm()
336 CPAccessResult access_tvm_trvm(CPUARMState *env, const ARMCPRegInfo *ri, in access_tvm_trvm()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c51 #define EXEC_2OP_FLAGS_CMD(env, decode, cmd, FLAGS_FUNC, save_res) \ argument
93 target_ulong read_reg(CPUX86State *env, int reg, int size) in read_reg()
110 void write_reg(CPUX86State *env, int reg, target_ulong val, int size) in write_reg()
173 static bool is_host_reg(CPUX86State *env, target_ulong ptr) in is_host_reg()
178 void write_val_ext(CPUX86State *env, target_ulong ptr, target_ulong val, int size) in write_val_ext()
187 uint8_t *read_mmio(CPUX86State *env, target_ulong ptr, int bytes) in read_mmio()
194 target_ulong read_val_ext(CPUX86State *env, target_ulong ptr, int size) in read_val_ext()
224 static void fetch_operands(CPUX86State *env, struct x86_decode *decode, in fetch_operands()
263 static void exec_mov(CPUX86State *env, struct x86_decode *decode) in exec_mov()
272 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/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()
178 static inline uint8_t save_exception_flags(CPUX86State *env) in save_exception_flags()
185 static void merge_exception_flags(CPUX86State *env, uint8_t old_flags) in merge_exception_flags()
198 static inline floatx80 helper_fdiv(CPUX86State *env, floatx80 a, floatx80 b) in helper_fdiv()
206 static void fpu_raise_exception(CPUX86State *env, uintptr_t retaddr) in fpu_raise_exception()
[all …]
/openbmc/qemu/linux-user/xtensa/
H A Dcpu_loop.c26 static void xtensa_rfw(CPUXtensaState *env) in xtensa_rfw()
32 static void xtensa_rfwu(CPUXtensaState *env) in xtensa_rfwu()
38 static void xtensa_rfwo(CPUXtensaState *env) in xtensa_rfwo()
44 static void xtensa_overflow4(CPUXtensaState *env) in xtensa_overflow4()
53 static void xtensa_underflow4(CPUXtensaState *env) in xtensa_underflow4()
62 static void xtensa_overflow8(CPUXtensaState *env) in xtensa_overflow8()
76 static void xtensa_underflow8(CPUXtensaState *env) in xtensa_underflow8()
90 static void xtensa_overflow12(CPUXtensaState *env) in xtensa_overflow12()
108 static void xtensa_underflow12(CPUXtensaState *env) in xtensa_underflow12()
126 void cpu_loop(CPUXtensaState *env) in cpu_loop()
[all …]

12345678910>>...31