OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xstart
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
clear_cache.c
133
uint64_t
xstart
= (uint64_t)(uintptr_t) start;
146
for (addr =
xstart
& ~(dcache_line_size - 1); addr < xend;
152
for (addr =
xstart
& ~(icache_line_size - 1); addr < xend;
157
uintptr_t
xstart
= (uintptr_t) start & ~(uintptr_t)3;
160
for (;
xstart
< xend;
xstart
+= 4) {
161
__asm __volatile("flush %0" :: "r" (
xstart
));
/src/sys/arch/mvme68k/stand/libsa/
SRT0.S
37
xstart
:
label
43
lea %pc@(
xstart
:w), %a3 | a3 = current addr (could be anywhere)
44
lea
xstart
:l, %a4 | a4 = desired location (LINKADDR)
/src/sys/dev/pci/
tga.c
1030
int
xstart
, xdir;
local in function:tga_rop_vtov
1067
xstart
= 0;
1070
xstart
= wb;
1090
for (xleft = wb, x =
xstart
; xleft >= 4 * 64;
1134
lastx =
xstart
+ (wb & ~63);
1152
for (xleft = wb, x =
xstart
; xleft >= 4 * 64;
1196
lastx =
xstart
- (wb & ~63);
Completed in 13 milliseconds
Indexes created Mon Oct 13 04:09:54 GMT 2025