| /base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
| H A D | fp_unwinder.h | 25 static inline AT_ALWAYS_INLINE void GetFpPcRegs(void *regs) in GetFpPcRegs() argument
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dfx_regs_get.h | 31 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 D | unwind_arm_define.h | 63 uint32_t regs[16]; // 16 member
|
| H A D | unwind_riscv64_define.h | 88 uint64_t regs[31]; member
|
| H A D | unwind_arm64_define.h | 80 uint64_t regs[31]; // 31 member
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | co2_context.h | 53 uintptr_t regs[FFRT_REG_NR]; member
|
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_frame_regs.c | 36 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 D | pvr_rogue_fwif_rf.h | 43 struct rogue_fwif_rf_regs ALIGN_ATTR(8) regs; member
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | register.h | 28 inline constexpr bool AreAliased(RegTypes... regs) { in AreAliased() argument
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | dfx_instructions.cpp | 38 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 D | dwarf_op.cpp | 30 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 D | dfx_regs_arm64.cpp | 71 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 D | i386_unwind.c | 54 Dwarf_Word regs[2]; in i386_unwind() local
|
| /third_party/backends/backend/ |
| H A D | hp4200_lm9830.c | 155 lm9830_ini_scanner (int fd, unsigned char *regs) in lm9830_ini_scanner() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | register_cache.h | 41 void update(const Genesys_Register_Set& regs) in update() argument
|
| /third_party/libunwind/libunwind/src/arm/ |
| H A D | Gresume.c | 43 unsigned long regs[10]; in arm_local_resume() local [all...] |
| /third_party/libunwind/libunwind/src/sh/ |
| H A D | Gresume.c | 43 unsigned long regs[8]; in sh_local_resume() local [all...] |
| /third_party/libunwind/libunwind/src/aarch64/ |
| H A D | Gresume.c | 43 unsigned long regs[24]; in aarch64_local_resume() local [all...] |
| /third_party/libunwind/libunwind/src/riscv/ |
| H A D | Gresume.c | 54 unw_word_t *regs = (unw_word_t*)sc; in riscv_local_resume() local
|
| /third_party/ltp/testcases/kdump/lib/kprobes/ |
| H A D | kprobes.c | 14 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 D | rogue_regalloc.h | 59 struct ra_regs *regs; member
|
| /third_party/ltp/testcases/kernel/syscalls/ptrace/ |
| H A D | ptrace04.c | 31 } regs[] = { variable
|
| /third_party/musl/arch/aarch64/bits/ |
| H A D | user.h | 2 unsigned long long regs[31]; member
|
| /third_party/musl/arch/loongarch64/bits/ |
| H A D | user.h | 5 unsigned long regs[32]; member
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| H A D | unwinder_pac_test.cpp | 60 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local 99 auto regs = DfxRegs::CreateRemoteRegs(pid); in HWTEST_F() local
|