/xen/xen/test/livepatch/ |
A D | xen_action_hooks_noapply.c | 28 struct livepatch_func *func = &payload->funcs[i]; in pre_apply_hook() local 47 struct livepatch_func *func = &payload->funcs[i]; in apply_hook() local 66 struct livepatch_func *func = &payload->funcs[i]; in post_apply_hook() local 84 struct livepatch_func *func = &payload->funcs[i]; in pre_revert_hook() local 103 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_action_hooks_norevert.c | 28 struct livepatch_func *func = &payload->funcs[i]; in pre_apply_hook() local 47 struct livepatch_func *func = &payload->funcs[i]; in post_apply_hook() local 64 struct livepatch_func *func = &payload->funcs[i]; in pre_revert_hook() local 83 struct livepatch_func *func = &payload->funcs[i]; in revert_hook() local 102 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_action_hooks_marker.c | 26 struct livepatch_func *func = &payload->funcs[i]; in pre_apply_hook() local 45 struct livepatch_func *func = &payload->funcs[i]; in post_apply_hook() local 62 struct livepatch_func *func = &payload->funcs[i]; in pre_revert_hook() local 81 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_prepost_hooks.c | 33 struct livepatch_func *func = &payload->funcs[i]; in pre_apply_hook() local 52 struct livepatch_func *func = &payload->funcs[i]; in post_apply_hook() local 69 struct livepatch_func *func = &payload->funcs[i]; in pre_revert_hook() local 89 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_action_hooks_nofunc.c | 26 struct livepatch_func *func = &payload->funcs[i]; in apply_hook() local 45 struct livepatch_func *func = &payload->funcs[i]; in revert_hook() local 64 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_action_hooks.c | 29 struct livepatch_func *func = &payload->funcs[i]; in apply_hook() local 50 struct livepatch_func *func = &payload->funcs[i]; in revert_hook() local 71 struct livepatch_func *func = &payload->funcs[i]; in post_revert_hook() local
|
A D | xen_prepost_hooks_fail.c | 27 struct livepatch_func *func = &payload->funcs[i]; in pre_apply_hook() local
|
/xen/xen/include/asm-x86/ |
A D | alternative.h | 219 #define alternative_vcall0(func) ({ \ argument 224 #define alternative_call0(func) ({ \ argument 229 #define alternative_vcall1(func, arg) ({ \ argument 236 #define alternative_call1(func, arg) ({ \ argument 242 #define alternative_vcall2(func, arg1, arg2) ({ \ argument 251 #define alternative_call2(func, arg1, arg2) ({ \ argument 259 #define alternative_vcall3(func, arg1, arg2, arg3) ({ \ argument 270 #define alternative_call3(func, arg1, arg2, arg3) ({ \ argument 281 #define alternative_vcall4(func, arg1, arg2, arg3, arg4) ({ \ argument 378 #define alternative_vcall(func, args...) \ argument [all …]
|
/xen/xen/include/xen/ |
A D | tasklet.h | 24 void (*func)(void *); member 28 #define _DECLARE_TASKLET(name, func, data, softirq) \ argument 31 #define DECLARE_TASKLET(name, func, data) \ argument 33 #define DECLARE_SOFTIRQ_TASKLET(name, func, data) \ argument
|
A D | livepatch.h | 90 unsigned int livepatch_insn_len(const struct livepatch_func *func) in livepatch_insn_len() 98 static inline int livepatch_verify_distance(const struct livepatch_func *func) in livepatch_verify_distance() 127 static inline void common_livepatch_apply(struct livepatch_func *func) in common_livepatch_apply() 141 static inline void common_livepatch_revert(struct livepatch_func *func) in common_livepatch_revert()
|
A D | rcupdate.h | 71 void (*func)(struct rcu_head *head); member
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_detect.c | 26 u16 seg, u8 bus, u8 dev, u8 func, struct amd_iommu *iommu) in get_iommu_msi_capabilities() 44 u16 seg, u8 bus, u8 dev, u8 func, u16 cap_ptr, struct amd_iommu *iommu) in get_iommu_capabilities() 136 u8 bus, dev, func; in amd_iommu_detect_one_acpi() local
|
/xen/tools/misc/ |
A D | xensymoops | 73 func = "<No function>" # holds the name of the current function being scanned variable 89 func = fm.group(1) variable
|
/xen/xen/common/ |
A D | smp.c | 29 void (*func) (void *info); member 81 void (*func)(void *info) = call_data.func; in smp_call_function_interrupt() local
|
/xen/xen/arch/x86/ |
A D | msi.c | 269 void __msi_set_enable(u16 seg, u8 bus, u8 slot, u8 func, int pos, int enable) in __msi_set_enable() 287 u8 func = PCI_FUNC(dev->devfn); in msi_set_enable() local 300 u8 func = PCI_FUNC(dev->devfn); in msix_set_enable() local 325 u8 bus, slot, func; in msi_set_mask_bit() local 617 u8 func = PCI_FUNC(dev->devfn); in msi_capability_init() local 681 static u64 read_pci_mem_bar(u16 seg, u8 bus, u8 slot, u8 func, u8 bir, int vf) in read_pci_mem_bar() 780 u8 func = PCI_FUNC(dev->devfn); in msix_capability_init() local 1062 u8 func = PCI_FUNC(msi->devfn); in __pci_enable_msix() local 1116 u8 func = PCI_FUNC(dev->devfn); in __pci_disable_msix() local 1249 u8 func = PCI_FUNC(pdev->devfn); in pci_msi_conf_write_intercept() local [all …]
|
A D | livepatch.c | 104 int arch_livepatch_verify_func(const struct livepatch_func *func) in arch_livepatch_verify_func() 126 void noinline arch_livepatch_apply(struct livepatch_func *func) in arch_livepatch_apply() 159 void noinline arch_livepatch_revert(const struct livepatch_func *func) in arch_livepatch_revert()
|
/xen/xen/arch/arm/ |
A D | livepatch.c | 68 int arch_livepatch_verify_func(const struct livepatch_func *func) in arch_livepatch_verify_func() 81 void arch_livepatch_revert(const struct livepatch_func *func) in arch_livepatch_revert()
|
/xen/xen/drivers/vpci/ |
A D | msix.c | 45 uint8_t slot = PCI_SLOT(pdev->devfn), func = PCI_FUNC(pdev->devfn); in update_entry() local 75 uint8_t slot = PCI_SLOT(pdev->devfn), func = PCI_FUNC(pdev->devfn); in control_write() local 450 uint8_t slot = PCI_SLOT(pdev->devfn), func = PCI_FUNC(pdev->devfn); in init_msix() local
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog_stubs.c | 93 const value *func = caml_named_value(xtl->vmessage_cb); in stub_xtl_ocaml_vmessage() local 123 const value *func = caml_named_value(xtl->progress_cb); in stub_xtl_ocaml_progress() local
|
/xen/tools/libxl/ |
A D | libxlu_pci.c | 27 unsigned int func, unsigned int vdevfn) in pcidev_struct_fill() 52 unsigned dom = INVALID, bus = INVALID, dev = INVALID, func = INVALID, vslot = 0; in xlu_pci_parse_bdf() local
|
A D | libxl_event.c | 348 libxl__ev_fd_callback *func, in libxl__ev_fd_register() 511 static void time_done_debug(libxl__gc *gc, const char *func, in time_done_debug() 540 libxl__ev_time_callback *func, in libxl__ev_time_register_abs() 569 libxl__ev_time_callback *func, in libxl__ev_time_register_rel() 630 libxl__ev_time_callback *func = etime->func; in time_occurs() local 772 libxl__ev_xswatch_callback *func, in libxl__ev_xswatch_register() 1547 const char *file, int line, const char *func) in libxl__event_disaster() 2126 const char *file, int line, const char *func) in libxl__ao_create() 2162 const char *file, int line, const char *func) in libxl__ao_inprogress()
|
/xen/xen/drivers/pci/ |
A D | pci.c | 11 int pci_find_cap_offset(u16 seg, u8 bus, u8 dev, u8 func, u8 cap) in pci_find_cap_offset() 141 unsigned long seg = simple_strtoul(s, &s, 16), bus, dev, func; in parse_pci_seg() local
|
/xen/xen/drivers/acpi/apei/ |
A D | hest.c | 91 int apei_hest_parse(apei_hest_func_t func, void *data) in apei_hest_parse()
|
/xen/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 427 static const value *func = NULL; in async_callback() local 1277 static const value *func = NULL; in fd_register() local 1320 static const value *func = NULL; in fd_modify() local 1359 static const value *func = NULL; in fd_deregister() local 1401 static const value *func = NULL; in timeout_register() local 1453 static const value *func = NULL; in timeout_modify() local 1569 static const value *func = NULL; in event_occurs() local 1592 static const value *func = NULL; in disaster() local
|
/xen/tools/libxc/ |
A D | xc_physdev.c | 29 int func, in xc_physdev_pci_access_modify()
|