Home
last modified time | relevance | path

Searched defs:xol_area (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/events/
H A Duprobes.c109 struct xol_area { struct
110 wait_queue_head_t wq; /* if all slots are busy */
111 unsigned long *bitmap; /* 0 = free slot */
113 struct page *page;
119 unsigned long vaddr; /* Page(s) of instruction slots */
/linux/include/linux/
H A Duprobes.h187 struct xol_area *xol_area; member