Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/events/
Duprobes.c100 struct xol_area { struct
101 wait_queue_head_t wq; /* if all slots are busy */
102 atomic_t slot_count; /* number of in-use slots */
103 unsigned long *bitmap; /* 0 = free slot */
105 struct vm_special_mapping xol_mapping;
106 struct page *pages[2];
112 unsigned long vaddr; /* Page(s) of instruction slots */
/Linux-v4.19/include/linux/
Duprobes.h115 struct xol_area *xol_area; member