Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/events/
Duprobes.c107 struct xol_area { struct
108 wait_queue_head_t wq; /* if all slots are busy */
109 atomic_t slot_count; /* number of in-use slots */
110 unsigned long *bitmap; /* 0 = free slot */
111 struct page *page;
118 unsigned long vaddr; /* Page(s) of instruction slots */
/linux-4.1.27/include/linux/
Duprobes.h98 struct xol_area *xol_area; member