Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.c575 * struct topa_page - page-sized ToPA table with metadata at the top
579 struct topa_page { struct
584 static inline struct topa_page *topa_to_page(struct topa *topa) in topa_to_page()
586 return container_of(topa, struct topa_page, topa); in topa_to_page()
589 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page()
591 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page()
644 struct topa_page *tp; in topa_alloc()
778 struct topa_page *tp = topa_to_page(topa); in pt_topa_dump()
942 struct topa_page *tp; in pt_read_offset()
961 struct topa_page *t in pt_topa_entry_for_page()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c591 * struct topa_page - page-sized ToPA table with metadata at the top
595 struct topa_page { struct
600 static inline struct topa_page *topa_to_page(struct topa *topa) in topa_to_page()
602 return container_of(topa, struct topa_page, topa); in topa_to_page()
605 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page()
607 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page()
660 struct topa_page *tp; in topa_alloc()
794 struct topa_page *tp = topa_to_page(topa); in pt_topa_dump()
958 struct topa_page *tp; in pt_read_offset()
977 struct topa_page *t in pt_topa_entry_for_page()
[all...]

Completed in 4 milliseconds