Home
last modified time | relevance | path

Searched refs:__pc (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/amd64/include/
H A Dpcpu.h122 static struct pcpu __seg_gs *__pc = 0; \
124 __pc->pc_prvspace; \
131 struct pcpu *__pc = get_pcpu(); \
133 &__pc->name; \
140 static struct pcpu __seg_gs *__pc = 0; \
142 __pc->name; \
150 static struct pcpu __seg_gs *__pc = 0; \
156 __pc->name += __val; \
165 static struct pcpu __seg_gs *__pc = 0; \
171 __pc
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dconcepts.h56 basic_format_parse_context<typename _Context::char_type> __pc) { in requires() argument
57 { __f.parse(__pc) } -> same_as<typename decltype(__pc)::iterator>; in requires()
/freebsd/sys/i386/include/
H A Dpcpu.h179 struct pcpu *__pc; \
182 : "=r" (__pc) \
184 __pc; \
/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp1848 uint64_t getIP() const { return _registers.__pc; } in getIP()
1849 void setIP(uint64_t value) { _registers.__pc = value; } in setIP()
1859 uint64_t __pc; // Program counter member
1905 return _registers.__pc; in getRegister()
1921 _registers.__pc = value; in setRegister()
2140 uint32_t getIP() const { return _registers.__pc; } in getIP()
2141 void setIP(uint32_t value) { _registers.__pc = value; } in setIP()
2170 uint32_t __pc; // Program counter r15 member
2291 return _registers.__pc; in getRegister()
2326 _registers.__pc = value; in setRegister()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h116 #define lockdep_pin_lock(l) ({ struct pin_cookie __pc = { }; __pc; })
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h124 piecewise_construct_t __pc, tuple<_Args1...> __first_args, tuple<_Args2...> __second_args)
125 … : _Base1(__pc, std::move(__first_args), typename __make_tuple_indices<sizeof...(_Args1)>::type()),
126 …_Base2(__pc, std::move(__second_args), typename __make_tuple_indices<sizeof...(_Args2)>::type()) {}
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h252 …pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args, tuple<_Args2...> __second_args) no… in pair()
254 : pair(__pc, in pair()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp917 *pc = ucontext->uc_mcontext->__ss.__pc; in GetPcSpBp()
H A Dsanitizer_linux.cpp2487 *pc = ucontext->uc_mcontext.__pc; in GetPcSpBp()