Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/events/
Duprobes.c101 struct xol_area { struct
102 wait_queue_head_t wq; /* if all slots are busy */
103 atomic_t slot_count; /* number of in-use slots */
104 unsigned long *bitmap; /* 0 = free slot */
106 struct page *page;
112 unsigned long vaddr; /* Page(s) of instruction slots */
/linux-6.12.1/include/linux/
Duprobes.h105 struct xol_area *xol_area; member