Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 9 of 9) sorted by relevance

/arch/arm64/
A Dstart.S47 orr tmp, tmp, #(1<<12) /* Enable icache */
81 add tmp, tmp, :lo12:arm64_boot_args
94 add tmp, tmp, #1
174 orr tmp, tmp, size
204 lsl tmp, tmp, idx_shift
220 orr tmp, tmp, paddr
225 lsl tmp, tmp, idx_shift
268 lsl tmp, tmp, idx_shift
269 bic tmp, vaddr, tmp
291 orr tmp, tmp, tmp2, lsl #32
[all …]
A Drules.mk122 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp
123 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/arm64/include/arch/
A Dasm_macros.h39 .macro calloc_bootmem_aligned, new_ptr, new_ptr_end, tmp, size_shift, phys_offset
45 adrp \tmp, boot_alloc_end
46 ldr \new_ptr, [\tmp, #:lo12:boot_alloc_end]
59 str \new_ptr_end, [\tmp, #:lo12:boot_alloc_end]
62 add x0, \tmp, #:lo12:boot_alloc_end
76 mov \tmp, \new_ptr
78 stp xzr, xzr, [\tmp], #16
79 cmp \tmp, \new_ptr_end
/arch/microblaze/
A Drules.mk61 …KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/;s/%VECTOR_BASE_PHYS%/$(VECTOR_BASE_PHYS)/" < $< > $@.tmp
62 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/m68k/
A Drules.mk60 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp
61 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/mips/
A Drules.mk72 …KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/;s/%VECTOR_BASE_PHYS%/$(VECTOR_BASE_PHYS)/" < $< > $@.tmp
73 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/arm/
A Drules.mk375 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp
376 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
381 …(NOECHO)sed "s/%ROMBASE%/$(ROMBASE)/;s/%MEMBASE%/$(MEMBASE)/;s/%MEMSIZE%/$(MEMSIZE)/" < $< > $@.tmp
382 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/x86/
A Drules.mk160 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp
161 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
/arch/riscv/
A Drules.mk215 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp
216 @$(call TESTANDREPLACEFILE,$@.tmp,$@)

Completed in 13 milliseconds