Searched refs:be (Results 276 - 300 of 442) sorted by relevance

<<1112131415161718

/linux-master/arch/sparc/kernel/
H A Dwinfixup.S2 /* winfixup.S: Handle cases where user stack pointer is found to be bogus.
17 /* It used to be the case that these register window fault
94 be,pn %xcc, 1f
H A Dktlb.S267 be,pt %xcc, sparc64_realfault_common
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh68 echo must be run as root >&2
/linux-master/scripts/
H A Dparse-maintainers.pl40 L: Mailing list where patches should be sent
H A Ddev-needs.sh10 This script needs to be run on the target device once it has booted to a
91 # $CON could be a symlink path. So, we need to find the real path and
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.h208 * @u.be: data for bit error unsolicited status buffer
222 struct fsf_bit_error_payload be; member in union:zfcp_dbf_hba::__anon809
426 * @scmd: SCSI command to be aborted
427 * @fsf_req: request containing abort (might be NULL)
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h116 # Get the core id of the next to be booted
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-ipa-pass.h23 * 4. for convenience, all the above will be undefined after inclusion!
28 #error at least PASS_NAME must be defined
/linux-master/arch/parisc/kernel/
H A Dhpmc.S24 * 2) We should be checking the system state and not
121 * Most PDC routines require that the M bit be off.
141 * Note that on some newer boxes, PDC_PIM must be called
142 * before PDC_IO if you want IO to be reset. PDC_PIM sets
174 /* FIXME? Check for errors from PDC_IO (-1 might be OK) */
217 stw %r0, -68(sp) /* lang, must be zero */
250 be 0(%sr7,%r1)
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh28 echo $msg must be run as root >&2
/linux-master/arch/mips/dec/
H A Dint-handler.S137 andi t0,ST0_IM # CAUSE.CE may be non-zero!
179 * Masked Interrupts are still visible and have to be masked "by hand".
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S142 @ These last instructions should be in cache
/linux-master/arch/arm/include/asm/
H A Dbitops.h11 * Please note that the code in this file should never be included
13 * since they would be too costly. Also, they require privileged
24 #error only <linux/bitops.h> can be included directly
140 * Peripheral devices should be connected with the data bus reversed in
147 * Note that bit 0 is defined to be 32-bit word bit 0, not byte 0 bit 0.
180 * The __* form of bitops are non-atomic and may be reordered.
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.h35 #error One of the vb2 buffer modes must be selected in the config
103 * These fields should be set by the platform code prior to
141 * should not be touched by the platform code.
316 /* 8-8-8 must be missing from the below - ask */
323 /* Think that 420 packed must be 111 - ask */
361 /* This appears to be a Cafe-only register */
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh14 echo $msg must be run as root >&2
167 echo "The percentage should be an integer within 0~100 range"
175 echo "error code must be -4095 <= errno < 0" >&2
/linux-master/arch/arm/kernel/
H A Dentry-armv.S41 @ be using the IRQ stack, so revert to the original value in that case.
81 @ the fault status register in r1. r9 must be preserved.
251 @ the PC will be pointing at the next instruction, and have to
252 @ subtract 4. Otherwise, it is Thumb, and the PC will be
350 #error "sizeof(struct pt_regs) must be a multiple of 8"
413 @ perform a quick test inline since it should be false
449 @ IRQs must be enabled before attempting to read the instruction from
503 * previous and next are guaranteed not to be the same.
641 * Each segment is 32-byte aligned and will be moved to the top of the high
642 * vector page. New segments (if ever needed) must be adde
[all...]
/linux-master/arch/arm/nwfpe/
H A Dentry.S41 so that the emulator startup cost can be avoided for tasks that don't
102 @ We need to be prepared for the instructions at .Lx1 and .Lx2
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
125 * $0 - number of bytes to be moved
139 * sparsity of registers further bounds this to be a minimum of 8 bytes.
140 * But if this isn't met, then the output result will be incorrect.
142 * unroll this to be an 8x loop (which would enable us to use the wh64
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh13 TEST_MAC_BASE=de:ad:be:ef:42:
42 # swp2 is only used for replying when learning on swp1, its MAC should not be learned.
/linux-master/arch/mips/include/asm/
H A Dbitops.h13 #error only <linux/bitops.h> can be included directly
84 * This function is atomic and may not be reordered. See __set_bit()
86 * Note that @nr may be almost arbitrarily large; this function is not
112 * clear_bit() is atomic and may not be reordered. However, it does
141 * operation. It can be used for an unlock.
154 * change_bit() is atomic and may not be reordered.
155 * Note that @nr may be almost arbitrarily large; this function is not
205 * This operation is atomic and cannot be reordered.
220 * This operation is atomic and cannot be reordered.
257 * This operation is atomic and cannot be reordere
[all...]
/linux-master/arch/alpha/include/asm/
H A Dbitops.h6 #error only <linux/bitops.h> can be included directly
17 * These have to be done with inline assembly: that way the bit-setting
18 * is guaranteed to be atomic. All bit operations return 0 if the bit
/linux-master/arch/s390/include/asm/
H A Dbitops.h23 * The main difference is that bit 0-63 in the bit number field needs to be
24 * reversed compared to the LSB0 encoded bit fields. This can be achieved by
33 #error only <linux/bitops.h> can be included directly
H A Dpci.h32 # error ZPCI_NR_DEVICES can not be bigger than ZPCI_DOMAIN_BITMAP_SIZE
/linux-master/arch/arm64/kvm/
H A Dreset.c57 * to be extended with multiple register slice support in
104 * set_sve_vls(). Double-check here just to be sure:
180 * Note: This function can be called from two paths: The KVM_ARM_VCPU_INIT
182 * handling code. In the first case, the VCPU will not be loaded, and in the
183 * second case the VCPU will be loaded. Because this function operates purely
241 * Must be done after all the sys_reg reset.
253 if (reset_state.be)
/linux-master/arch/arm64/
H A DMakefile36 $(warning Detected assembler with broken .inst; disassembly will be unreliable)
193 @echo "warning: ld does not support --fix-cortex-a53-843419; kernel may be susceptible to erratum" >&2

Completed in 260 milliseconds

<<1112131415161718