Lines Matching +full:fault +full:- +full:log +full:- +full:enable
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 */
61 u8 dtl_enable_mask; /* Dispatch Trace Log mask */
65 u8 l2_counters_enable; /* Enable usage of counters for KVM guest */
85 volatile __be64 cmo_faults; /* CMO page fault count */
86 volatile __be64 cmo_fault_time; /* CMO page fault time */
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 */
101 volatile __be64 dtl_idx; /* Dispatch Trace Log head index */
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)