Lines Matching +full:pre +full:- +full:stored
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
36 * Pre-v4.14 KVM hypervisors reject the VPA if its size field is smaller than
41 /* cacheline 1 contains read-only data */
55 /* cacheline 2 contains local read-write data */
88 volatile __be64 enqueue_dispatch_tb; /* Total TB enqueue->dispatch */
89 volatile __be64 ready_enqueue_tb; /* Total TB ready->enqueue */
90 volatile __be64 wait_ready_tb; /* Total TB wait->ready */
93 /* cacheline 4-5 */
95 __be32 page_ins; /* CMO Hint - # page ins by OS */
105 #define lppaca_of(cpu) (*paca_ptrs[cpu]->lppaca_ptr)
121 struct lppaca *l = local_paca->lppaca_ptr; in lppaca_shared_proc()
125 return !!(l->__old_status & LPPACA_OLD_SHARED_PROC); in lppaca_shared_proc()
128 #define get_lppaca() (get_paca()->lppaca_ptr)
134 * ESID is stored in the lower 64bits, then the VSID.