Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c266 struct topa { struct
285 static struct topa *topa_alloc(int cpu, gfp_t gfp) in topa_alloc() argument
288 struct topa *topa; in topa_alloc() local
295 topa = page_address(p); in topa_alloc()
296 topa->last = 0; in topa_alloc()
297 topa->phys = page_to_phys(p); in topa_alloc()
304 TOPA_ENTRY(topa, 1)->base = topa->phys >> TOPA_SHIFT; in topa_alloc()
305 TOPA_ENTRY(topa, 1)->end = 1; in topa_alloc()
308 return topa; in topa_alloc()
315 static void topa_free(struct topa *topa) in topa_free() argument
[all …]
Dintel_pt.h108 struct topa *first, *last, *cur;