/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 153 (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 D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the 17 | following values should be stored at the destination, based
|
H A D | bindec.S | 34 | 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 D | x_ovfl.S | 14 | If the instruction is move_out, then garbage is stored in the 17 | following values should be stored at the destination, based
|
H A D | bindec.S | 34 | 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 D | sha512-avx-asm.S | 164 # 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 D | sha512-ssse3-asm.S | 159 # 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 D | crc32c-pcl-intel-asm_64.S | 286 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 D | sha512-ssse3-asm.S | 156 # 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 D | sha512-avx-asm.S | 161 # 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 D | crc32c-pcl-intel-asm_64.S | 286 .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 D | pmsu_ll.S | 65 ARM_BE8(rev r0, r0) @ the value is stored LE
|
/kernel/linux/linux-6.6/arch/arm/mach-mvebu/ |
H A D | pmsu_ll.S | 62 ARM_BE8(rev r0, r0) @ the value is stored LE
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 60 @ The aligned divisor is stored in yl preserving the original. 61 @ The bit position is stored in ip.
|
H A D | backtrace.S | 40 1: stmfd sp!, {pc} @ calculate offset of PC stored
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 60 @ 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 D | vgic-v3.c | 375 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 D | vgic-v3.c | 404 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 D | svgalib.c | 605 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 D | svgalib.c | 600 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 D | tegra.S | 69 ldr \rv, [\rp] @ linked addr is stored there
|
H A D | brcmstb.S | 57 ldr \rv, [\rp] @ linked addr is stored there
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 114 # 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 D | kernel-entry-init.h | 114 # This is the variable where the next core to boot is stored
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | brcmstb.S | 48 ldr \rv, [\rp] @ linked addr is stored there
|