Searched refs:LE (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/ |
H A D | pmsu_ll.S | 32 ARM_BE8(setend be ) @ go BE8 if entered LE 48 ARM_BE8(setend be ) @ go BE8 if entered LE 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 | 29 ARM_BE8(setend be ) @ go BE8 if entered LE 45 ARM_BE8(setend be ) @ go BE8 if entered LE 62 ARM_BE8(rev r0, r0) @ the value is stored LE
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 9 * The issue can be checked on LE machines simply by zeroing load_fp 20 * bit trickier to check it on BE machines because MSR.LE bit is set 24 * from the signal handler (as it happens on LE machines). Thus to test 25 * it on BE machines LE endianness is forced after a first trap and then 49 #define LE 1UL macro 66 /* Get thread endianness: extract bit LE from MSR */ in trap_signal_handler() 87 * endianness was still LE (not flipped inadvertently) in trap_signal_handler() 91 * LE endianness does in effect nothing, instruction (2) in trap_signal_handler() 100 * Either way, it's now possible to check the MSR LE bit in trap_signal_handler() 114 if (thread_endianness == LE) { in trap_signal_handler() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
H A D | tm-trap.c | 9 * The issue can be checked on LE machines simply by zeroing load_fp 20 * bit trickier to check it on BE machines because MSR.LE bit is set 24 * from the signal handler (as it happens on LE machines). Thus to test 25 * it on BE machines LE endianness is forced after a first trap and then 49 #define LE 1UL macro 66 /* Get thread endianness: extract bit LE from MSR */ in trap_signal_handler() 87 * endianness was still LE (not flipped inadvertently) in trap_signal_handler() 91 * LE endianness does in effect nothing, instruction (2) in trap_signal_handler() 100 * Either way, it's now possible to check the MSR LE bit in trap_signal_handler() 114 if (thread_endianness == LE) { in trap_signal_handler() [all...] |
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | crc32le-vx.S | 63 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask 71 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask 100 * V9: Constant for BE->LE conversion and shift operations
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | crc32le-vx.S | 63 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask 72 .octa 0x0F0E0D0C0B0A09080706050403020100 # BE->LE mask 102 * V9: Constant for BE->LE conversion and shift operations
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | image.h | 16 #error conversion of header fields to LE not yet implemented
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | headsmp.S | 23 ARM_BE8(setend be) @ go BE8 if entered LE
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | image.h | 16 #error conversion of header fields to LE not yet implemented
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | headsmp.S | 25 ARM_BE8(setend be) @ go BE8 if entered LE
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | ex-exit.S | 18 mtusr $r15, $LE
|
H A D | ex-entry.S | 15 mfusr $r15, $LE
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | align.S | 45 * LE 3 2 1 0, 7 6 5 4 49 * LE X X 0 0, 0 0 X X 53 * LE shift left / shift right 57 * LE mask 0 0 X X / shift left 382 __src_b a8, a5, a6 # lo-mask F..F0..0 (BE) 0..0F..F (LE) 383 __src_b a6, a6, a5 # hi-mask 0..0F..F (BE) F..F0..0 (LE)
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | head.S | 259 str r8, [r5] @ Save physical start of kernel (LE) 272 str r3, [r5] @ Save physical end of kernel (LE)
|
H A D | phys2virt.S | 131 @ in BE8, we load data in BE, but instructions still in LE
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | align.S | 53 * LE 3 2 1 0, 7 6 5 4 57 * LE X X 0 0, 0 0 X X 61 * LE shift left / shift right 65 * LE mask 0 0 X X / shift left 415 __src_b a8, a5, a6 # lo-mask F..F0..0 (BE) 0..0F..F (LE) 416 __src_b a6, a6, a5 # hi-mask 0..0F..F (BE) F..F0..0 (LE)
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | phys2virt.S | 131 @ in BE8, we load data in BE, but instructions still in LE
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-core.c | 2395 (SNDRV_PCM_FMTBIT_##name##LE | SNDRV_PCM_FMTBIT_##name##BE)
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 2610 (SNDRV_PCM_FMTBIT_##name##LE | SNDRV_PCM_FMTBIT_##name##BE)
|
Completed in 13 milliseconds