Searched refs:xen_hello_world (Results 1 – 12 of 12) sorted by relevance
/xen/xen/test/livepatch/ |
A D | xen_expectations.c | 16 extern const char *xen_hello_world(void); 21 .new_addr = xen_hello_world,
|
A D | xen_expectations_fail.c | 15 extern const char *xen_hello_world(void); 22 .new_addr = xen_hello_world,
|
A D | xen_hello_world.c | 16 extern const char *xen_hello_world(void); 53 .new_addr = xen_hello_world,
|
A D | xen_prepost_hooks_fail.c | 16 extern const char *xen_hello_world(void); 61 .new_addr = xen_hello_world,
|
A D | xen_action_hooks.c | 16 extern const char *xen_hello_world(void); 88 .new_addr = xen_hello_world,
|
A D | xen_action_hooks_marker.c | 16 extern const char *xen_hello_world(void); 98 .new_addr = xen_hello_world,
|
A D | xen_prepost_hooks.c | 16 extern const char *xen_hello_world(void); 108 .new_addr = xen_hello_world,
|
A D | xen_action_hooks_noapply.c | 16 extern const char *xen_hello_world(void); 122 .new_addr = xen_hello_world,
|
A D | xen_action_hooks_norevert.c | 16 extern const char *xen_hello_world(void); 129 .new_addr = xen_hello_world,
|
A D | Makefile | 16 LIVEPATCH := xen_hello_world.livepatch 67 config.h: NEW_CODE_SZ=$(call CODE_SZ,$<,xen_hello_world) 77 xen_hello_world.o: config.h 80 $(LIVEPATCH): xen_hello_world_func.o xen_hello_world.o note.o xen_note.o modinfo.o
|
A D | xen_hello_world_func.c | 18 const char *xen_hello_world(void) in xen_hello_world() function
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 421 const char *xen_hello_world(void) 431 .new_addr = xen_hello_world,
|
Completed in 16 milliseconds