Lines Matching +full:- +full:t
2 * SPDX-License-Identifier: Apache-2.0
23 __asm__(".section .imr.boot_entry_d3_restore, \"x\"\n\t"
24 ".align 4\n\t"
25 ".global boot_entry_d3_restore\n\t"
26 "boot_entry_d3_restore:\n\t"
27 " movi a0, 0x4002f\n\t"
28 " wsr a0, PS\n\t"
29 " movi a0, 0\n\t"
30 " wsr a0, WINDOWBASE\n\t"
31 " movi a0, 1\n\t"
32 " wsr a0, WINDOWSTART\n\t"
33 " rsync\n\t"
34 " movi a1, " IMRSTACK"\n\t"
35 " call4 boot_d3_restore\n\t");