Searched refs:__pc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/amd64/include/ |
| H A D | pcpu.h | 122 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; \ 156 __pc->name += __val; \ 171 __pc->name = __val; \ 260 struct pcpu *__pc; \ 263 : "=r" (__pc) \ [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_runtime_wrapper.h | 66 unsigned long long __pc); 68 unsigned long long __pc); 70 unsigned long long __pc = (unsigned long long)__builtin_return_address(0); in malloc() local 71 return (void *)__asan_malloc_impl(__size, __pc); in malloc() 74 unsigned long long __pc = (unsigned long long)__builtin_return_address(0); in free() local 75 __asan_free_impl((unsigned long long)__ptr, __pc); in free()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__format/ |
| H A D | concepts.h | 54 basic_format_parse_context<typename _Context::char_type> __pc) { in requires() argument 55 { __f.parse(__pc) } -> same_as<typename decltype(__pc)::iterator>; in requires()
|
| /freebsd-14.2/sys/i386/include/ |
| H A D | pcpu.h | 186 struct pcpu *__pc; \ 189 : "=r" (__pc) \ 191 __pc; \
|
| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | Registers.hpp | 1898 return _registers.__pc; in getRegister() 1914 _registers.__pc = value; in setRegister() 2284 return _registers.__pc; in getRegister() 2319 _registers.__pc = value; in setRegister() 2679 return _registers.__pc; in getRegister() 2840 uint32_t __pc; member 2907 return _registers.__pc; in getRegister() 3175 uint64_t __pc; member 3222 return _registers.__pc; in getRegister() 5092 uint64_t __pc; member [all …]
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | lockdep.h | 116 #define lockdep_pin_lock(l) ({ struct pin_cookie __pc = { }; __pc; })
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 124 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-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 279 pair(piecewise_construct_t __pc, tuple<_Args1...> __first_args, tuple<_Args2...> __second_args) 282 : pair(__pc,
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 917 *pc = ucontext->uc_mcontext->__ss.__pc; in GetPcSpBp()
|
| H A D | sanitizer_linux.cpp | 2247 *pc = ucontext->uc_mcontext.__pc; in GetPcSpBp()
|