Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c153 (ent->reserved - ent->stored) > MAX_PENDING_REG_MR) in push_mkey_locked()
165 if (to_store && ent->stored == ent->reserved) in push_mkey_locked()
172 if (ent->stored != ent->reserved) in push_mkey_locked()
174 ent->stored, in push_mkey_locked()
177 ent->stored++; in push_mkey_locked()
226 old = __xa_store(&ent->mkeys, ent->stored, xa_mk_value(mkey), 0); in push_to_reserved()
228 ent->stored++; in push_to_reserved()
235 ent->stored--; in pop_stored_mkey()
238 if (ent->stored == ent->reserved) { in pop_stored_mkey()
239 xa_mkey = __xa_erase(&ent->mkeys, ent->stored); in pop_stored_mkey()
[all...]
/kernel/linux/linux-5.10/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:
/kernel/linux/linux-6.6/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:
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx-asm.S164 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
166 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)].
168 # [K_t(t)] and [K_t(t+1)] and stored at dqword [WK_2(t)]
274 # Purpose: Updates the SHA512 digest stored at "state" with the message
275 # stored in "data".
H A Dsha512-ssse3-asm.S159 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message
161 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)].
163 # [K_t(%%t)] and [K_t(%%t+1)] and stored at dqword [WK_2(%%t)]
275 # Purpose: Updates the SHA512 digest stored at "state" with the message
276 # stored in "data".
H A Dcrc32c-pcl-intel-asm_64.S286 less_than_8: # Length should be stored in
294 less_than_4: # Length should be stored in
301 less_than_2: # Length should be stored in the MSB
/kernel/linux/linux-6.6/arch/x86/crypto/
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
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
H A Dpmsu_ll.S65 ARM_BE8(rev r0, r0) @ the value is stored LE
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/
H A Dpmsu_ll.S62 ARM_BE8(rev r0, r0) @ the value is stored LE
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-v3.c375 bool stored; in vgic_v3_save_pending_tables() local
394 stored = val & (1U << bit_nr); in vgic_v3_save_pending_tables()
395 if (stored == irq->pending_latch) in vgic_v3_save_pending_tables()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-v3.c404 bool stored; in vgic_v3_save_pending_tables() local
423 stored = val & (1U << bit_nr); in vgic_v3_save_pending_tables()
430 if (stored == is_pending) in vgic_v3_save_pending_tables()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsvgalib.c605 int stored = -EINVAL; in match_format() local
617 stored = i; in match_format()
621 return stored; in match_format()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dsvgalib.c600 int stored = -EINVAL; in match_format() local
612 stored = i; in match_format()
616 return stored; in match_format()
/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Dtegra.S69 ldr \rv, [\rp] @ linked addr is stored there
H A Dbrcmstb.S57 ldr \rv, [\rp] @ linked addr is stored there
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Dbrcmstb.S48 ldr \rv, [\rp] @ linked addr is stored there

Completed in 15 milliseconds

123