/external/libunwind/doc/ |
D | unw_get_reg.tex | 8 \begin{Name}{3}{unw\_get\_reg}{David Mosberger-Tang}{Programming Library}{unw\_get\_reg}unw\_get\_r… 15 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \… 19 The \Func{unw\_get\_reg}() routine reads the value of register 33 Note that \Func{unw\_get\_reg}() can only read the contents of 40 On successful completion, \Func{unw\_get\_reg}() returns 0. 46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use 56 In addition, \Func{unw\_get\_reg}() may return any error returned by 57 the \Func{access\_mem}(), \Func{access\_reg}(), and 67 \SeeAlso{unw\_set\_reg(3)}
|
D | unw_set_reg.tex | 8 \begin{Name}{3}{unw\_set\_reg}{David Mosberger-Tang}{Programming Library}{unw\_set\_reg}unw\_set\_r… 15 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}\Var{cp}, \Type{unw\_regnum\_t} \Var{reg}, \… 19 The \Func{unw\_set\_reg}() routine sets the value of register 33 Note that \Func{unw\_set\_reg}() can only write the contents of 40 On successful completion, \Func{unw\_set\_reg}() returns 0. 46 \Func{unw\_set\_reg}() is thread-safe as well as safe to use 58 In addition, \Func{unw\_set\_reg}() may return any error returned by 59 the \Func{access\_mem}(), \Func{access\_reg}(), and 67 \SeeAlso{unw\_get\_reg(3)},
|
D | unw_set_fpreg.tex | 34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to 58 the \Func{access\_mem}(), \Func{access\_reg}(), and 69 \SeeAlso{unw\_set\_reg(3)}
|
D | unw_is_fpreg.tex | 39 \SeeAlso{unw\_get\_reg(3)}, 40 \SeeAlso{unw\_set\_reg(3)},
|
D | unw_resume.tex | 36 identified by the cursor by calling the \Func{access\_reg} and 48 \Func{unw\_set\_reg}()), then \Func{unw\_resume}() will install this 88 \SeeAlso{unw\_set\_reg(3)},
|
D | unw_is_signal_frame.tex | 54 \SeeAlso{unw\_get\_reg(3)}, 55 \SeeAlso{unw\_set\_reg(3)},
|
D | unw_get_fpreg.tex | 56 the \Func{access\_mem}(), \Func{access\_reg}(), and 64 \SeeAlso{unw\_get\_reg(3)},
|
D | libunwind.tex | 24 \Type{int} \Func{unw\_get\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t~… 28 \Type{int} \Func{unw\_set\_reg}(\Type{unw\_cursor\_t~*}, \Type{unw\_regnum\_t}, \Type{unw\_word\_t}… 100 for this purpose: \Func{unw\_get\_reg}() reads an integer (general) 102 \Func{unw\_set\_reg}() writes an integer register, and 331 \SeeAlso{unw\_get\_reg(3)}, 341 \SeeAlso{unw\_set\_reg(3)},
|
D | unw_create_addr_space.tex | 64 \Type{int} \Func{access\_reg}(\Var{unw\_addr\_space\_t} \Var{as},\\ 151 \subsection{access\_reg} 153 \Prog{Libunwind} invokes the \Func{access\_reg}() call-back to read 166 On successful completion, the \Func{access\_reg}() call-back must 197 memory-state via calls to the \Func{access\_reg}(),
|
D | unw_step.tex | 52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
|
D | libunwind-ptrace.tex | 31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_…
|
D | libunwind-ia64.tex | 49 access a register (via \Func{unw\_get\_reg}() or
|
D | libunwind-dynamic.tex | 366 \_U\_dyn\_op\_save\_reg();
|
/external/u-boot/include/linux/ |
D | bitfield.h | 51 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 59 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \ 100 #define FIELD_GET(_mask, _reg) \ argument 102 __BF_FIELD_CHECK(_mask, _reg, 0U, "FIELD_GET: "); \ 103 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \
|
/external/u-boot/drivers/clk/uniphier/ |
D | clk-uniphier.h | 59 #define UNIPHIER_CLK_GATE(_id, _parent, _reg, _bit) \ argument 65 .reg = (_reg), \ 70 #define UNIPHIER_CLK_GATE_SIMPLE(_id, _reg, _bit) \ argument 71 UNIPHIER_CLK_GATE(_id, UNIPHIER_CLK_ID_INVALID, _reg, _bit)
|
/external/u-boot/drivers/reset/ |
D | sti-reset.c | 79 #define STIH407_SRST_CORE(_reg, _bit) \ argument 80 _SYSCFG_RST_CH_NO_ACK(stih407_core, _reg, _bit) 82 #define STIH407_SRST_SBC(_reg, _bit) \ argument 83 _SYSCFG_RST_CH_NO_ACK(stih407_sbc_reg, _reg, _bit) 85 #define STIH407_SRST_LPM(_reg, _bit) \ argument 86 _SYSCFG_RST_CH_NO_ACK(stih407_lpm, _reg, _bit)
|
D | reset-uniphier.c | 27 #define UNIPHIER_RESET(_id, _reg, _bit) \ argument 30 .reg = (_reg), \ 34 #define UNIPHIER_RESETX(_id, _reg, _bit) \ argument 37 .reg = (_reg), \
|
/external/u-boot/arch/arm/include/asm/mach-imx/ |
D | regs-common.h | 61 struct mxs_register_8 name##_reg; \ 67 struct mxs_register_32 name##_reg; \
|
/external/u-boot/drivers/clk/ |
D | clk_meson.h | 18 #define MESON_GATE(id, _reg, _bit) \ argument 20 .reg = (_reg), \
|
/external/libunwind/include/ |
D | libunwind-dynamic.h | 175 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \ argument 176 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
|
/external/capstone/arch/PowerPC/ |
D | PPCInstPrinter.c | 744 …SS_CONTAIN(_class, _reg) MCRegisterClass_contains(MCRegisterInfo_getRegClass(MRI, _class), MCOpera… in printAliasInstrEx() argument
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 855 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) : in Enumeration() argument 856 index(0), reg(_reg) { in Enumeration()
|
/external/capstone/bindings/ocaml/ |
D | ocaml.c | 897 CAMLprim value ocaml_register_name(value _handle, value _reg) in ocaml_register_name() argument 899 const char *name = cs_reg_name(Int64_val(_handle), Int_val(_reg)); in ocaml_register_name()
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 1101 #define GETREGCLASS_CONTAIN0(_class, _reg) MCRegisterClass_contains(MCRegisterInfo_getRegClass(MRI,… in printVectorList() argument
|
/external/capstone/arch/X86/ |
D | X86GenAsmWriter1_reduce.inc | 2773 …SS_CONTAIN(_class, _reg) MCRegisterClass_contains(MCRegisterInfo_getRegClass(MRI, _class), MCOpera…
|