Searched refs:stored (Results 1 - 25 of 31) sorted by last modified time

12

/linux-master/net/sctp/
H A Dsocket.c773 int stored = 0; local
856 stored = 1;
899 if (stored)
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c214 #define stored(key, getter, fallback) { ICE_VERSION_STORED, key, getter, fallback } macro
216 /* The combined() macro inserts both the running entry as well as a stored
218 * handler. The stored entry will first try the pending handler, and fallback
223 * stored and running versions remain in sync, and that stored versions are
228 stored(key, pending, active)
350 * "stored" versions that want to report the same value as the
378 NL_SET_ERR_MSG_MOD(extack, "Unable to set stored version");
567 * Scheduler Topology Tree. This choice should be stored in PFA TLV field
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S563 # Purpose: Updates the SHA512 digest stored at "state" with the message
564 # stored in "data".
H A Daesni-intel_asm.S184 # Output: HashKeys stored in gcm_context_data. Only needs to be called
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-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 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 Daesni-intel_avx-x86_64.S213 TMP2 = 16*1 # Temporary storage for AES State 2 (State 1 is stored in an XMM register)
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c607 int stored = -EINVAL; local
619 stored = i;
623 return stored;
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S49 ldr \rv, [\rp] @ linked addr is stored there
H A Dtegra.S69 ldr \rv, [\rp] @ linked addr is stored there
/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/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/arch/x86/boot/
H A Dheader.S420 # stored:
/linux-master/fs/ocfs2/
H A Ddir.c1244 * entries are stored inline.
1811 int stored = 0; local
1884 stored++;
1892 if (!persist && stored)
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S39 | beforehand and stored in the program.
/linux-master/arch/sparc/kernel/
H A Dhead_32.S391 ! will get stored by the prom.
/linux-master/arch/s390/boot/
H A Dhead.S224 # valid entry points is stored.
/linux-master/arch/arm/mach-mvebu/
H A Dpmsu_ll.S62 ARM_BE8(rev r0, r0) @ the value is stored LE
/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/arm/lib/
H A Dbacktrace.S40 1: stmfd sp!, {pc} @ calculate offset of PC stored
H A Ddiv64.S60 @ The aligned divisor is stored in yl preserving the original.
61 @ The bit position is stored in ip.
/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/arch/m68k/ifpsp060/src/
H A Dfpsp.S617 # then stored in either the FP regfile, data regfile, or memory. #
857 # then stored in either the FP regfile, data regfile, or memory. #
1138 # - Correct result has been stored as appropriate #
2399 # - None (correct result has been stored as appropriate) #
2412 # emulation, then the result is stored to the destination register and #
3957 # - Correct result has been stored as appropriate #
5606 #--integer quotient will be stored in N
6037 #--integer quotient will be stored in N
6846 # 2.5 Calculate the address of the stored value of #
6907 # where T and t are the stored value
[all...]
H A Dpfpsp.S616 # then stored in either the FP regfile, data regfile, or memory. #
856 # then stored in either the FP regfile, data regfile, or memory. #
1137 # - Correct result has been stored as appropriate #
2398 # - None (correct result has been stored as appropriate) #
2411 # emulation, then the result is stored to the destination register and #
6810 # exponent is extended to 16 bits and the sign is stored in the unused #
7080 # it's b,w,l,s,d,x, or p in size. b,w,l can be stored to either a data #
7355 # NORMs(in range) can be stored out by a simple "fmov.s"
7593 # NORMs(in range) can be stored out by a simple "fmov.d"
13447 # This value is stored i
[all...]

Completed in 425 milliseconds

12