Lines Matching full:63
91 #define H_NOOP -63
133 #define H_LARGE_PAGE (1UL<<(63-16))
134 #define H_EXACT (1UL<<(63-24)) /* Use exact PTE or return H_PTEG_FULL */
135 #define H_R_XLATE (1UL<<(63-25)) /* include a valid logical page num in the pte if the valid bit i…
136 #define H_READ_4 (1UL<<(63-26)) /* Return 4 PTEs */
137 #define H_PAGE_STATE_CHANGE (1UL<<(63-28))
138 #define H_PAGE_UNUSED ((1UL<<(63-29)) | (1UL<<(63-30)))
140 #define H_PAGE_SET_LOANED (H_PAGE_SET_UNUSED | (1UL<<(63-31)))
142 #define H_AVPN (1UL<<(63-32)) /* An avpn is provided as a sanity test */
143 #define H_ANDCOND (1UL<<(63-33))
144 #define H_LOCAL (1UL<<(63-35))
145 #define H_ICACHE_INVALIDATE (1UL<<(63-40)) /* icbi, etc. (ignored for IO pages) */
146 #define H_ICACHE_SYNCHRONIZE (1UL<<(63-41)) /* dcbst, icbi, etc (ignored for IO pages */
147 #define H_COALESCE_CAND (1UL<<(63-42)) /* page is a good candidate for coalescing */
148 #define H_ZERO_PAGE (1UL<<(63-48)) /* zero the page before mapping (ignored for IO pages) */
149 #define H_COPY_PAGE (1UL<<(63-49))
150 #define H_N (1UL<<(63-61))
151 #define H_PP1 (1UL<<(63-62))
152 #define H_PP2 (1UL<<(63-63))
155 #define H_VPA_FUNC_SHIFT (63-18) /* Bit posn of subfunction code */
429 #define H_CPU_CHAR_SPEC_BAR_ORI31 (1ull << 63) // IBM bit 0
440 #define H_CPU_BEHAV_FAVOUR_SECURITY (1ull << 63) // IBM bit 0
492 #define H_GUEST_FLAGS_WIDE (1UL<<(63-0))
495 #define H_GUEST_CAP_COPY_MEM (1UL<<(63-0))
496 #define H_GUEST_CAP_POWER9 (1UL<<(63-1))
497 #define H_GUEST_CAP_POWER10 (1UL<<(63-2))
498 #define H_GUEST_CAP_POWER11 (1UL<<(63-3))
499 #define H_GUEST_CAP_BITMAP2 (1UL<<(63-63))