/xen/xen/include/xen/ |
A D | init.h | 64 #define presmp_initcall(fn) \ argument 66 #define __initcall(fn) \ argument 68 #define __exitcall(fn) \ argument
|
A D | pv_console.h | 18 static inline void pv_console_set_rx_handler(serial_rx_fn fn) { } in pv_console_set_rx_handler()
|
/xen/xen/include/asm-arm/ |
A D | vreg.h | 13 vreg_reg32_fn_t fn) in vreg_emulate_cp32() 36 vreg_reg64_fn_t fn) in vreg_emulate_cp64() 68 vreg_reg32_fn_t fn) in vreg_emulate_sysreg32() 86 vreg_reg64_fn_t fn) in vreg_emulate_sysreg64()
|
A D | current.h | 46 #define switch_stack_and_jump(stack, fn) \ argument 49 #define reset_stack_and_jump(fn) switch_stack_and_jump(get_cpu_info(), fn) argument
|
/xen/xen/include/asm-x86/ |
A D | current.h | 158 #define switch_stack_and_jump(fn, instr, constr) \ argument 179 #define reset_stack_and_jump(fn) \ argument 183 #define reset_stack_and_jump_ind(fn) \ argument
|
A D | iommu.h | 64 # define iommu_call(ops, fn, args...) ({ \ argument 69 # define iommu_vcall(ops, fn, args...) ({ \ argument
|
A D | bug.h | 68 #define run_in_exception_handler(fn) BUG_FRAME(BUGFRAME_run_fn, 0, fn, 0, NULL) argument
|
/xen/tools/firmware/rombios/32bit/ |
A D | 32bitbios.c | 30 #define X(idx, ret, fn, args...) " .long "#fn"\n" argument
|
/xen/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 31 xgtrc(const char *fn, const char *fmt, ...) in xgtrc() 45 xgprt(const char *fn, const char *fmt, ...) in xgprt()
|
/xen/xen/common/compat/ |
A D | kernel.c | 40 #define DO(fn) int compat_##fn argument
|
/xen/tools/libxc/ |
A D | xc_dom_decompress_unsafe.c | 30 decompress_fn fn, struct xc_dom_image *dom, void **blob, size_t *size) in xc_dom_decompress_unsafe()
|
/xen/xen/common/ |
A D | keyhandler.c | 34 keyhandler_fn_t *fn; member 101 void register_keyhandler(unsigned char key, keyhandler_fn_t fn, in register_keyhandler() 113 void register_irq_keyhandler(unsigned char key, irq_keyhandler_fn_t fn, in register_irq_keyhandler()
|
A D | stop_machine.c | 49 int (*fn)(void *); member
|
A D | kernel.c | 450 # define DO(fn) long do_##fn argument
|
/xen/tools/misc/ |
A D | xencov.c | 44 static void cov_read(const char *fn) in cov_read()
|
/xen/tools/flask/utils/ |
A D | label-pci.c | 39 int seg, bus, dev, fn; in main() local
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 171 def __init__(self, fn = None): argument 266 def __init__(self, fn = None): argument 365 def __init__(self, fn = None): argument
|
A D | ExtLinuxConf.py | 124 def __init__(self, fn = None): argument
|
A D | LiloConf.py | 91 def __init__(self, fn = None): argument
|
/xen/xen/drivers/char/ |
A D | xen_pv_console.c | 74 void __init pv_console_set_rx_handler(serial_rx_fn fn) in pv_console_set_rx_handler()
|
A D | serial.c | 49 serial_rx_fn fn = NULL; in serial_rx_interrupt() local 359 void __init serial_set_rx_handler(int handle, serial_rx_fn fn) in serial_set_rx_handler()
|
/xen/tools/firmware/rombios/ |
A D | 32bitgateway.c | 174 #define X(idx, ret, fn, args...) _ ## fn: DoUpcall(idx) argument
|
/xen/xen/arch/x86/ |
A D | sysctl.c | 186 long (*fn)(void *); in arch_do_sysctl() local
|
/xen/tools/debugger/gdbsx/xg/ |
A D | xg_main.c | 90 xgtrc(const char *fn, const char *fmt, ...) in xgtrc() 105 xgprt(const char *fn, const char *fmt, ...) in xgprt()
|
/xen/xen/common/coverage/ |
A D | gcc_3_4.c | 208 unsigned int fn) in get_fn_info()
|