Lines Matching +full:disable +full:- +full:energy +full:- +full:detect
1 /* SPDX-License-Identifier: GPL-2.0-only */
6 #include <asm/asm-offsets.h>
18 #include "efi-header.S"
23 * Image header expected by Linux boot-loaders. The image header data
32 c.li s4,-13
42 /* Image load offset (0MB) from start of RAM for M-mode */
54 .dword _end - _start
63 .word pe_head_start - _start
144 * Disable FPU & VECTOR to detect illegal usage of
217 li a0, -1
238 * Disable FPU & VECTOR to detect illegal usage of
283 /* Clear BSS for flat non-ELF images */
301 addi sp, sp, -PT_SIZE_ON_STACK
322 addi sp, sp, -PT_SIZE_ON_STACK
350 /* FIXME: We should WFI to save some energy here. */