psr.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | psr.h (6f52b16c5b29b89d92c0e7236f4655dc8491ad70) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|
1/* 2 * psr.h: This file holds the macros for masking off various parts of 3 * the processor status register on the Sparc. This is valid 4 * for Version 8. On the V9 this is renamed to the PSTATE 5 * register and its members are accessed as fields like 6 * PSTATE.PRIV for the current CPU privilege level. 7 * 8 * Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu) --- 39 unchanged lines hidden --- | 2/* 3 * psr.h: This file holds the macros for masking off various parts of 4 * the processor status register on the Sparc. This is valid 5 * for Version 8. On the V9 this is renamed to the PSTATE 6 * register and its members are accessed as fields like 7 * PSTATE.PRIV for the current CPU privilege level. 8 * 9 * Copyright (C) 1994 David S. Miller (davem@caip.rutgers.edu) --- 39 unchanged lines hidden --- |