Searched refs:stored (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
17 | following values should be stored at the destination, based
H A Dbindec.S34 | This value is stored in d6.
50 | USER_FPSR. LEN is stored in d4.
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
219 | as 2^^e * 1.f in extended precision. This value is stored
283 | USER_FPSR. LEN is stored in d4.
721 | The bcd digits are stored in the correct position in
785 | digits are stored in the final string.
787 | Digits are stored in L_SCR1(a6) on return from BINDEC as:
H A Dsetox.S84 | 2.5 Calculate the address of the stored value of 2^(J/64).
143 | where T and t are the stored values for 2^(J/64).
144 | Notes: 2^(J/64) is stored as T and t where T+t approximates
191 | 8.5 Calculate the address of the stored value 2^(J/64).
236 | 2.4 Calculate the address of the stored value of 2^(J/64).
263 | where T and t are the stored values for 2^(J/64).
264 | Notes: 2^(J/64) is stored as T and t where T+t approximates
H A Dx_store.S8 | a6 = points to fp value to be stored.
H A Dslogn.S39 | beforehand and stored in the program.
H A Dstan.S341 |--integer quotient will be stored in N
/linux-master/arch/arm/mach-mvebu/
H A Dpmsu_ll.S62 ARM_BE8(rev r0, r0) @ the value is stored LE
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S286 .Lless_than_8: # Length should be stored in
294 .Lless_than_4: # Length should be stored in
301 .Lless_than_2: # Length should be stored in the MSB
H A Dsha512-avx-asm.S161 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
163 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)].
165 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
271 # Purpose: Updates the SHA512 digest stored at "state" with the message
272 # stored in "data".
H A Dsha512-ssse3-asm.S156 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
158 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)].
160 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)]
272 # Purpose: Updates the SHA512 digest stored at "state" with the message
273 # stored in "data".
H A Dsha512-avx2-asm.S563 # Purpose: Updates the SHA512 digest stored at "state" with the message
564 # stored in "data".
/linux-master/arch/arm/lib/
H A Ddiv64.S60 @ The aligned divisor is stored in yl preserving the original.
61 @ The bit position is stored in ip.
H A Dbacktrace.S40 1: stmfd sp!, {pc} @ calculate offset of PC stored
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-v3.c405 bool stored; local
424 stored = val & (1U << bit_nr);
431 if (stored == is_pending)
/linux-master/arch/arm/include/debug/
H A Dtegra.S69 ldr \rv, [\rp] @ linked addr is stored there
H A Dbrcmstb.S49 ldr \rv, [\rp] @ linked addr is stored there
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h114 # This is the variable where the next core to boot is stored
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c607 int stored = -EINVAL; local
619 stored = i;
623 return stored;
/linux-master/arch/arm/kernel/
H A Dentry-header.S80 @ Bit 2 of EXC_RETURN stored in the lr register specifies which stack
/linux-master/arch/s390/boot/
H A Dhead.S224 # valid entry points is stored.
/linux-master/arch/x86/boot/
H A Dheader.S420 # stored:
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c216 #define stored(key, getter, fallback) { ICE_VERSION_STORED, key, getter, fallback } macro
218 /* The combined() macro inserts both the running entry as well as a stored
220 * handler. The stored entry will first try the pending handler, and fallback
225 * stored and running versions remain in sync, and that stored versions are
230 stored(key, pending, active)
352 * "stored" versions that want to report the same value as the
380 NL_SET_ERR_MSG_MOD(extack, "Unable to set stored version");
/linux-master/arch/sparc/kernel/
H A Dhead_32.S391 ! will get stored by the prom.
/linux-master/block/
H A Dsed-opal.c54 * stored in the response buffer. Instead, for each token, we just store a
66 } stored; member in struct:opal_resp_tok
928 tok->stored.u = pos[0] & 0x3f;
958 tok->stored.u = u_integer;
1135 return tok->stored.u;
/linux-master/fs/ocfs2/
H A Ddir.c1244 * entries are stored inline.
1811 int stored = 0; local
1884 stored++;
1892 if (!persist && stored)

Completed in 247 milliseconds

12