![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * linux/arch/arm/boot/compressed/big-endian.S 0004 * 0005 * Switch CPU into big endian mode. 0006 * Author: Nicolas Pitre 0007 */ 0008 0009 .section ".start", "ax" 0010 0011 mrc p15, 0, r0, c1, c0, 0 @ read control reg 0012 orr r0, r0, #(1 << 7) @ enable big endian mode 0013 mcr p15, 0, r0, c1, c0, 0 @ write control reg 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |