Searched refs:tmp (Results 1 – 9 of 9) sorted by relevance
| /arch/arm64/ |
| A D | start.S | 47 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 D | rules.mk | 122 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp 123 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
| /arch/arm64/include/arch/ |
| A D | asm_macros.h | 39 .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 D | rules.mk | 61 …KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/;s/%VECTOR_BASE_PHYS%/$(VECTOR_BASE_PHYS)/" < $< > $@.tmp 62 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
| /arch/m68k/ |
| A D | rules.mk | 60 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp 61 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
| /arch/mips/ |
| A D | rules.mk | 72 …KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/;s/%VECTOR_BASE_PHYS%/$(VECTOR_BASE_PHYS)/" < $< > $@.tmp 73 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
| /arch/arm/ |
| A D | rules.mk | 375 …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 D | rules.mk | 160 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp 161 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
| /arch/riscv/ |
| A D | rules.mk | 215 …SIZE)/;s/%KERNEL_BASE%/$(KERNEL_BASE)/;s/%KERNEL_LOAD_OFFSET%/$(KERNEL_LOAD_OFFSET)/" < $< > $@.tmp 216 @$(call TESTANDREPLACEFILE,$@.tmp,$@)
|
Completed in 13 milliseconds