/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | io.h | 76 __raw_readb(const volatile void *addr) in __raw_readb() argument 78 return (*(const volatile uint8_t *)addr); in __raw_readb() 80 #define __raw_readb(addr) __raw_readb(addr) argument 83 __raw_writeb(uint8_t v, volatile void *addr) in __raw_writeb() argument 85 *(volatile uint8_t *)addr = v; in __raw_writeb() 87 #define __raw_writeb(v, addr) __raw_writeb(v, addr) argument 90 __raw_readw(const volatile void *addr) in __raw_readw() argument 92 return (*(const volatile uint16_t *)addr); in __raw_readw() 94 #define __raw_readw(addr) __raw_readw(addr) argument 97 __raw_writew(uint16_t v, volatile void *addr) in __raw_writew() argument [all …]
|
/freebsd-src/contrib/unbound/util/ |
H A D | as112.c | 45 "10.in-addr.arpa.", 46 "16.172.in-addr.arpa.", 47 "17.172.in-addr.arpa.", 48 "18.172.in-addr.arpa.", 49 "19.172.in-addr.arpa.", 50 "20.172.in-addr.arpa.", 51 "21.172.in-addr.arpa.", 52 "22.172.in-addr.arpa.", 53 "23.172.in-addr.arpa.", 54 "24.172.in-addr.arpa.", [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan_abi/ |
H A D | asan_abi_shim.cpp | 72 void __asan_report_load1(uptr addr) { in __asan_report_load1() argument 73 __asan_abi_report_load_n((void *)addr, 1, true); in __asan_report_load1() 75 void __asan_report_load2(uptr addr) { in __asan_report_load2() argument 76 __asan_abi_report_load_n((void *)addr, 2, true); in __asan_report_load2() 78 void __asan_report_load4(uptr addr) { in __asan_report_load4() argument 79 __asan_abi_report_load_n((void *)addr, 4, true); in __asan_report_load4() 81 void __asan_report_load8(uptr addr) { in __asan_report_load8() argument 82 __asan_abi_report_load_n((void *)addr, 8, true); in __asan_report_load8() 84 void __asan_report_load16(uptr addr) { in __asan_report_load16() argument 85 __asan_abi_report_load_n((void *)addr, 1 in __asan_report_load16() 87 __asan_report_load_n(uptr addr,uptr size) __asan_report_load_n() argument 90 __asan_report_store1(uptr addr) __asan_report_store1() argument 93 __asan_report_store2(uptr addr) __asan_report_store2() argument 96 __asan_report_store4(uptr addr) __asan_report_store4() argument 99 __asan_report_store8(uptr addr) __asan_report_store8() argument 102 __asan_report_store16(uptr addr) __asan_report_store16() argument 105 __asan_report_store_n(uptr addr,uptr size) __asan_report_store_n() argument 110 __asan_report_exp_load1(uptr addr,u32 exp) __asan_report_exp_load1() argument 113 __asan_report_exp_load2(uptr addr,u32 exp) __asan_report_exp_load2() argument 116 __asan_report_exp_load4(uptr addr,u32 exp) __asan_report_exp_load4() argument 119 __asan_report_exp_load8(uptr addr,u32 exp) __asan_report_exp_load8() argument 122 __asan_report_exp_load16(uptr addr,u32 exp) __asan_report_exp_load16() argument 125 __asan_report_exp_load_n(uptr addr,uptr size,u32 exp) __asan_report_exp_load_n() argument 128 __asan_report_exp_store1(uptr addr,u32 exp) __asan_report_exp_store1() argument 131 __asan_report_exp_store2(uptr addr,u32 exp) __asan_report_exp_store2() argument 134 __asan_report_exp_store4(uptr addr,u32 exp) __asan_report_exp_store4() argument 137 __asan_report_exp_store8(uptr addr,u32 exp) __asan_report_exp_store8() argument 140 __asan_report_exp_store16(uptr addr,u32 exp) __asan_report_exp_store16() argument 143 __asan_report_exp_store_n(uptr addr,uptr size,u32 exp) __asan_report_exp_store_n() argument 148 __asan_report_load1_noabort(uptr addr) __asan_report_load1_noabort() argument 151 __asan_report_load2_noabort(uptr addr) __asan_report_load2_noabort() argument 154 __asan_report_load4_noabort(uptr addr) __asan_report_load4_noabort() argument 157 __asan_report_load8_noabort(uptr addr) __asan_report_load8_noabort() argument 160 __asan_report_load16_noabort(uptr addr) __asan_report_load16_noabort() argument 163 __asan_report_load_n_noabort(uptr addr,uptr size) __asan_report_load_n_noabort() argument 166 __asan_report_store1_noabort(uptr addr) __asan_report_store1_noabort() argument 169 __asan_report_store2_noabort(uptr addr) __asan_report_store2_noabort() argument 172 __asan_report_store4_noabort(uptr addr) __asan_report_store4_noabort() argument 175 __asan_report_store8_noabort(uptr addr) __asan_report_store8_noabort() argument 178 __asan_report_store16_noabort(uptr addr) __asan_report_store16_noabort() argument 181 __asan_report_store_n_noabort(uptr addr,uptr size) __asan_report_store_n_noabort() argument 186 __asan_load1(uptr addr) __asan_load1() argument 187 __asan_load2(uptr addr) __asan_load2() argument 188 __asan_load4(uptr addr) __asan_load4() argument 189 __asan_load8(uptr addr) __asan_load8() argument 190 __asan_load16(uptr addr) __asan_load16() argument 191 __asan_loadN(uptr addr,uptr size) __asan_loadN() argument 194 __asan_store1(uptr addr) __asan_store1() argument 195 __asan_store2(uptr addr) __asan_store2() argument 196 __asan_store4(uptr addr) __asan_store4() argument 197 __asan_store8(uptr addr) __asan_store8() argument 198 __asan_store16(uptr addr) __asan_store16() argument 199 __asan_storeN(uptr addr,uptr size) __asan_storeN() argument 204 __asan_exp_load1(uptr addr,u32 exp) __asan_exp_load1() argument 207 __asan_exp_load2(uptr addr,u32 exp) __asan_exp_load2() argument 210 __asan_exp_load4(uptr addr,u32 exp) __asan_exp_load4() argument 213 __asan_exp_load8(uptr addr,u32 exp) __asan_exp_load8() argument 216 __asan_exp_load16(uptr addr,u32 exp) __asan_exp_load16() argument 219 __asan_exp_loadN(uptr addr,uptr size,u32 exp) __asan_exp_loadN() argument 222 __asan_exp_store1(uptr addr,u32 exp) __asan_exp_store1() argument 225 __asan_exp_store2(uptr addr,u32 exp) __asan_exp_store2() argument 228 __asan_exp_store4(uptr addr,u32 exp) __asan_exp_store4() argument 231 __asan_exp_store8(uptr addr,u32 exp) __asan_exp_store8() argument 234 __asan_exp_store16(uptr addr,u32 exp) __asan_exp_store16() argument 237 __asan_exp_storeN(uptr addr,uptr size,u32 exp) __asan_exp_storeN() argument 242 __asan_load1_noabort(uptr addr) __asan_load1_noabort() argument 245 __asan_load2_noabort(uptr addr) __asan_load2_noabort() argument 248 __asan_load4_noabort(uptr addr) __asan_load4_noabort() argument 251 __asan_load8_noabort(uptr addr) __asan_load8_noabort() argument 254 __asan_load16_noabort(uptr addr) __asan_load16_noabort() argument 257 __asan_loadN_noabort(uptr addr,uptr size) __asan_loadN_noabort() argument 260 __asan_store1_noabort(uptr addr) __asan_store1_noabort() argument 263 __asan_store2_noabort(uptr addr) __asan_store2_noabort() argument 266 __asan_store4_noabort(uptr addr) __asan_store4_noabort() argument 269 __asan_store8_noabort(uptr addr) __asan_store8_noabort() argument 272 __asan_store16_noabort(uptr addr) __asan_store16_noabort() argument 275 __asan_storeN_noabort(uptr addr,uptr size) __asan_storeN_noabort() argument 280 __asan_address_is_poisoned(void const volatile * addr) __asan_address_is_poisoned() argument 288 __asan_poison_memory_region(void const volatile * addr,uptr size) __asan_poison_memory_region() argument 291 __asan_unpoison_memory_region(void const volatile * addr,uptr size) __asan_unpoison_memory_region() argument 296 __asan_set_shadow_00(uptr addr,uptr size) __asan_set_shadow_00() argument 299 __asan_set_shadow_01(uptr addr,uptr size) __asan_set_shadow_01() argument 302 __asan_set_shadow_02(uptr addr,uptr size) __asan_set_shadow_02() argument 305 __asan_set_shadow_03(uptr addr,uptr size) __asan_set_shadow_03() argument 308 __asan_set_shadow_04(uptr addr,uptr size) __asan_set_shadow_04() argument 311 __asan_set_shadow_05(uptr addr,uptr size) __asan_set_shadow_05() argument 314 __asan_set_shadow_06(uptr addr,uptr size) __asan_set_shadow_06() argument 317 __asan_set_shadow_07(uptr addr,uptr size) __asan_set_shadow_07() argument 320 __asan_set_shadow_f1(uptr addr,uptr size) __asan_set_shadow_f1() argument 323 __asan_set_shadow_f2(uptr addr,uptr size) __asan_set_shadow_f2() argument 326 __asan_set_shadow_f3(uptr addr,uptr size) __asan_set_shadow_f3() argument 329 __asan_set_shadow_f5(uptr addr,uptr size) __asan_set_shadow_f5() argument 332 __asan_set_shadow_f8(uptr addr,uptr size) __asan_set_shadow_f8() argument 337 __asan_poison_stack_memory(uptr addr,uptr size) __asan_poison_stack_memory() argument 340 __asan_unpoison_stack_memory(uptr addr,uptr size) __asan_unpoison_stack_memory() argument 364 __asan_addr_is_in_fake_stack(void * fake_stack,void * addr,void ** beg,void ** end) __asan_addr_is_in_fake_stack() argument 370 __asan_alloca_poison(uptr addr,uptr size) __asan_alloca_poison() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface.inc | 21 void __tsan_read1(void *addr) { 22 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 1, kAccessRead); 25 void __tsan_read2(void *addr) { 26 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 2, kAccessRead); 29 void __tsan_read4(void *addr) { 30 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 4, kAccessRead); 33 void __tsan_read8(void *addr) { 34 MemoryAccess(cur_thread(), CALLERPC, (uptr)addr, 8, kAccessRead); 37 void __tsan_read16(void *addr) { 38 MemoryAccess16(cur_thread(), CALLERPC, (uptr)addr, kAccessRead); [all …]
|
H A D | tsan_interface_java.cpp | 40 MBlock *JavaHeapBlock(uptr addr, uptr *start) { in JavaHeapBlock() argument 41 if (!jctx || addr < jctx->heap_begin || in JavaHeapBlock() 42 addr >= jctx->heap_begin + jctx->heap_size) in JavaHeapBlock() 44 for (uptr p = RoundDown(addr, kMetaShadowCell); p >= jctx->heap_begin; in JavaHeapBlock() 49 if (p + b->siz <= addr) in JavaHeapBlock() 162 void __tsan_java_mutex_lock(jptr addr) { in __tsan_java_mutex_lock() argument 164 DPrintf("#%d: java_mutex_lock(0x%zx)\n", thr->tid, addr); in __tsan_java_mutex_lock() 166 DCHECK_GE(addr, jctx->heap_begin); in __tsan_java_mutex_lock() 167 DCHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock() 169 MutexPostLock(thr, 0, addr, in __tsan_java_mutex_lock() [all …]
|
H A D | tsan_rtl_mutex.cpp | 26 void ReportDestroyLocked(ThreadState *thr, uptr pc, uptr addr, 47 s->dd.ctx = s->addr; in DDMutexInit() 51 uptr addr, StackID creation_stack_id) { in ReportMutexMisuse() argument 60 rep.AddMutex(addr, creation_stack_id); in ReportMutexMisuse() 64 rep.AddLocation(addr, 1); in ReportMutexMisuse() 68 static void RecordMutexLock(ThreadState *thr, uptr pc, uptr addr, in RecordMutexLock() argument 76 TraceMutexLock(thr, typ, pc, addr, stack_id); in RecordMutexLock() 77 thr->mset.AddAddr(addr, stack_id, write); in RecordMutexLock() 80 static void RecordMutexUnlock(ThreadState *thr, uptr addr) { in RecordMutexUnlock() argument 82 TraceMutexUnlock(thr, addr); in RecordMutexUnlock() 86 MutexCreate(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexCreate() argument 98 MutexDestroy(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexDestroy() argument 140 MutexPreLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreLock() argument 158 MutexPostLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz,int rec) MutexPostLock() argument 216 MutexUnlock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexUnlock() argument 266 MutexPreReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreReadLock() argument 281 MutexPostReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPostReadLock() argument 324 MutexReadUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadUnlock() argument 365 MutexReadOrWriteUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadOrWriteUnlock() argument 419 MutexRepair(ThreadState * thr,uptr pc,uptr addr) MutexRepair() argument 428 MutexInvalidAccess(ThreadState * thr,uptr pc,uptr addr) MutexInvalidAccess() argument 441 Acquire(ThreadState * thr,uptr pc,uptr addr) Acquire() argument 463 Release(ThreadState * thr,uptr pc,uptr addr) Release() argument 476 ReleaseStore(ThreadState * thr,uptr pc,uptr addr) ReleaseStore() argument 489 ReleaseStoreAcquire(ThreadState * thr,uptr pc,uptr addr) ReleaseStoreAcquire() argument 554 ReportDestroyLocked(ThreadState * thr,uptr pc,uptr addr,FastState last_lock,StackID creation_stack_id) ReportDestroyLocked() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuilder.h | 58 llvm::Value *emitRawPointerFromAddress(Address Addr) const { in CGBuilderTy() 59 return Addr.getBasePointer(); in CGBuilderTy() 63 Address createConstGEP2_32(Address Addr, unsigned Idx0, unsigned Idx1, in getSize() 69 Addr.getElementType(), emitRawPointerFromAddress(Addr), Idx0, Idx1, 73 Addr.getElementType(), emitRawPointerFromAddress(Addr), Idx0, Idx1, 76 DL.getIndexSizeInBits(Addr.getType()->getPointerAddressSpace()), 0, in CreateLoad() 81 Addr.getAlignment().alignmentAtOffset( 83 IsInBounds ? Addr 75 CreateLoad(Address Addr,const char * Name) CreateLoad() argument 125 CreateFlagStore(bool Value,llvm::Value * Addr) CreateFlagStore() argument 341 CreatePreserveStructAccessIndex(Address Addr,unsigned Index,unsigned FieldIndex,llvm::MDNode * DbgInfo) CreatePreserveStructAccessIndex() argument 356 CreateLaunderInvariantGroup(Address Addr) CreateLaunderInvariantGroup() argument [all...] |
/freebsd-src/stand/forth/ |
H A D | support.4th | 28 \ initialize ( addr len -- ) as above, plus load_conf_files 29 \ load_conf ( addr len -- ) load conf file given 40 \ cell .addr string address 62 \ strdup ( addr len -- addr' len) similar to strdup(3) 63 \ strcat ( addr len addr' len' -- addr len+len' ) similar to strcat(3) 64 \ s' ( | string' -- addr len | ) similar to s" 108 ptr .addr 111 0 over .addr ! 139 int pf.addr 171 : strdup { addr len -- addr' len' } [all …]
|
H A D | menu.4th | 170 : +c! ( N C-ADDR/U K -- C-ADDR/U ) 171 3 pick 3 pick ( n c-addr/u k -- n c-addr/u k n c-addr ) 172 rot + c! ( n c-addr/u k n c-addr -- n c-addr/u ) 173 rot drop ( n c-addr/u -- c-addr/ [all...] |
/freebsd-src/sys/contrib/dev/rtw88/ |
H A D | hci.h | 25 u8 (*read8)(struct rtw_dev *rtwdev, u32 addr); 26 u16 (*read16)(struct rtw_dev *rtwdev, u32 addr); 27 u32 (*read32)(struct rtw_dev *rtwdev, u32 addr); 28 void (*write8)(struct rtw_dev *rtwdev, u32 addr, u8 val); 29 void (*write16)(struct rtw_dev *rtwdev, u32 addr, u16 val); 30 void (*write32)(struct rtw_dev *rtwdev, u32 addr, u32 val); 87 static inline u8 rtw_read8(struct rtw_dev *rtwdev, u32 addr) in rtw_read8() argument 89 return rtwdev->hci.ops->read8(rtwdev, addr); in rtw_read8() 92 static inline u16 rtw_read16(struct rtw_dev *rtwdev, u32 addr) in rtw_read16() argument 94 return rtwdev->hci.ops->read16(rtwdev, addr); in rtw_read16() [all …]
|
/freebsd-src/tests/sys/netinet/ |
H A D | so_reuseport_lb_test.c | 48 * for "addr", try connecting to "addr" in a loop and verify that connections in lb_simple_accept_loop() argument 52 lb_simple_accept_loop(int domain, const struct sockaddr *addr, int sds[], in lb_simple_accept_loop() 74 error = connect(sd, addr, addr->sa_len); in lb_simple_accept_loop() 134 struct sockaddr_in addr; in ATF_TC_BODY() 143 memset(&addr, 0, sizeof(addr)); in ATF_TC_BODY() 144 addr.sin_len = sizeof(addr); in ATF_TC_BODY() 130 struct sockaddr_in addr; ATF_TC_BODY() local 186 struct sockaddr_in6 addr; ATF_TC_BODY() local [all...] |
/freebsd-src/sys/powerpc/powerpc/ |
H A D | bus_machdep.c | 56 bus_addr_t addr; member 71 bs_gen_map(bus_addr_t addr, bus_size_t size, int flags, in bs_gen_map() argument 83 earlyboot_mappings[earlyboot_map_idx].addr = addr; in bs_gen_map() 85 pmap_early_io_map(addr, size); in bs_gen_map() 100 *bshp = (bus_space_handle_t)pmap_mapdev_attr(addr, size, ma); in bs_gen_map() 115 spa = earlyboot_mappings[i].addr; in bs_remap_earlyboot() 189 volatile uint8_t *addr; in native_bs_rs_1() local 192 addr = __ppc_ba(bsh, ofs); in native_bs_rs_1() 193 res = *addr; in native_bs_rs_1() 202 volatile uint16_t *addr; in native_bs_rs_2() local [all …]
|
/freebsd-src/sys/ddb/ |
H A D | db_examine.c | 54 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() argument 62 db_examine((db_addr_t) addr, db_examine_format, count); in db_examine_cmd() 66 db_examine(db_addr_t addr, char *fmt, int count) in db_examine() argument 96 db_prev = addr; in db_examine() 97 db_printsym(addr, DB_STGY_ANY); in db_examine() 103 db_printsym(addr, DB_STGY_ANY); in db_examine() 105 db_prev = addr; in db_examine() 111 value = db_get_value(addr, size, true); in db_examine() 112 addr += size; in db_examine() 116 value = db_get_value(addr, size, false); in db_examine() [all …]
|
/freebsd-src/contrib/jemalloc/src/ |
H A D | pages.c | 51 static void os_pages_unmap(void *addr, size_t size); 56 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map() argument 57 assert(ALIGNMENT_ADDR2BASE(addr, os_page) == addr); in os_pages_map() 71 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0), in os_pages_map() 81 ret = mmap(addr, size, prot, mmap_flags, -1, 0); in os_pages_map() 87 } else if (addr != NULL && ret != addr) { in os_pages_map() 95 assert(ret == NULL || (addr == NULL && ret != addr) || (add in os_pages_map() 101 os_pages_trim(void * addr,size_t alloc_size,size_t leadsize,size_t size,bool * commit) os_pages_trim() argument 130 os_pages_unmap(void * addr,size_t size) os_pages_unmap() argument 181 pages_map(void * addr,size_t size,size_t alignment,bool * commit) pages_map() argument 243 pages_unmap(void * addr,size_t size) pages_unmap() argument 251 pages_commit_impl(void * addr,size_t size,bool commit) pages_commit_impl() argument 284 pages_commit(void * addr,size_t size) pages_commit() argument 289 pages_decommit(void * addr,size_t size) pages_decommit() argument 294 pages_purge_lazy(void * addr,size_t size) pages_purge_lazy() argument 329 pages_purge_forced(void * addr,size_t size) pages_purge_forced() argument 349 pages_huge_impl(void * addr,size_t size,bool aligned) pages_huge_impl() argument 362 pages_huge(void * addr,size_t size) pages_huge() argument 367 pages_huge_unaligned(void * addr,size_t size) pages_huge_unaligned() argument 372 pages_nohuge_impl(void * addr,size_t size,bool aligned) pages_nohuge_impl() argument 386 pages_nohuge(void * addr,size_t size) pages_nohuge() argument 391 pages_nohuge_unaligned(void * addr,size_t size) pages_nohuge_unaligned() argument 396 pages_dontdump(void * addr,size_t size) pages_dontdump() argument 407 pages_dodump(void * addr,size_t size) pages_dodump() argument [all...] |
/freebsd-src/usr.sbin/mtest/ |
H A D | mtest.8 | 46 .It Ic a Ar ifname Ar mac-addr 48 .Ar mac-addr 53 .It Ic d Ar ifname Ar mac-addr 55 .Ar mac-addr 66 .It Ic j Ar mcast-addr Ar ifname Op Ar source-addr 68 .Ar mcast-addr 73 .Ar source-addr 80 .It Ic l Ar mcast-addr Ar ifname Op Ar source-addr 82 .Ar mcast-addr 86 .Ar source-addr [all …]
|
/freebsd-src/contrib/capsicum-test/ |
H A D | socket.cc | 147 struct sockaddr_in addr; in TEST() local 148 memset(&addr, 0, sizeof(addr)); in TEST() 149 addr.sin_family = AF_INET; in TEST() 150 addr.sin_port = htons(0); in TEST() 151 addr.sin_addr.s_addr = htonl(INADDR_ANY); in TEST() 152 socklen_t len = sizeof(addr); in TEST() 155 EXPECT_NOTCAPABLE(bind_(cap_sock_rw, (struct sockaddr *)&addr, len)); in TEST() 156 EXPECT_OK(bind_(cap_sock_all, (struct sockaddr *)&addr, len)); in TEST() 158 getsockname(cap_sock_all, (struct sockaddr *)&addr, &len); in TEST() 159 int port = ntohs(addr.sin_port); in TEST() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.cpp | 71 static bool GetShadowKind(uptr addr, ShadowKind *shadow_kind) { in GetShadowKind() argument 72 CHECK(!AddrIsInMem(addr)); in GetShadowKind() 73 if (AddrIsInShadowGap(addr)) { in GetShadowKind() 75 } else if (AddrIsInHighShadow(addr)) { in GetShadowKind() 77 } else if (AddrIsInLowShadow(addr)) { in GetShadowKind() 85 bool DescribeAddressIfShadow(uptr addr) { in DescribeAddressIfShadow() argument 87 if (!GetShadowAddressInformation(addr, &descr)) return false; in DescribeAddressIfShadow() 92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation() argument 93 if (AddrIsInMem(addr)) return false; in GetShadowAddressInformation() 95 if (!GetShadowKind(addr, in GetShadowAddressInformation() 104 GetAccessToHeapChunkInformation(ChunkAccess * descr,AsanChunkView chunk,uptr addr,uptr access_size) GetAccessToHeapChunkInformation() argument 126 PrintHeapChunkAccess(uptr addr,const ChunkAccess & descr) PrintHeapChunkAccess() argument 155 GetHeapAddressInformation(uptr addr,uptr access_size,HeapAddressDescription * descr) GetHeapAddressInformation() argument 180 DescribeAddressIfHeap(uptr addr,uptr access_size) DescribeAddressIfHeap() argument 193 GetStackAddressInformation(uptr addr,uptr access_size,StackAddressDescription * descr) GetStackAddressInformation() argument 223 PrintAccessAndVarIntersection(const StackVarDescr & var,uptr addr,uptr access_size,uptr prev_var_end,uptr next_var_beg) PrintAccessAndVarIntersection() argument 268 DescribeAddressIfStack(uptr addr,uptr access_size) DescribeAddressIfStack() argument 276 DescribeAddressRelativeToGlobal(uptr addr,uptr access_size,const __asan_global & g) DescribeAddressRelativeToGlobal() argument 301 GetGlobalAddressInformation(uptr addr,uptr access_size,GlobalAddressDescription * descr) GetGlobalAddressInformation() argument 311 DescribeAddressIfGlobal(uptr addr,uptr access_size,const char * bug_type) DescribeAddressIfGlobal() argument 439 AddressDescription(uptr addr,uptr access_size,bool shouldLockThreadRegistry) AddressDescription() argument 476 PrintAddressDescription(uptr addr,uptr access_size,const char * bug_type) PrintAddressDescription() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelDAGToDAG.cpp | 84 bool VEDAGToDAGISel::selectADDRrri(SDValue Addr, SDValue &Base, SDValue &Index, in INITIALIZE_PASS() 86 if (Addr.getOpcode() == ISD::FrameIndex) in INITIALIZE_PASS() 88 if (Addr.getOpcode() == ISD::TargetExternalSymbol || in INITIALIZE_PASS() 89 Addr.getOpcode() == ISD::TargetGlobalAddress || in INITIALIZE_PASS() 90 Addr.getOpcode() == ISD::TargetGlobalTLSAddress) in INITIALIZE_PASS() 94 if (matchADDRri(Addr, LHS, RHS)) { in INITIALIZE_PASS() 102 if (matchADDRrr(Addr, LHS, RHS)) { in INITIALIZE_PASS() 121 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); 127 bool VEDAGToDAGISel::selectADDRrii(SDValue Addr, SDValue &Base, SDValue &Index, in selectADDRrii() 129 if (matchADDRri(Addr, Bas in selectADDRrii() 122 selectADDRrii(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRrii() argument 135 selectADDRzri(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRzri() argument 141 selectADDRzii(SDValue Addr,SDValue & Base,SDValue & Index,SDValue & Offset) selectADDRzii() argument 162 selectADDRri(SDValue Addr,SDValue & Base,SDValue & Offset) selectADDRri() argument 172 selectADDRzi(SDValue Addr,SDValue & Base,SDValue & Offset) selectADDRzi() argument 192 matchADDRrr(SDValue Addr,SDValue & Base,SDValue & Index) matchADDRrr() argument 220 matchADDRri(SDValue Addr,SDValue & Base,SDValue & Offset) matchADDRri() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | avx512pfintrin.h |
|
/freebsd-src/usr.sbin/ppp/ |
H A D | cbcp.c | 226 char addr[sizeof ((struct cbcp_data *)0)->addr_start - 1]; /* ASCIIZ */ member 235 struct cbcp_addr *addr; in cbcp_data_Show() local 238 addr = (struct cbcp_addr *)data->addr_start; in cbcp_data_Show() 245 while (addr->addr < end) { in cbcp_data_Show() 246 if (addr->type == CBCP_ADDR_PSTN) in cbcp_data_Show() 247 log_Printf(LogCBCP, " ADDR %s\n", addr->addr); in cbcp_data_Show() 249 log_Printf(LogCBCP, " ADDR type %d ??\n", (int)addr->type); in cbcp_data_Show() 250 addr = (struct cbcp_addr *)(addr->addr + strlen(addr->addr) + 1); in cbcp_data_Show() 259 struct cbcp_addr *addr; in cbcp_SendReq() local 274 addr = (struct cbcp_addr *)data.addr_start; in cbcp_SendReq() [all …]
|
H A D | iface.c | 99 struct iface_addr *addr; in iface_Create() local 157 iface->addr = NULL; in iface_Create() 177 addr = (struct iface_addr *) in iface_Create() 178 realloc(iface->addr, (iface->addrs + 1) * sizeof iface->addr[0]); in iface_Create() 179 if (addr == NULL) in iface_Create() 181 iface->addr = addr; in iface_Create() 183 addr += iface->addrs; in iface_Create() 186 ncprange_setsa(&addr in iface_Create() 202 iface_addr_Zap(const char * name,struct iface_addr * addr,int s) iface_addr_Zap() argument 289 iface_addr_Add(const char * name,struct iface_addr * addr,int s) iface_addr_Add() argument 537 struct iface_addr *addr, newaddr; iface_Add() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelDAGToDAG.cpp | 52 bool SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset); 53 bool SelectAddrModeS9(SDValue Addr, SDValue &Base, SDValue &Offset); 54 bool SelectAddrModeImm(SDValue Addr, SDValue &Base, SDValue &Offset); 55 bool SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset); 82 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, in SelectAddrModeImm() 84 if (Addr.getOpcode() == ARCISD::GAWRAPPER) { in SelectAddrModeImm() 85 Base = Addr.getOperand(0); 86 Offset = CurDAG->getTargetConstant(0, SDLoc(Addr), MVT::i32); in SelectAddrModeS9() argument 92 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, in SelectAddrModeS9() 94 if (Addr in SelectAddrModeS9() 76 SelectAddrModeImm(SDValue Addr,SDValue & Base,SDValue & Offset) SelectAddrModeImm() argument 128 SelectAddrModeFar(SDValue Addr,SDValue & Base,SDValue & Offset) SelectAddrModeFar() argument 147 SelectFrameADDR_ri(SDValue Addr,SDValue & Base,SDValue & Offset) SelectFrameADDR_ri() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
H A D | tsan_go.cpp | 26 bool IsExpectedReport(uptr addr, uptr size) { in IsExpectedReport() argument 52 SymbolizedStack *SymbolizeCode(uptr addr) { in SymbolizeCode() argument 53 SymbolizedStack *first = SymbolizedStack::New(addr); in SymbolizeCode() 58 cbctx.pc = addr; in SymbolizeCode() 69 if (cbctx.pc == addr) // outermost (non-inlined) function in SymbolizeCode() 71 addr = cbctx.pc; in SymbolizeCode() 73 SymbolizedStack *s2 = SymbolizedStack::New(addr); in SymbolizeCode() 81 uptr addr; member 91 ReportLocation *SymbolizeData(uptr addr) { in SymbolizeData() argument 94 cbctx.addr = addr; in SymbolizeData() [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 145 uint64_t Addr, 148 uint64_t Addr, 151 uint64_t Addr, 154 uint64_t Addr, 157 uint64_t Addr, 160 uint64_t Addr, 163 uint64_t Addr, 166 uint64_t Addr, 169 uint64_t Addr, 172 uint64_t Addr, 427 DecodeFPR128RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR128RegisterClass() argument 439 DecodeFPR128_loRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR128_loRegisterClass() argument 447 DecodeFPR128_0to7RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR128_0to7RegisterClass() argument 455 DecodeFPR64RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR64RegisterClass() argument 467 DecodeFPR32RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR32RegisterClass() argument 479 DecodeFPR16RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR16RegisterClass() argument 491 DecodeFPR8RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeFPR8RegisterClass() argument 503 DecodeGPR64commonRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPR64commonRegisterClass() argument 516 DecodeGPR64RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPR64RegisterClass() argument 543 DecodeGPR64spRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPR64spRegisterClass() argument 555 DecodeMatrixIndexGPR32_8_11RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const void * Decoder) DecodeMatrixIndexGPR32_8_11RegisterClass() argument 568 DecodeMatrixIndexGPR32_12_15RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeMatrixIndexGPR32_12_15RegisterClass() argument 581 DecodeGPR32RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPR32RegisterClass() argument 593 DecodeGPR32spRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPR32spRegisterClass() argument 745 DecodePPRRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodePPRRegisterClass() argument 757 DecodePNRRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodePNRRegisterClass() argument 769 DecodePPR_3bRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodePPR_3bRegisterClass() argument 779 DecodePNR_p8to15RegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodePNR_p8to15RegisterClass() argument 812 DecodeQQRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeQQRegisterClass() argument 823 DecodeQQQRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeQQQRegisterClass() argument 834 DecodeQQQQRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeQQQQRegisterClass() argument 845 DecodeDDRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeDDRegisterClass() argument 856 DecodeDDDRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeDDDRegisterClass() argument 867 DecodeDDDDRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeDDDDRegisterClass() argument 878 DecodeFixedPointScaleImm32(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeFixedPointScaleImm32() argument 887 DecodeFixedPointScaleImm64(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeFixedPointScaleImm64() argument 894 DecodePCRelLabel16(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodePCRelLabel16() argument 909 DecodePCRelLabel19(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodePCRelLabel19() argument 985 DecodeVecShiftR64Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR64Imm() argument 991 DecodeVecShiftR64ImmNarrow(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR64ImmNarrow() argument 997 DecodeVecShiftR32Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR32Imm() argument 1003 DecodeVecShiftR32ImmNarrow(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR32ImmNarrow() argument 1009 DecodeVecShiftR16Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR16Imm() argument 1015 DecodeVecShiftR16ImmNarrow(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR16ImmNarrow() argument 1021 DecodeVecShiftR8Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftR8Imm() argument 1027 DecodeVecShiftL64Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftL64Imm() argument 1033 DecodeVecShiftL32Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftL32Imm() argument 1039 DecodeVecShiftL16Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftL16Imm() argument 1045 DecodeVecShiftL8Imm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeVecShiftL8Imm() argument 1051 DecodeThreeAddrSRegInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeThreeAddrSRegInstruction() argument 1113 DecodeMoveImmInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeMoveImmInstruction() argument 1146 DecodeUnsignedLdStInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeUnsignedLdStInstruction() argument 1205 DecodeSignedLdStInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSignedLdStInstruction() argument 1403 DecodeExclusiveLdStInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeExclusiveLdStInstruction() argument 1486 DecodePairLdStInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodePairLdStInstruction() argument 1620 DecodeAuthLoadInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeAuthLoadInstruction() argument 1653 DecodeAddSubERegInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeAddSubERegInstruction() argument 1710 DecodeLogicalImmInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeLogicalImmInstruction() argument 1741 DecodeModImmInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeModImmInstruction() argument 1780 DecodeModImmTiedInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeModImmTiedInstruction() argument 1798 DecodeAdrInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeAdrInstruction() argument 1816 DecodeAddSubImmShift(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeAddSubImmShift() argument 1851 DecodeUnconditionalBranch(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeUnconditionalBranch() argument 1872 DecodeSystemPStateImm0_15Instruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSystemPStateImm0_15Instruction() argument 1893 DecodeSystemPStateImm0_1Instruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSystemPStateImm0_1Instruction() argument 1915 DecodeTestAndBranch(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeTestAndBranch() argument 1939 DecodeGPRSeqPairsClassRegisterClass(MCInst & Inst,unsigned RegClassID,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeGPRSeqPairsClassRegisterClass() argument 1951 DecodeWSeqPairsClassRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeWSeqPairsClassRegisterClass() argument 1959 DecodeXSeqPairsClassRegisterClass(MCInst & Inst,unsigned RegNo,uint64_t Addr,const MCDisassembler * Decoder) DecodeXSeqPairsClassRegisterClass() argument 1967 DecodeSyspXzrInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSyspXzrInstruction() argument 1987 DecodeSVELogicalImmInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSVELogicalImmInstruction() argument 2018 DecodeImm8OptLsl(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeImm8OptLsl() argument 2031 DecodeSVEIncDecImm(MCInst & Inst,unsigned Imm,uint64_t Addr,const MCDisassembler * Decoder) DecodeSVEIncDecImm() argument 2047 DecodeCPYMemOpInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeCPYMemOpInstruction() argument 2072 DecodeSETMemOpInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodeSETMemOpInstruction() argument 2096 DecodePRFMRegInstruction(MCInst & Inst,uint32_t insn,uint64_t Addr,const MCDisassembler * Decoder) DecodePRFMRegInstruction() argument [all...] |
/freebsd-src/stand/libsa/ |
H A D | smbios.c | 143 caddr_t addr; member 164 smbios_checksum(const caddr_t addr, const uint8_t len) in smbios_checksum() argument 170 sum += SMBIOS_GET8(addr, i); in smbios_checksum() 175 smbios_sigsearch(const caddr_t addr, const uint32_t len) in smbios_sigsearch() argument 180 for (cp = addr; cp < addr + len; cp += SMBIOS_STEP) { in smbios_sigsearch() 201 smbios_getstring(caddr_t addr, const int offset) in smbios_getstring() argument 206 idx = SMBIOS_GET8(addr, offset); in smbios_getstring() 208 cp = SMBIOS_GETSTR(addr); in smbios_getstring() 217 smbios_setenv(const char *name, caddr_t addr, const int offset) in smbios_setenv() argument 221 val = smbios_getstring(addr, offset); in smbios_setenv() [all …]
|