Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/events/intel/
Dpt.c577 struct topa_page { struct
582 static inline struct topa_page *topa_to_page(struct topa *topa) in topa_to_page() argument
584 return container_of(topa, struct topa_page, topa); in topa_to_page()
587 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page()
589 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page()
642 struct topa_page *tp; in topa_alloc()
776 struct topa_page *tp = topa_to_page(topa); in pt_topa_dump()
939 struct topa_page *tp; in pt_read_offset()
958 struct topa_page *tp; in pt_topa_entry_for_page()
1030 struct topa_page *tp; in pt_topa_prev_entry()
[all …]