Home
last modified time | relevance | path

Searched refs:x8 (Results 1 – 25 of 90) sorted by relevance

1234

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/
Delf32xtensa.xbn23 iram0_3_seg : org = 0xE8080578, len = 0x8
25 iram0_5_seg : org = 0xE80805B8, len = 0x8
27 iram0_7_seg : org = 0xE80805F8, len = 0x8
29 iram0_9_seg : org = 0xE8080638, len = 0x8
33 iram0_13_seg : org = 0xE80806F8, len = 0x8
35 iram0_15_seg : org = 0xE8080738, len = 0x8
219 _memmap_seg_old_vlpd_end = ALIGN(0x8);
243 _memmap_seg_efr_fr_hr_vlpd_end = ALIGN(0x8);
267 _memmap_seg_amr_vlpd_end = ALIGN(0x8);
291 _memmap_seg_amrwb_vlpd_end = ALIGN(0x8);
[all …]
Delf32xtensa.xn23 iram0_3_seg : org = 0xE8080578, len = 0x8
25 iram0_5_seg : org = 0xE80805B8, len = 0x8
27 iram0_7_seg : org = 0xE80805F8, len = 0x8
29 iram0_9_seg : org = 0xE8080638, len = 0x8
33 iram0_13_seg : org = 0xE80806F8, len = 0x8
35 iram0_15_seg : org = 0xE8080738, len = 0x8
219 _memmap_seg_old_vlpd_end = ALIGN(0x8);
243 _memmap_seg_efr_fr_hr_vlpd_end = ALIGN(0x8);
267 _memmap_seg_amr_vlpd_end = ALIGN(0x8);
291 _memmap_seg_amrwb_vlpd_end = ALIGN(0x8);
[all …]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dtrusty_helpers.S19 push x8, xzr
38 pop x8, xzr
49 stp x2, x3, [x8]
50 stp x4, x5, [x8, #16]
51 stp x6, x7, [x8, #32]
52 stp x10, x11, [x8, #48]
59 push x8, xzr, x1
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/AARCH64/
DRelocatableVirtHelper.S51 adr x8, PcdGet64 (PcdFdBaseAddress)
53 ldr x6, [x8]
57 str x1, [x8]
77 adr x8, PcdGet64 (PcdDeviceTreeInitialBaseAddress)
79 str x27, [x8]
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/AARCH64/
DRelocatableVirtHelper.S52 adr x8, PcdGet64 (PcdFdBaseAddress)
54 ldr x6, [x8]
58 str x1, [x8]
78 adr x8, PcdGet64 (PcdDeviceTreeInitialBaseAddress)
80 str x27, [x8]
/device/linaro/bootloader/arm-trusted-firmware/bl31/aarch64/
Dcrash_reporting.S117 stp x8, x9, [x0]
263 mrs x8, scr_el3
272 mrs x8, ttbr0_el3
279 mrs x8, spsr_el1
288 mrs x8, cpacr_el1
297 mrs x8, tcr_el1
306 mrs x8, afsr0_el1
315 mrs x8, cntkctl_el1
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/aarch64/
Darm_macros.S48 mrs x8, ICC_SRE_EL3
49 tst x8, #ICC_SRE_SRE_BIT
55 mrs x8, ICC_HPPIR0_EL1
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dprememinit.c136 if (mrc_params->dram_width == x8) in PreMemInit()
157 …bits[channel_i] = ((dram_params[dram_cfg_index].DENSITY == 4) && (dram_width == x8)) ? (11) : (10); in PreMemInit()
166 + (((dram_params[dram_cfg_index].DENSITY < 4) && (dram_width == x8)) ? (1) : (0)); in PreMemInit()
181 mrc_params->channel_size[channel_i] *= ((dram_width == x8) ? (2) : (1)); in PreMemInit()
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/
DArmMmuLibReplaceEntry.S22 mrs x8, sctlr_el\el
23 bic x9, x8, #CTRL_M_BIT
44 msr sctlr_el\el, x8
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/include/
Dplat_macros.S57 mrs x8, ICC_SRE_EL3
58 tst x8, #ICC_SRE_SRE_BIT
64 mrs x8, ICC_HPPIR0_EL1
/device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
Dcortex_a72.S236 stp x8, x30, [sp, #-16]!
239 mov x8, x0
247 ldp x8, x30, [sp], #16
267 mrs x8, CORTEX_A72_ECTLR_EL1
Dcortex_a53.S264 stp x8, x30, [sp, #-16]!
267 mov x8, x0
279 ldp x8, x30, [sp], #16
300 mrs x8, CORTEX_A53_ECTLR_EL1
Dcortex_a57.S496 stp x8, x30, [sp, #-16]!
499 mov x8, x0
518 ldp x8, x30, [sp], #16
538 mrs x8, CORTEX_A57_ECTLR_EL1
Dcortex_a55.S45 mrs x8, CORTEX_A55_CPUECTLR_EL1
Dcortex_a75.S45 mrs x8, CORTEX_A75_CPUECTLR_EL1
Dcortex_a35.S132 mrs x8, CORTEX_A35_CPUECTLR_EL1
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/AArch64/
DEbcLowLevel.S38 mov x8, x0 // Preserve x0
72 0: br x8 // Call with no arguments
102 blr x8
/device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/AArch64/
DModuleEntryPoint.S24 adr x8, __reloc_base
47 add x12, x12, x8 // add reloc base to addend to get relocated value
48 str x12, [x11, x8] // write relocated value at offset
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
DPageFaultHandler.nasm25 mov [rsp + 0x8], rax
77 mov rax, [rsp - 0x8]
85 add rsp, 0x8 ; skip error code for PF
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
Dhikey_helpers.S72 mov x8, x30
123 mov x30, x8
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
Dtsp_exceptions.S27 stp x8, x9, [sp, #0x40]
40 ldp x8, x9, [sp, #0x40]
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt260 0xc0408000 . = ALIGN (0x8)
263 0xc0408000 . = ALIGN (0x8)
265 0xc0408000 _memmap_seg_old_vlpd_end = ALIGN (0x8)
281 0xc0418000 . = ALIGN (0x8)
284 0xc0418000 . = ALIGN (0x8)
286 0xc0418000 _memmap_seg_efr_fr_hr_vlpd_end = ALIGN (0x8)
300 0xc0428000 . = ALIGN (0x8)
303 0xc0428000 . = ALIGN (0x8)
305 0xc0428000 _memmap_seg_amr_vlpd_end = ALIGN (0x8)
321 0xc0438000 . = ALIGN (0x8)
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/aarch64/
Dhikey960_helpers.S78 mov x8, x30
129 mov x30, x8
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DMpFuncs.nasm30 %define StackSize LockLocation + 0x8
85 mov ax, 0x8
154 mov dword [ebx+0x8], FLAT32_JUMP - RendezvousFunnelProcStart
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.nasm89 mov rdx, qword [rsp+0x8]
160 mov [rsp + 0x8], rcx
183 mov rdx, [rsp + 0x8]

1234