Home
last modified time | relevance | path

Searched refs:xstart (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dclear_cache.c120 uint64_t xstart = (uint64_t)(uintptr_t)start; in __clear_cache()
136 for (addr = xstart & ~(dcache_line_size - 1); addr < xend; in __clear_cache()
146 for (addr = xstart & ~(icache_line_size - 1); addr < xend; in __clear_cache()
/openbsd/sys/dev/pci/
H A Dtga.c1151 int xstart, xend, xdir; local
1179 xstart = 0;
1183 xstart = wb - ( wb >= 4*64 ? 4*64 : wb >= 64 ? 64 : 4 );
1216 for (xleft = wb, x = xstart;
1263 for (xleft = wb, x = xstart;
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh64-compact.cpu26 (define-pmacro (dshcf xname xcomment ignored xstart xlength)
27 (dnf xname xcomment ((ISA compact)) xstart xlength))
H A Dsh64-media.cpu27 (define-pmacro (dshmf xname xcomment ignored xstart xlength)
28 (dnf xname xcomment ((ISA media)) xstart xlength))