Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/arch/powerpc/include/asm/
Dbitops.h38 #error only <linux/bitops.h> can be included directly
46 #define PPC_BITLSHIFT(be) (BITS_PER_LONG - 1 - (be)) argument
48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs)) argument
54 #define PPC_BITLSHIFT32(be) (32 - 1 - (be)) argument
56 #define PPC_BITMASK32(bs, be) ((PPC_BIT32(bs) - PPC_BIT32(be))|PPC_BIT32(bs)) argument
58 #define PPC_BITLSHIFT8(be) (8 - 1 - (be)) argument
60 #define PPC_BITMASK8(bs, be) ((PPC_BIT8(bs) - PPC_BIT8(be))|PPC_BIT8(bs)) argument
/arch/sparc/lib/
Dstrncmp_32.S28 be 8f
32 be,a 1f
44 be 8f
48 be,a 1f
60 be 8f
64 be,a 1f
76 be 8f
80 be 1f
101 be 8f
105 be 7f
Dmemscan_64.S28 be,pt %icc, we_are_aligned
35 be,pn %xcc, szzero
65 be,pn %icc, 1f
69 be,pn %icc, 1f
74 be,pn %icc, 1f
78 be,pn %icc, 1f
82 be,a,pn %icc, 2f
86 be,pn %icc, 1f
91 be,pn %icc, 1f
95 be,pn %icc, 1f
[all …]
Dstrlen.S20 BRANCH32(be, pt, 9f)
26 BRANCH32(be, pn, 4f)
32 BRANCH32(be, pt, 5f)
50 BRANCH32(be, pt, 8b)
56 BRANCH32(be, pn, 1f)
60 BRANCH32(be, pn, 1f)
64 BRANCH32(be, pn, 1f)
Dmemset.S92 be 2f
96 be 2f
118 be 2f
126 be 9f
137 be 13f
149 be 8f
152 be 1f
158 be 1f
170 be 13b
173 be 0f
[all …]
Dmemcpy.S107 be 4f
142 be 2f
152 be 3f
155 be 82f + 4
168 be 80f
190 be 81f
201 be 1f
209 be 1f
217 be 1f
238 be 84f
[all …]
DU3memcpy.S180 be,pn %XCC, end_return
200 be,pt %XCC, 2f
211 be,pt %icc, 2f
224 be,pt %icc, 3f
233 be,pn %icc, 3f
322 be,pt %XCC, 1f
341 be,pn %XCC, 2f
343 be,pn %XCC, 2f
347 be,a,pt %XCC, 1f
355 be,pn %XCC, 2f
[all …]
Dlocks.S26 be,a ___rw_read_enter
32 be,a ___rw_read_try
41 be,a ___rw_read_exit
47 be,a ___rw_write_enter
Dchecksum_32.S44 be 1f ! caller asks %o1 & 0x8
52 1: be 1f ! nope, skip this code
59 1: be 1f ! no trailing bytes, return
66 be 6f ! jmp if only hword remains
81 be 1f
95 1: be cpa
115 cpa: be 3f ! none to do
126 3: be cpte ! nope
223 be 1f
234 1: be 1f
[all …]
Dmemcmp.S15 1: BRANCH32(be, pn, 2f)
23 BRANCH32(be, pt, 1b)
/arch/arm64/boot/dts/apple/
Dt8103.dtsi28 cpu-release-addr = <0 0>; /* To be filled by loader */
36 cpu-release-addr = <0 0>; /* To be filled by loader */
44 cpu-release-addr = <0 0>; /* To be filled by loader */
52 cpu-release-addr = <0 0>; /* To be filled by loader */
60 cpu-release-addr = <0 0>; /* To be filled by loader */
68 cpu-release-addr = <0 0>; /* To be filled by loader */
76 cpu-release-addr = <0 0>; /* To be filled by loader */
84 cpu-release-addr = <0 0>; /* To be filled by loader */
121 * be a third selectable clock.
Dt8103-j274.dts31 reg = <0 0 0 0>; /* To be filled by loader */
32 /* Format properties will be added by loader */
39 reg = <0x8 0 0x2 0>; /* To be filled by loader */
/arch/arm/boot/dts/
Dste-href-tvk1281618-r2.dtsi97 * These interrupts cannot be used: the other component
99 * cannot set its DRDY line to open drain, so it cannot be
100 * shared with other peripherals. The should be defined for
101 * the falling edge if they could be wired together.
118 * These interrupts cannot be used: the other component
120 * cannot set its DRDY line to open drain, so it cannot be
121 * shared with other peripherals. The should be defined for
122 * the falling edge if they could be wired together.
139 /* INT2 would need to be open drain */
155 * These interrupts cannot be used: the other component
[all …]
Dxenvm-4.2.dts20 /* this field is going to be adjusted by the hypervisor */
50 /* this field is going to be adjusted by the hypervisor */
73 /* this field is going to be adjusted by the hypervisor */
75 /* this field is going to be adjusted by the hypervisor */
/arch/alpha/lib/
Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
104 # searched. $16 may not be aligned.
120 # Make $18 point to last quad to be accessed (the
121 # last quad may or may not be partial).
127 # At least two quads remain to be accessed.
129 subq $18, $0, $4 #-e0 : $4 <- nr quads to be processed
133 # At least three quads remain to be accessed
Dev6-memchr.S72 # Deal with the case where at most 8 bytes remain to be searched
123 # Deal with the case where $18 > 8 bytes remain to be
124 # searched. $16 may not be aligned.
139 # Make $18 point to last quad to be accessed (the
140 # last quad may or may not be partial).
145 # At least two quads remain to be accessed.
147 subq $18, $0, $4 # E : $4 <- nr quads to be processed
150 # At least three quads remain to be accessed
/arch/powerpc/lib/
Drheap.c158 unsigned long s, e, bs, be; in attach_free_block() local
176 be = bs + blk->size; in attach_free_block()
181 if (be == s) in attach_free_block()
374 unsigned long s, e, m, bs, be; in rh_detach_region() local
399 be = blk->start + blk->size; in rh_detach_region()
400 if (s >= bs && e <= be) in rh_detach_region()
409 if (bs == s && be == e) { in rh_detach_region()
417 if (bs == s || be == e) { in rh_detach_region()
429 newblk->size = be - e; in rh_detach_region()
531 unsigned long s, e, m, bs = 0, be = 0; in rh_alloc_fixed() local
[all …]
/arch/arm64/boot/dts/amlogic/
Dmeson-sm1-odroid-c4.dts34 * to be turned high in order to be detected by the USB Controller
35 * This signal should be handled by a USB specific power sequence
/arch/m68k/fpsp040/
Dskeleton.S5 | need to be modified to install the FPSP.
8 | Put any target system specific handling that must be done immediately
10 | the 'fpsp_xxxx' handler entry point should be placed in the exception
11 | table so that the 'jmp' can be eliminated. If the FPSP determines that the
12 | exception is one that must be reported then there will be a
14 | the machine state will be identical to the state before
16 | that caused the exception will still be pending when the FPSP
17 | package returns. Thus, there will be system specific code
21 | the return will be via a 'jmp fpsp_done'. Unless there is
22 | OS specific work to be done (such as handling a context switch or
[all …]
Dx_ovfl.S7 | too large to be represented in a floating-point data register,
9 | data register are too large to be represented in the
17 | following values should be stored at the destination, based
30 | operand needs to be made available to the users exception handler
/arch/m68k/kernel/
Dvmlinux-std.lds42 /* will be freed after init */
53 /* This ALIGN be in a section so that _end is at the end of the
64 /* Sections to be discarded */
/arch/microblaze/
DKconfig54 microblaze architectures can be configured for either little or
131 work if they are set incorrectly, but can be used to optimize certain
147 memory can be "permanently mapped" by the kernel. The physical
157 will be used as "low memory", that is, memory which the kernel can
159 This can be useful in optimizing the layout of kernel virtual
173 If zero, no change will be made to the MicroBlaze reset vector at
175 If non-zero, a jump instruction to this address, will be written
184 the kernel will map low memory (the kernel image will be linked at
185 this address). This can be useful in optimizing the virtual memory
199 allocated to user tasks. This can be useful in optimizing the
/arch/sparc/kernel/
Duna_asm_32.S29 be 2f
31 be 1f
91 be 9f
93 be 6f
98 be 3f
Dhead_32.S121 be no_sun4u_here
131 be already_mapped
181 be go_to_highmem ! this will be a nop then
215 be leon_remap /* It is a LEON - jump */
221 be halt_notsup
330 be halt_notsup
409 be leon_init
416 be sun4m_init
418 be sun4m_init
420 be sun4d_init
[all …]
/arch/m68k/q40/
DREADME5 some up to date information. Booter and other tools will be also
12 It seems IRQ unmasking can't be safely done on a Q40. IRQ probing
22 poll the floppy for this reason - something that can't be done in Linux.
44 Various other PC drivers can be enabled simply by adding them to
45 arch/m68k/config.in, especially 8 bit devices should be without any
60 SRAM can also be used as additional console device, use debug=mem.
65 Serial console works and can also be used for debugging, see loader_txt
67 Most problems seem to be caused by fawlty or badly configured io-cards or
105 (a) interrupt handler must not be reentered even when sti() is called
112 because only irq's 4-15 can be disabled - and only all of them at once.
[all …]

12345678910>>...56