Searched refs:bts (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/drm/amd/include/linux/ |
| HD | chash.h | 110 #define DECLARE_CHASH_TABLE(table, bts, key_sz, val_sz) \ argument 111 STRUCT_CHASH_TABLE(bts, key_sz, val_sz) table 127 #define __CHASH_TABLE_INIT(prefix, data, bts, key_sz, val_sz) \ argument 128 prefix.bits = (bts), \ 131 prefix.size_mask = ((1 << bts) - 1), \ 134 [__CHASH_BITMAP_SIZE(bts)], \ 136 [__CHASH_BITMAP_SIZE(bts) * 2], \ 138 [__CHASH_BITMAP_SIZE(bts) * 2 + \ 139 __CHASH_ARRAY_SIZE(bts, key_sz)] \ 151 #define DEFINE_CHASH_TABLE(tbl, bts, key_sz, val_sz) \ argument [all …]
|
| /dragonfly/contrib/gdb-7/gdb/common/ |
| HD | linux-btrace.c | 65 struct perf_event_bts bts; member 133 const struct perf_event_bts *bts) in perf_event_skip_record() argument 138 return perf_event_is_kernel_addr (tinfo, bts->from); in perf_event_skip_record() 239 if (perf_event_skip_record (tinfo, &psample->bts)) in VEC() 243 block.begin = psample->bts.to; in VEC() 248 block.end = psample->bts.from; in VEC()
|
| /dragonfly/sys/contrib/dev/acpica/source/include/platform/ |
| HD | acwin.h | 268 __asm bts edx, 1 \
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.md | 11731 ;; %%% bts, btr, btc 11735 (define_code_attr btsc [(ior "bts") (xor "btc")]) 11884 "bts{q}\t{%1, %0|%0, %1}"
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | i386.md | 10380 ;; %%% bts, btr, btc, bt. 10400 "bts{q}\t{%1, %0|%0, %1}"
|