Searched refs:pointer (Results 76 - 100 of 663) sorted by path

1234567891011>>

/linux-master/arch/mips/kernel/
H A Dhead.S119 PTR_SUBU sp, 4 * SZREG # init stack pointer
129 PTR_SUBU sp, 4 * SZREG # init stack pointer
H A Dscall32-o32.S44 lw t0, PT_R29(sp) # get old user stack pointer
146 * Our open-coded access area sanity test for the stack pointer
H A Dscall64-o32.S65 ld t0, PT_R29(sp) # get old user stack pointer
/linux-master/arch/mips/lib/
H A Dstrnlen_user.S31 PTR_ADDU a1, a0 # stop pointer
/linux-master/arch/parisc/boot/compressed/
H A DMakefile16 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -fno-builtin-printf
/linux-master/arch/powerpc/boot/
H A DMakefile82 -fomit-frame-pointer -fno-builtin -fPIC
/linux-master/arch/s390/
H A DMakefile28 KBUILD_CFLAGS_DECOMPRESSOR += -fno-delete-null-pointer-checks -msoft-float -mbackchain
/linux-master/arch/s390/boot/
H A Dhead.S48 larl %r12,parmarea # pointer to parameter area
/linux-master/arch/s390/kernel/
H A Dentry.S123 lg %r9,\sie_control # get control block pointer
179 * %r2 pointer to sie control block phys
180 * %r3 pointer to sie control block virt
192 lg %r14,__LC_GMAP # get gmap pointer
198 lg %r14,__SF_SIE_CONTROL(%r15) # get control block pointer
213 lg %r14,__SF_SIE_CONTROL(%r15) # get control block pointer
280 la %r2,STACK_FRAME_OVERHEAD(%r15) # pointer to pt_regs
425 lgr %r2,%r11 # pass pointer to pt_regs
533 lgr %r2,%r11 # pass pointer to pt_regs
623 lgr %r2,%r11 # pass pointer t
[all...]
H A Drelocate_kernel.S15 * %r2 = pointer to first kimage_entry_t
35 aghi %r2,8 # increment pointer
/linux-master/arch/s390/purgatory/
H A DMakefile17 KBUILD_CFLAGS += -Wno-pointer-sign -Wno-sign-compare
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S43 * r15 = stack pointer
88 * k7 CURRENT_THREAD_INFO (pointer to current thread info)
212 ! k4 returns original stack pointer
238 mov.l @r15+, k4 ! original stack pointer
383 ! k0 contains original stack pointer*
399 mov.l k0, @-r15 ! original stack pointer in k0
/linux-master/arch/sh/kernel/
H A Dhead_32.S68 mov r4, r12 ! Store device tree blob pointer in r12
83 mov r0, r15 ! Set initial r15 (stack pointer)
/linux-master/arch/sparc/kernel/
H A Dhead_32.S94 /* Cool, here we go. Pick up the romvec pointer in %o0 and stash it in
249 /* Get context table pointer, then convert to
265 * Fine with me, let's get the pointer to the level 1
389 nop ! %o2 holds pointer
/linux-master/arch/sparc/vdso/
H A DMakefile46 -fno-omit-frame-pointer -foptimize-sibling-calls \
87 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
/linux-master/arch/x86/
H A DMakefile48 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux-master/arch/x86/boot/compressed/
H A DMakefile39 KBUILD_CFLAGS += -Wno-pointer-sign
/linux-master/arch/x86/boot/
H A Dheader.S297 # If nonzero, a 32-bit pointer
387 setup_data: .quad 0 # 64-bit physical pointer to
434 # compressed data is placed at the end of the buffer. The output pointer
435 # is placed at the start of the buffer and the input pointer is placed
437 # pointer overruns the input pointer.
439 # The output pointer can only overrun the input pointer if the input
440 # pointer is moving faster than the output pointer
[all...]
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S272 xor %r11d, %r11d # initialise the data pointer offset as zero
361 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
653 # adjust the shuffle mask pointer to be able to shift r13 bytes
775 * arg1, %arg2, %arg3 are used as a pointer only, not modified
1509 * // concatenated with 0x00000001. 16-byte aligned pointer.
1777 * KEYP: key struct pointer
1834 * KEYP: key struct pointer
1967 * KEYP: key struct pointer
2024 * KEYP: key struct pointer
2814 add LEN, INP /* rewind input pointer */
[all...]
H A Daesni-intel_avx-x86_64.S269 # initialize the data pointer offset as zero
415 sub %r13, %r12 # adjust the shuffle mask pointer to be
432 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
742 # adjust the shuffle mask pointer to be able to shift r13 bytes
1740 # concatenated with 0x00000001. 16-byte aligned pointer. */
2707 # concatenated with 0x00000001. 16-byte aligned pointer. */
H A Dsha256-avx-asm.S345 ## arg 1 : pointer to state
346 ## arg 2 : pointer to input data
360 and $~15, %rsp # align stack pointer
364 add INP, NUM_BLKS # pointer to end of data
H A Dsha256-avx2-asm.S522 ## arg 1 : pointer to state
523 ## arg 2 : pointer to input data
542 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block
H A Dsha256-ssse3-asm.S353 ## arg 1 : pointer to state
355 ## arg 2 : pointer to input data
374 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
H A Dsha512-avx2-asm.S585 add INP, NUM_BLKS # pointer to end of data
/linux-master/arch/x86/entry/
H A Dentry_32.S384 /* Load stack pointer into %esi and %edi */
464 * %esi: Entry-Stack pointer (same as %esp)
534 /* Save future stack pointer in %ebx */
586 * Save future stack-pointer, we must not switch until the
844 * Setup entry stack - we keep the pointer in %eax and do the
848 /* Load entry stack pointer and allocate frame for eflags/eax */
1003 * Careful: ECX is a linear pointer, so we need to force base
1011 addl %esp, %eax /* the adjusted stack pointer */
1042 movl %esp, %eax # pt_regs pointer
1136 movl %esp, %eax # pt_regs pointer
[all...]

Completed in 336 milliseconds

1234567891011>>