Home
last modified time | relevance | path

Searched defs:regs (Results 1 - 25 of 217) sorted by relevance

123456789

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.h25 static inline AT_ALWAYS_INLINE void GetFpPcRegs(void *regs) in GetFpPcRegs() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs_get.h31 inline AT_ALWAYS_INLINE void GetLocalRegs(void* regs) in GetLocalRegs() argument
52 inline AT_ALWAYS_INLINE void GetFramePointerMiniRegs(void *regs, size_t size) in GetFramePointerMiniRegs() argument
75 inline AT_ALWAYS_INLINE void GetQuickenMiniRegsAsm(void *regs) in GetQuickenMiniRegsAsm() argument
[all...]
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Dunwind_arm_define.h63 uint32_t regs[16]; // 16 member
H A Dunwind_riscv64_define.h88 uint64_t regs[31]; member
H A Dunwind_arm64_define.h80 uint64_t regs[31]; // 31 member
/foundation/resourceschedule/ffrt/src/eu/
H A Dco2_context.h53 uintptr_t regs[FFRT_REG_NR]; member
/third_party/elfutils/libdwfl/
H A Ddwfl_frame_regs.c36 dwfl_thread_state_registers(Dwfl_Thread *thread, int firstreg, unsigned nregs, const Dwarf_Word *regs) dwfl_thread_state_registers() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/fw-api/
H A Dpvr_rogue_fwif_rf.h43 struct rogue_fwif_rf_regs ALIGN_ATTR(8) regs; member
/third_party/node/deps/v8/src/codegen/
H A Dregister.h28 inline constexpr bool AreAliased(RegTypes... regs) { in AreAliased() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush() argument
78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply() argument
[all...]
H A Ddwarf_op.cpp30 AddressType DwarfOp<AddressType>::Eval(DfxRegs& regs, AddressType initStackValue, AddressType startPtr) in Eval() argument
52 bool DwarfOp<AddressType>::Decode(DfxRegs& regs, uintptr_t& addr) in Decode() argument
H A Ddfx_regs_arm64.cpp71 SetFromFpMiniRegs(const uintptr_t* regs, const size_t size) SetFromFpMiniRegs() argument
82 SetFromQutMiniRegs(const uintptr_t* regs, const size_t size) SetFromQutMiniRegs() argument
108 auto regs = GetRegsData(); PrintRegs() local
[all...]
/third_party/elfutils/backends/
H A Di386_unwind.c54 Dwarf_Word regs[2]; in i386_unwind() local
/third_party/backends/backend/
H A Dhp4200_lm9830.c155 lm9830_ini_scanner (int fd, unsigned char *regs) in lm9830_ini_scanner() argument
/third_party/backends/backend/genesys/
H A Dregister_cache.h41 void update(const Genesys_Register_Set& regs) in update() argument
/third_party/libunwind/libunwind/src/arm/
H A DGresume.c43 unsigned long regs[10]; in arm_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/sh/
H A DGresume.c43 unsigned long regs[8]; in sh_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/aarch64/
H A DGresume.c43 unsigned long regs[24]; in aarch64_local_resume() local
[all...]
/third_party/libunwind/libunwind/src/riscv/
H A DGresume.c54 unw_word_t *regs = (unw_word_t*)sc; in riscv_local_resume() local
/third_party/ltp/testcases/kdump/lib/kprobes/
H A Dkprobes.c14 jdo_fork(unsigned long clone_flags, unsigned long stack_start, struct pt_regs *regs, unsigned long stack_size, int __user * parent_tidptr, int __user * child_tidptr) jdo_fork() argument
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.h59 struct ra_regs *regs; member
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace04.c31 } regs[] = { variable
/third_party/musl/arch/aarch64/bits/
H A Duser.h2 unsigned long long regs[31]; member
/third_party/musl/arch/loongarch64/bits/
H A Duser.h5 unsigned long regs[32]; member
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_pac_test.cpp60 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local
99 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local

Completed in 11 milliseconds

123456789