Home
last modified time | relevance | path

Searched refs:remap_trace (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dmmio-mod.c36 struct remap_trace { struct
50 static LIST_HEAD(trace_list); /* struct remap_trace */
137 struct remap_trace *trace = p->private; in pre()
225 struct remap_trace *trace = kmalloc(sizeof(*trace), GFP_KERNEL); in ioremap_trace_core()
239 *trace = (struct remap_trace) { in ioremap_trace_core()
288 struct remap_trace *trace; in iounmap_trace_core()
289 struct remap_trace *tmp; in iounmap_trace_core()
290 struct remap_trace *found_trace = NULL; in iounmap_trace_core()
344 struct remap_trace *trace; in clear_trace_list()
345 struct remap_trace *tm in clear_trace_list()
[all...]
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dmmio-mod.c34 struct remap_trace { struct
48 static LIST_HEAD(trace_list); /* struct remap_trace */
135 struct remap_trace *trace = p->private; in pre()
223 struct remap_trace *trace = kmalloc(sizeof(*trace), GFP_KERNEL); in ioremap_trace_core()
237 *trace = (struct remap_trace) { in ioremap_trace_core()
286 struct remap_trace *trace; in iounmap_trace_core()
287 struct remap_trace *tmp; in iounmap_trace_core()
288 struct remap_trace *found_trace = NULL; in iounmap_trace_core()
342 struct remap_trace *trace; in clear_trace_list()
343 struct remap_trace *tm in clear_trace_list()
[all...]

Completed in 2 milliseconds