Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c325 struct topa { struct
344 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc() argument
347 struct topa *topa; in topa_alloc() local
354 topa = page_address(p); in topa_alloc()
355 topa->last = 0; in topa_alloc()
356 topa->phys = page_to_phys(p); in topa_alloc()
363 TOPA_ENTRY(topa, 1)->base = topa->phys >> TOPA_SHIFT; in topa_alloc()
364 TOPA_ENTRY(topa, 1)->end = 1; in topa_alloc()
367 return topa; in topa_alloc()
374 static void topa_free(struct topa *topa) in topa_free() argument
[all …]
Dintel_pt.h93 struct topa *first, *last, *cur;