Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
lsu.h File Reference
#include <linux/const.h>

Go to the source code of this file.

Macros

#define LSU_CONTROL_PM   _AC(0x000001fe00000000,UL) /* Phys-watchpoint byte mask*/
 
#define LSU_CONTROL_VM   _AC(0x00000001fe000000,UL) /* Virt-watchpoint byte mask*/
 
#define LSU_CONTROL_PR   _AC(0x0000000001000000,UL) /* Phys-rd watchpoint enable*/
 
#define LSU_CONTROL_PW   _AC(0x0000000000800000,UL) /* Phys-wr watchpoint enable*/
 
#define LSU_CONTROL_VR   _AC(0x0000000000400000,UL) /* Virt-rd watchpoint enable*/
 
#define LSU_CONTROL_VW   _AC(0x0000000000200000,UL) /* Virt-wr watchpoint enable*/
 
#define LSU_CONTROL_FM   _AC(0x00000000000ffff0,UL) /* Parity mask enables. */
 
#define LSU_CONTROL_DM   _AC(0x0000000000000008,UL) /* Data MMU enable. */
 
#define LSU_CONTROL_IM   _AC(0x0000000000000004,UL) /* Instruction MMU enable. */
 
#define LSU_CONTROL_DC   _AC(0x0000000000000002,UL) /* Data cache enable. */
 
#define LSU_CONTROL_IC   _AC(0x0000000000000001,UL) /* Instruction cache enable.*/
 

Macro Definition Documentation

#define LSU_CONTROL_DC   _AC(0x0000000000000002,UL) /* Data cache enable. */

Definition at line 16 of file lsu.h.

#define LSU_CONTROL_DM   _AC(0x0000000000000008,UL) /* Data MMU enable. */

Definition at line 14 of file lsu.h.

#define LSU_CONTROL_FM   _AC(0x00000000000ffff0,UL) /* Parity mask enables. */

Definition at line 13 of file lsu.h.

#define LSU_CONTROL_IC   _AC(0x0000000000000001,UL) /* Instruction cache enable.*/

Definition at line 17 of file lsu.h.

#define LSU_CONTROL_IM   _AC(0x0000000000000004,UL) /* Instruction MMU enable. */

Definition at line 15 of file lsu.h.

#define LSU_CONTROL_PM   _AC(0x000001fe00000000,UL) /* Phys-watchpoint byte mask*/

Definition at line 7 of file lsu.h.

#define LSU_CONTROL_PR   _AC(0x0000000001000000,UL) /* Phys-rd watchpoint enable*/

Definition at line 9 of file lsu.h.

#define LSU_CONTROL_PW   _AC(0x0000000000800000,UL) /* Phys-wr watchpoint enable*/

Definition at line 10 of file lsu.h.

#define LSU_CONTROL_VM   _AC(0x00000001fe000000,UL) /* Virt-watchpoint byte mask*/

Definition at line 8 of file lsu.h.

#define LSU_CONTROL_VR   _AC(0x0000000000400000,UL) /* Virt-rd watchpoint enable*/

Definition at line 11 of file lsu.h.

#define LSU_CONTROL_VW   _AC(0x0000000000200000,UL) /* Virt-wr watchpoint enable*/

Definition at line 12 of file lsu.h.