/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 31 while [ ! -e "$DIR"/"$name"/loading ]; do 40 echo 1 >"$DIR"/"$name"/loading 42 echo 0 >"$DIR"/"$name"/loading 58 while [ ! -e "$DIR"/"$name"/loading ]; do 67 echo -1 >"$DIR"/"$name"/loading 87 while [ ! -e "$DIR"/"$name"/loading ]; do 96 echo 1 >"$DIR"/"$name"/loading 98 echo 0 >"$DIR"/"$name"/loading 120 while [ ! -e "$DIR"/"$name"/loading ]; do 129 echo -1 >"$DIR"/"$name"/loading [all...] |
H A D | fw_filesystem.sh | 67 echo "$0: filesystem loading works" 72 echo "$0: firmware loading: async trigger not present, ignoring test" >&2 85 echo "$0: async filesystem loading works" 89 # Try platform (EFI embedded fw) loading too 91 echo "$0: firmware loading: platform trigger not present, ignoring test" >&2 109 echo "$0: platform loading works" 337 while [ ! -e "$DIR"/"$name"/loading ]; do 342 echo "$DIR/$name/loading" >&2 346 echo -1 >"$DIR"/"$name"/loading
|
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/ |
H A D | fw_fallback.sh | 31 while [ ! -e "$DIR"/"$name"/loading ]; do 40 echo 1 >"$DIR"/"$name"/loading 42 echo 0 >"$DIR"/"$name"/loading 58 while [ ! -e "$DIR"/"$name"/loading ]; do 67 echo -1 >"$DIR"/"$name"/loading 87 while [ ! -e "$DIR"/"$name"/loading ]; do 96 echo 1 >"$DIR"/"$name"/loading 98 echo 0 >"$DIR"/"$name"/loading 120 while [ ! -e "$DIR"/"$name"/loading ]; do 129 echo -1 >"$DIR"/"$name"/loading [all...] |
H A D | fw_upload.sh | 46 echo 1 > "$DIR"/"$name"/loading 48 echo 0 > "$DIR"/"$name"/loading 70 echo 1 > "$DIR"/"$name"/loading 72 echo 0 > "$DIR"/"$name"/loading
|
H A D | fw_filesystem.sh | 70 echo "$0: filesystem loading works" 75 echo "$0: firmware loading: async trigger not present, ignoring test" >&2 88 echo "$0: async filesystem loading works" 92 # Try platform (EFI embedded fw) loading too 94 echo "$0: firmware loading: platform trigger not present, ignoring test" >&2 112 echo "$0: platform loading works" 340 while [ ! -e "$DIR"/"$name"/loading ]; do 345 echo "$DIR/$name/loading" >&2 349 echo -1 >"$DIR"/"$name"/loading
|
/kernel/linux/linux-6.6/drivers/base/firmware_loader/ |
H A D | sysfs.c | 18 * There is a small window in which user can write to 'loading' in __fw_load_abort() 19 * between loading done/aborted and disappearance of 'loading' in __fw_load_abort() 130 int loading = 0; in firmware_loading_show() local 134 loading = fw_state_is_loading(fw_sysfs->fw_priv); in firmware_loading_show() 137 return sysfs_emit(buf, "%d\n", loading); in firmware_loading_show() 141 * firmware_loading_store() - set value in the 'loading' control file 144 * @buf: buffer to scan for loading control value 160 int loading = simple_strtol(buf, NULL, 10); in firmware_loading_store() local 167 switch (loading) { in firmware_loading_store() [all...] |
/kernel/linux/linux-5.10/drivers/base/firmware_loader/ |
H A D | fallback.c | 38 * use small loading timeout for caching devices' firmware because all these 40 * ready for completing firmware loading now. The maximum size of firmware in 91 * There is a small window in which user can write to 'loading' in __fw_load_abort() 92 * between loading done/aborted and disappearance of 'loading' in __fw_load_abort() 214 int loading = 0; in firmware_loading_show() local 218 loading = fw_sysfs_loading(fw_sysfs->fw_priv); in firmware_loading_show() 221 return sysfs_emit(buf, "%d\n", loading); in firmware_loading_show() 225 * firmware_loading_store() - set value in the 'loading' control file 228 * @buf: buffer to scan for loading contro 244 int loading = simple_strtol(buf, NULL, 10); firmware_loading_store() local [all...] |
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | memcopy.S | 194 _beqz a4, .Ldone # avoid loading anything for zero-length copies 470 _beqz a4, .Lbackdone # avoid loading anything for zero-length copies
|
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | memcopy.S | 194 _beqz a4, .Ldone # avoid loading anything for zero-length copies 457 _beqz a4, .Lbackdone # avoid loading anything for zero-length copies
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | stxncpy.S | 138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
|
H A D | ev6-stxncpy.S | 170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | r4k_fpu.S | 182 bgez t0, 1f # skip loading odd if FR=0
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | r4k_fpu.S | 182 bgez t0, 1f # skip loading odd if FR=0
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | stxncpy.S | 138 beq t0, stxncpy_aligned # avoid loading dest word if not needed
|
H A D | ev6-stxncpy.S | 170 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | chacha-avx2-x86_64.S | 44 # This function encrypts two ChaCha blocks by loading the state 236 # This function encrypts four ChaCha blocks by loading the state 541 # This function encrypts eight consecutive ChaCha blocks by loading
|
H A D | chacha-avx512vl-x86_64.S | 34 # This function encrypts two ChaCha blocks by loading the state 199 # This function encrypts four ChaCha blocks by loading the state 465 # This function encrypts eight consecutive ChaCha blocks by loading
|
H A D | chacha-ssse3-x86_64.S | 230 # This function encrypts four consecutive ChaCha blocks by loading the
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | chacha-avx2-x86_64.S | 44 # This function encrypts two ChaCha blocks by loading the state 236 # This function encrypts four ChaCha blocks by loading the state 541 # This function encrypts eight consecutive ChaCha blocks by loading
|
H A D | chacha-avx512vl-x86_64.S | 34 # This function encrypts two ChaCha blocks by loading the state 199 # This function encrypts four ChaCha blocks by loading the state 465 # This function encrypts eight consecutive ChaCha blocks by loading
|
H A D | chacha-ssse3-x86_64.S | 230 # This function encrypts four consecutive ChaCha blocks by loading the
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 85 # subroutine for loading cards from the reader
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 136 # subroutine for loading cards from the reader
|