Home
last modified time | relevance | path

Searched refs:LOAD_LATENCY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/lib/
H A Ddo_csum.S44 // We use a (LOAD_LATENCY+2)-stage pipeline in the loop to account for
59 // | | LOAD_LATENCY : current value to add to checksum
61 // | | LOAD_LATENCY+1 : previous value added to checksum
68 // | | LOAD_LATENCY-1 : new checksum
70 // | | LOAD_LATENCY : previous value of checksum
72 // | | LOAD_LATENCY+1 : final checksum when out of the loop
115 #define LOAD_LATENCY 2 // XXX fix me define
117 #if (LOAD_LATENCY != 1) && (LOAD_LATENCY != 2)
118 # error "Only 1 or 2 is supported/tested for LOAD_LATENCY
[all...]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Ddo_csum.S44 // We use a (LOAD_LATENCY+2)-stage pipeline in the loop to account for
59 // | | LOAD_LATENCY : current value to add to checksum
61 // | | LOAD_LATENCY+1 : previous value added to checksum
68 // | | LOAD_LATENCY-1 : new checksum
70 // | | LOAD_LATENCY : previous value of checksum
72 // | | LOAD_LATENCY+1 : final checksum when out of the loop
115 #define LOAD_LATENCY 2 // XXX fix me define
117 #if (LOAD_LATENCY != 1) && (LOAD_LATENCY != 2)
118 # error "Only 1 or 2 is supported/tested for LOAD_LATENCY
[all...]

Completed in 2 milliseconds