This is a collection of Intel®’ IA32® Software Developer's Manuals (URL of the day) and AMD' AMD64 Architecture Programmer's Manual together with the related specifications, application notes, white papers, and change logs. The collection aims to keep all available revisions. It was originally created by Michal Necasek, see OS/2 Museum.

If you have a public document, related to the IA32® specifications and missing from the collection, please mail it to me. The content of this URL and all sub-ULRs is available for convenient bulk download by rsync x86docs password "" (empty).

UAO

UAO, User Access Override

The UAO characteristics are:

Purpose

Allows access to the User Access Override bit.

Configuration

This register is present only when FEAT_UAO is implemented and FEAT_AA64 is implemented. Otherwise, direct accesses to UAO are UNDEFINED.

Attributes

UAO is a 64-bit register.

Field descriptions

6362616059585756555453525150494847464544434241403938373635343332
313029282726252423222120191817161514131211109876543210
RES0
RES0UAORES0

Bits [63:24]

Reserved, RES0.

UAO, bit [23]

User Access Override.

UAOMeaning
0b0

Explicit Memory Effects generated by unprivileged memory access instructions and described as unprivileged are unprivileged.

0b1

Explicit Memory Effects generated by unprivileged memory access instructions and described as unprivileged are privileged.

The Effective value of PSTATE.UAO is 0 when execution is at EL0.

The Effective value of PSTATE.UAO is 1 when any of the following is true:

Bits [22:0]

Reserved, RES0.

Accessing UAO

For more information about the operation of the MSR (immediate) accessor, see 'MSR (immediate)'.

Accesses to this register use the following encodings in the System register encoding space:

MRS <Xt>, UAO

op0op1CRnCRmop2
0b110b0000b01000b00100b100

if !(IsFeatureImplemented(FEAT_UAO) && IsFeatureImplemented(FEAT_AA64)) then Undefined(); elsif PSTATE.EL == EL0 then Undefined(); elsif PSTATE.EL == EL1 then X{64}(t) = Zeros{40} :: PSTATE.UAO :: Zeros{23}; elsif PSTATE.EL == EL2 then X{64}(t) = Zeros{40} :: PSTATE.UAO :: Zeros{23}; elsif PSTATE.EL == EL3 then X{64}(t) = Zeros{40} :: PSTATE.UAO :: Zeros{23}; end;

MSR UAO, <Xt>

op0op1CRnCRmop2
0b110b0000b01000b00100b100

if !(IsFeatureImplemented(FEAT_UAO) && IsFeatureImplemented(FEAT_AA64)) then Undefined(); elsif PSTATE.EL == EL0 then Undefined(); elsif PSTATE.EL == EL1 then PSTATE.UAO = X{64}(t)[23]; elsif PSTATE.EL == EL2 then PSTATE.UAO = X{64}(t)[23]; elsif PSTATE.EL == EL3 then PSTATE.UAO = X{64}(t)[23]; end;

MSR UAO, #<imm>

op0op1CRnop2
0b000b0000b01000b011

2026-03-12 12:23:09, 2025-09_rel_asl1

Copyright © 2010-2025 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.