Searched defs:prefilling (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/amd64/
H A Din_cksum.c143 * access prefilling to start load of next cache line.
145 * save result of prefilling for loop iteration.
149 u_int64_t prefilling = lw[8]; local
153 prefilled = prefilling;
/vbox/src/VBox/Devices/Network/slirp/bsd/i386/
H A Din_cksum.c151 * access prefilling to start load of next cache line.
153 * save result of prefilling for loop iteration.
157 u_int64_t prefilling = lw[8]; local
161 prefilled = prefilling;

Completed in 82 milliseconds