Searched refs:into (Results 1 – 25 of 183) sorted by relevance
12345678
/arch/cris/boot/compressed/ |
D | README | 7 by that makefile into text and data binary files, vmlinux.text and 11 burned into a flash or executed directly at the DRAM origin. 16 The decompressor is built into the file decompress.o. It is turned into 18 into the file vmlinuz. It can be executed in an arbitrary place in flash.
|
/arch/arc/include/asm/ |
D | arcregs.h | 164 #define READ_BCR(reg, into) \ argument 168 if (sizeof(tmp) == sizeof(into)) { \ 169 into = *((typeof(into) *)&tmp); \ 176 #define WRITE_BCR(reg, into) \ argument 179 if (sizeof(tmp) == sizeof(into)) { \ 180 tmp = (*(unsigned int *)(into)); \
|
/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 46 li t0, 0x1c000 # Offset of text into node memory 47 dsll t1, NASID_SHFT # Shift text nasid into place 53 dsll t1, 6 # Get pfn into place 54 dsll t2, 6 # Get pfn into place
|
/arch/mips/cavium-octeon/ |
D | Kconfig | 41 Enable locking parts of the kernel into the L2 cache. 48 Lock the low level TLB fast path into L2. 55 Lock the low level exception handler into L2. 62 Lock the low level interrupt handler into L2. 76 Lock the kernel's implementation of memcpy() into L2.
|
/arch/frv/ |
D | Kconfig.debug | 33 bool "Break into GDB stub immediately" 36 If you say Y here, GDB stub will break into the program as soon as 45 would like kernel messages to be formatted into GDB $O packets so
|
/arch/mips/netlogic/ |
D | Kconfig | 9 Add an FDT blob for XLP EVP boards into the kernel. 19 Add an FDT blob for XLP VP boards into the kernel. 29 Add an FDT blob for XLP FVP board into the kernel. 39 Add an FDT blob for XLP GVP board into the kernel.
|
/arch/metag/lib/ |
D | memset.S | 12 MULW D0Ar2,D0Ar2,#0x0101 ! Duplicate byte value into 0-15 14 LSL D0Re0,D0Ar2,#16 ! Duplicate byte value into 16-31 15 ADD A0.2,D0Ar2,D0Re0 ! Duplicate byte value into 4 (A0.2) 71 SUB PC,CPC1,A1.2 ! Jump into table below
|
/arch/m68k/fpsp040/ |
D | binstr.S | 29 | extracts and shifts. The three msbs from d2 will go into 36 | into d2:d3. D1 will contain the bcd digit formed. 57 | a0: pointer into memory for packed bcd string formation 87 | A3. Multiply d2:d3 by 8; extract msbs into d1. 89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1 91 bfextu %d3{#0:#3},%d6 |copy 3 msbs of d3 into d6 93 orl %d6,%d2 |or in msbs from d3 into d2
|
D | kernel_ex.S | 50 | store properly signed inf (use sign of etemp) into fp0 54 | frestore the frame into the machine (done by unimp_hd) 60 | frestore the frame into the machine (done by unimp_hd) 107 | nan bit; Store default NAN into fp0 108 | frestore the frame into the machine (done by unimp_hd) 113 | frestore the frame into the machine (done by unimp_hd)
|
D | get_op.S | 40 | then an frestore is done to restore the instruction back into 50 | norm. The instruction is then restored back into the '040 496 bfextu %d0{#20:#12},%d1 |get exponent into d1 499 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1 548 bfextu %d0{#20:#12},%d1 |get exponent into d1 551 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1
|
D | x_snan.S | 112 | Exit snan handler by expanding the unimp frame into a busy frame 177 movel %a0,%a1 |load dest addr into a1 178 movel %a7,%a0 |load src addr of snan into a0 199 movel %a0,%a1 |load dest addr into a1 220 movel %a0,%a1 |load dest addr into a1
|
/arch/cris/arch-v10/lib/ |
D | checksum.S | 59 ;; fold the carry into the checksum, to avoid having to loop the carry 60 ;; back into the top 79 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below.
|
D | checksumcopy.S | 65 ;; fold the carry into the checksum, to avoid having to loop the carry 66 ;; back into the top 85 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
|
/arch/s390/kernel/ |
D | relocate_kernel.S | 69 lr %r2,%r5 # move it into the right register, 85 la %r4,load_psw-.base(%r13) # load psw-address into the register 86 o %r3,4(%r4) # or load address into psw
|
D | relocate_kernel64.S | 71 lgr %r2,%r5 # move it into the right register, 87 la %r4,load_psw-.base(%r13) # load psw-address into the register 88 o %r3,4(%r4) # or load address into psw
|
/arch/ia64/ |
D | module.lds | 2 /* Group unwind sections into a single section: */
|
/arch/arm/nwfpe/ |
D | softfloat-macros | 35 bits are shifted off, they are ``jammed'' into the least significant bit of 60 bits are shifted off, they are ``jammed'' into the least significant bit of 137 than 128, the result will be 0. The result is broken into two 64-bit pieces 169 are ``jammed'' into the least significant bit of the result by setting the 173 nonzero. The result is broken into two 64-bit pieces which are stored at 213 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 284 of `count' must be less than 64. The result is broken into two 64-bit 303 The value of `count' must be less than 64. The result is broken into three 340 any carry out is lost. The result is broken into two 64-bit pieces which 360 modulo 2^192, so any carry out is lost. The result is broken into three [all …]
|
/arch/cris/arch-v32/lib/ |
D | checksumcopy.S | 53 ;; fold the last carry into r13 60 ;; fold 32-bit checksum into a 16-bit checksum, to avoid carries below
|
/arch/mn10300/lib/ |
D | __lshrdi3.S | 40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and
|
D | __ashldi3.S | 39 or_asl a1,d1,a0,d0 # insert overflow into MSW and
|
D | __ashrdi3.S | 39 or_asr a1,d0,a0,d1 # insert underflow into LSW and
|
/arch/openrisc/boot/dts/ |
D | or1ksim.dts | 28 * OR1K PIC is built into CPU and accessed via special purpose
|
/arch/sparc/kernel/ |
D | dtlb_prot.S | 20 rdpr %pstate, %g5 ! Move into alt-globals
|
/arch/frv/kernel/ |
D | break.S | 92 # determine whether we have stepped through into an exception 238 # the slots in the trap fixup tables allowing us to simply divide the offset into the 305 # we single-stepped into an interrupt handler whilst interrupts were merely virtually disabled 334 # we stepped through into the virtual interrupt reenablement trap 337 # instruction after the broken-into exception returns
|
/arch/m68k/math-emu/ |
D | fp_movem.S | 141 | move register from memory into fpu 161 | move register from fpu into memory 325 | move register from memory into fpu 336 | move register from fpu into memory
|
12345678