Home
last modified time | relevance | path

Searched refs:_reg (Results 1 – 23 of 23) sorted by relevance

/external/libunwind/doc/
Dunw_get_reg.tex8 \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)}
Dunw_set_reg.tex8 \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)},
Dunw_set_fpreg.tex34 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)}
Dunw_is_fpreg.tex39 \SeeAlso{unw\_get\_reg(3)},
40 \SeeAlso{unw\_set\_reg(3)},
Dunw_resume.tex36 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)},
Dunw_is_signal_frame.tex54 \SeeAlso{unw\_get\_reg(3)},
55 \SeeAlso{unw\_set\_reg(3)},
Dunw_get_fpreg.tex56 the \Func{access\_mem}(), \Func{access\_reg}(), and
64 \SeeAlso{unw\_get\_reg(3)},
Dlibunwind.tex24 \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)},
Dunw_create_addr_space.tex64 \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}(),
Dunw_step.tex52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
Dlibunwind-ptrace.tex31 \Type{int} \Func{\_UPT\_access\_reg}(\Type{unw\_addr\_space\_t}, \Type{unw\_regnum\_t}, \Type{unw\_…
Dlibunwind-ia64.tex49 access a register (via \Func{unw\_get\_reg}() or
Dlibunwind-dynamic.tex366 \_U\_dyn\_op\_save\_reg();
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k.h98 #define AR5K_REG_WRITE_BITS(ah, _reg, _flags, _val) \ argument
99 ath5k_hw_reg_write(ah, (ath5k_hw_reg_read(ah, _reg) & ~(_flags)) | \
100 (((_val) << _flags##_S) & (_flags)), _reg)
102 #define AR5K_REG_MASKED_BITS(ah, _reg, _flags, _mask) \ argument
103 ath5k_hw_reg_write(ah, (ath5k_hw_reg_read(ah, _reg) & \
104 (_mask)) | (_flags), _reg)
106 #define AR5K_REG_ENABLE_BITS(ah, _reg, _flags) \ argument
107 ath5k_hw_reg_write(ah, ath5k_hw_reg_read(ah, _reg) | (_flags), _reg)
109 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) \ argument
110 ath5k_hw_reg_write(ah, ath5k_hw_reg_read(ah, _reg) & ~(_flags), _reg)
[all …]
/external/syslinux/gpxe/src/drivers/infiniband/
Dlinda.h231 #define LINDA_EPB_ADDRESS( _channel, _element, _reg ) \ argument
232 ( (_element) | ( (_channel) << 4 ) | ( (_reg) << 9 ) )
242 #define LINDA_EPB_LOC( _cs, _channel, _element, _reg) \ argument
243 ( ( (_cs) << 16 ) | LINDA_EPB_ADDRESS ( _channel, _element, _reg ) )
249 #define LINDA_EPB_UC_LOC( _reg ) \ argument
250 LINDA_EPB_LOC ( LINDA_EPB_CS_UC, LINDA_EPB_UC_CHANNEL, 0, (_reg) )
/external/libchrome/sandbox/linux/bpf_dsl/
Dseccomp_macros.h32 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)]) argument
94 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)]) argument
131 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.arm_##_reg) argument
198 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[_reg]) argument
257 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.regs[_reg]) argument
/external/libunwind/include/
Dlibunwind-dynamic.h175 #define _U_dyn_op(_tag, _qp, _when, _reg, _val) \ argument
176 ((unw_dyn_op_t) { (_tag), (_qp), (_reg), (_when), (_val) })
/external/icu/icu4c/source/i18n/
Dtransreg.cpp816 TransliteratorRegistry::Enumeration::Enumeration(const TransliteratorRegistry& _reg) : in Enumeration() argument
817 index(0), reg(_reg) { in Enumeration()
/external/syslinux/gpxe/src/drivers/net/
Detherfabric.c1292 #define FCN_DUMP_REG( efab, _reg ) do { \ argument
1294 falcon_read ( efab, &reg, _reg ); \
1295 EFAB_LOG ( #_reg " = " EFAB_OWORD_FMT "\n", \
/external/v8/src/arm64/
Dconstants-arm64.h855 A##B##_##C##_reg = LoadStoreRegisterOffsetFixed | D
Ddisasm-arm64.cc810 case A##_reg: mnemonic = B; form = C ", ['Xns, 'Offsetreg]"; break; in VisitLoadStoreRegisterOffset()
/external/vixl/src/aarch64/
Dconstants-aarch64.h930 A##B##_##C##_reg = LoadStoreRegisterOffsetFixed | D
Ddisasm-aarch64.cc972 case A##_reg: \ in VisitLoadStoreRegisterOffset()