Searched refs:exception_table_entry (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | extable.c | 15 static inline unsigned long ex_addr(const struct exception_table_entry *x) in ex_addr() 20 static inline unsigned long ex_cont(const struct exception_table_entry *x) in ex_cont() 27 const struct exception_table_entry *l = a, *r = b; in cmp_ex() 42 struct exception_table_entry *l = a, *r = b, tmp; in swap_ex() 53 void init_or_livepatch sort_exception_table(struct exception_table_entry *start, in sort_exception_table() 54 const struct exception_table_entry *stop) in sort_exception_table() 57 sizeof(struct exception_table_entry), cmp_ex, swap_ex); in sort_exception_table() 67 search_one_extable(const struct exception_table_entry *first, in search_one_extable() 68 const struct exception_table_entry *last, in search_one_extable() 71 const struct exception_table_entry *mid; in search_one_extable()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | virtual_region.h | 26 const struct exception_table_entry *ex; 27 const struct exception_table_entry *ex_end; 31 void setup_virtual_regions(const struct exception_table_entry *start, 32 const struct exception_table_entry *end);
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | uaccess.h | 266 struct exception_table_entry struct 270 extern struct exception_table_entry __start___ex_table[]; argument 271 extern struct exception_table_entry __stop___ex_table[]; 272 extern struct exception_table_entry __start___pre_ex_table[]; 273 extern struct exception_table_entry __stop___pre_ex_table[]; 285 extern void sort_exception_table(struct exception_table_entry *start, 286 const struct exception_table_entry *stop);
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | virtual_region.c | 101 void __init setup_virtual_regions(const struct exception_table_entry *start, in setup_virtual_regions() 102 const struct exception_table_entry *end) in setup_virtual_regions()
|
A D | livepatch.c | 697 struct exception_table_entry *s, *e; in prepare_payload()
|
Completed in 7 milliseconds