Home
last modified time | relevance | path

Searched refs:hyp_trace_buffer (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dtrace.c20 static struct hyp_trace_buffer { struct
30 static bool hyp_trace_buffer_loaded(struct hyp_trace_buffer *trace_buffer) in hyp_trace_buffer_loaded() argument
65 static int hyp_trace_buffer_load_bpage_backing(struct hyp_trace_buffer *trace_buffer, in hyp_trace_buffer_load_bpage_backing()
84 static void hyp_trace_buffer_unload_bpage_backing(struct hyp_trace_buffer *trace_buffer) in hyp_trace_buffer_unload_bpage_backing()
118 static void hyp_trace_buffer_unload(struct hyp_trace_buffer *trace_buffer) in hyp_trace_buffer_unload()
134 static int hyp_trace_buffer_load(struct hyp_trace_buffer *trace_buffer, in hyp_trace_buffer_load()
/linux/arch/arm64/kvm/
H A Dhyp_trace.c135 static struct hyp_trace_buffer { struct
158 static int hyp_trace_buffer_alloc_bpages_backing(struct hyp_trace_buffer *trace_buffer, size_t size) in hyp_trace_buffer_alloc_bpages_backing() argument
177 static void hyp_trace_buffer_free_bpages_backing(struct hyp_trace_buffer *trace_buffer) in hyp_trace_buffer_free_bpages_backing()
183 static void hyp_trace_buffer_unshare_hyp(struct hyp_trace_buffer *trace_buffer, int last_cpu) in hyp_trace_buffer_unshare_hyp()
198 static int hyp_trace_buffer_share_hyp(struct hyp_trace_buffer *trace_buffer) in hyp_trace_buffer_share_hyp()
230 struct hyp_trace_buffer *trace_buffer = priv; in hyp_trace_load()
291 struct hyp_trace_buffer *trace_buffer = priv; in hyp_trace_unload()