Searched refs:tag_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_space.c209 bus_addr_t tag_offset; \
211 tag_offset = (bus_addr_t)tag->bs_privdata; \
212 value = base(NULL, bsh + tag_offset, offset); \
227 bus_addr_t tag_offset; \
228 tag_offset = (bus_addr_t)tag->bs_privdata; \
229 base(NULL, bsh + tag_offset, offset, value); \
243 bus_addr_t tag_offset; \
244 tag_offset = (bus_addr_t)tag->bs_privdata; \
245 base(NULL, bsh + tag_offset, offset, dest, count); \
260 bus_addr_t tag_offset; \
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h93 uptr tag_offset; member in struct:__sanitizer::LocalInfo
H A Dsanitizer_symbolizer_libcdep.cpp395 str = ExtractUptr(str, "\n", &local.tag_offset);
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c110 uint32_t tag_offset; member in struct:sbbc_sram_tag
512 off = SBBC_SRAM_READ_4(tag + SBBC_TAG_OFF(tag_offset));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp161 tag_t obj_tag = base_tag ^ local.tag_offset;

Completed in 118 milliseconds