Lines Matching refs:ASM_CONST

272 #define   TEXASR_FC	(ASM_CONST(0xFF) << TEXASR_FC_LG)
418 #define FSCR_INTR_CAUSE (ASM_CONST(0xFF) << 56) /* interrupt cause */
433 #define LPCR_VPM0 ASM_CONST(0x8000000000000000)
434 #define LPCR_VPM1 ASM_CONST(0x4000000000000000)
435 #define LPCR_ISL ASM_CONST(0x2000000000000000)
438 #define LPCR_DPFD (ASM_CONST(7) << LPCR_DPFD_SH)
440 #define LPCR_VRMASD (ASM_CONST(0x1f) << LPCR_VRMASD_SH)
441 #define LPCR_VRMA_L ASM_CONST(0x0008000000000000)
442 #define LPCR_VRMA_LP0 ASM_CONST(0x0001000000000000)
443 #define LPCR_VRMA_LP1 ASM_CONST(0x0000800000000000)
446 #define LPCR_HAIL ASM_CONST(0x0000000004000000) /* HV AIL (ISAv3.1) */
447 #define LPCR_ILE ASM_CONST(0x0000000002000000) /* !HV irqs set MSR:LE */
448 #define LPCR_AIL ASM_CONST(0x0000000001800000) /* Alternate interrupt location */
449 #define LPCR_AIL_0 ASM_CONST(0x0000000000000000) /* MMU off exception offset 0x0 */
450 #define LPCR_AIL_3 ASM_CONST(0x0000000001800000) /* MMU on exception offset 0xc00...4xxx */
451 #define LPCR_ONL ASM_CONST(0x0000000000040000) /* online - PURR/SPURR count */
452 #define LPCR_LD ASM_CONST(0x0000000000020000) /* large decremeter */
453 #define LPCR_PECE ASM_CONST(0x000000000001f000) /* powersave exit cause enable */
454 #define LPCR_PECEDP ASM_CONST(0x0000000000010000) /* directed priv dbells cause exit */
455 #define LPCR_PECEDH ASM_CONST(0x0000000000008000) /* directed hyp dbells cause exit */
456 #define LPCR_PECE0 ASM_CONST(0x0000000000004000) /* ext. exceptions can cause exit */
457 #define LPCR_PECE1 ASM_CONST(0x0000000000002000) /* decrementer can cause exit */
458 #define LPCR_PECE2 ASM_CONST(0x0000000000001000) /* machine check etc can cause exit */
459 #define LPCR_PECE_HVEE ASM_CONST(0x0000400000000000) /* P9 Wakeup on HV interrupts */
460 #define LPCR_MER ASM_CONST(0x0000000000000800) /* Mediated External Exception */
462 #define LPCR_GTSE ASM_CONST(0x0000000000000400) /* Guest Translation Shootdown Enable */
463 #define LPCR_TC ASM_CONST(0x0000000000000200) /* Translation control */
464 #define LPCR_HEIC ASM_CONST(0x0000000000000010) /* Hypervisor External Interrupt Control */
466 #define LPCR_LPES0 ASM_CONST(0x0000000000000008) /* LPAR Env selector 0 */
467 #define LPCR_LPES1 ASM_CONST(0x0000000000000004) /* LPAR Env selector 1 */
469 #define LPCR_RMI ASM_CONST(0x0000000000000002) /* real mode is cache inhibit */
470 #define LPCR_HVICE ASM_CONST(0x0000000000000002) /* P9: HV interrupt enable */
471 #define LPCR_HDICE ASM_CONST(0x0000000000000001) /* Hyp Decr enable (HV,PR,EE) */
472 #define LPCR_UPRT ASM_CONST(0x0000000000400000) /* Use Process Table (ISA 3) */
473 #define LPCR_HR ASM_CONST(0x0000000000100000)
861 #define MMCR0_PMXE ASM_CONST(0x04000000) /* perf mon exception enable */
862 #define MMCR0_FCECE ASM_CONST(0x02000000) /* freeze ctrs on enabled cond or event */
867 #define MMCR0_PMCCEXT ASM_CONST(0x00000200) /* PMCCEXT control */
870 #define MMCR0_PMCjCE ASM_CONST(0x00004000) /* PMCj count enable*/
872 #define MMCR0_PMAO_SYNC ASM_CONST(0x00000800) /* PMU intr is synchronous */
873 #define MMCR0_C56RUN ASM_CONST(0x00000100) /* PMC5/6 count when RUN=0 */
875 #define MMCR0_PMAO ASM_CONST(0x00000080)