Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 104) sorted by relevance

12345

/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dflask_op.c89 static int flask_security_relabel(struct xen_flask_transition *arg) in flask_security_relabel()
102 static int flask_security_create(struct xen_flask_transition *arg) in flask_security_create()
115 static int flask_security_access(struct xen_flask_access *arg) in flask_security_access()
136 static int flask_security_member(struct xen_flask_transition *arg) in flask_security_member()
194 static int flask_security_sid(struct xen_flask_sid_context *arg) in flask_security_sid()
288 static int flask_security_set_bool(struct xen_flask_boolean *arg) in flask_security_set_bool()
348 static int flask_security_get_bool(struct xen_flask_boolean *arg) in flask_security_get_bool()
521 static int flask_ocontext_del(struct xen_flask_ocontext *arg) in flask_ocontext_del()
535 static int flask_ocontext_add(struct xen_flask_ocontext *arg) in flask_ocontext_add()
549 static int flask_get_peer_sid(struct xen_flask_peersid *arg) in flask_get_peer_sid()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dxenoprof.c20 int xenoprof_arch_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in xenoprof_arch_counter()
40 int xenoprof_arch_ibs_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in xenoprof_arch_ibs_counter()
57 int compat_oprof_arch_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in compat_oprof_arch_counter()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_evtchn.c24 static int do_evtchn_op(xc_interface *xch, int cmd, void *arg, in do_evtchn_op()
52 struct evtchn_alloc_unbound arg = { in xc_evtchn_alloc_unbound() local
67 struct evtchn_reset arg = { .dom = dom }; in xc_evtchn_reset() local
/xen-4.10.0-shim-comet/xen/include/asm-x86/guest/
A Dhypercall.h92 static inline long xen_hypercall_sched_op(unsigned int cmd, void *arg) in xen_hypercall_sched_op()
97 static inline long xen_hypercall_memory_op(unsigned int cmd, void *arg) in xen_hypercall_memory_op()
103 void *arg) in xen_hypercall_vcpu_op()
108 static inline long xen_hypercall_event_channel_op(unsigned int cmd, void *arg) in xen_hypercall_event_channel_op()
113 static inline long xen_hypercall_grant_table_op(unsigned int cmd, void *arg, in xen_hypercall_grant_table_op()
119 static inline long xen_hypercall_hvm_op(unsigned int op, void *arg) in xen_hypercall_hvm_op()
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dhypercall.h121 int cmd, void *arg) in hypercall_sched_op()
128 unsigned int cmd, void *arg) in hypercall_memory_op()
142 int cmd, void *arg) in hypercall_event_channel_op()
149 int cmd, void *arg) in hypercall_xen_version()
177 int cmd, void *arg) in hypercall_hvm_op()
/xen-4.10.0-shim-comet/tools/libxl/
A Dgentest.py260 arg = ty.typename + "_val" variable
299 arg = ty.typename + "_val" variable
A Dlibxl_uuid.h24 #define LIBXL_UUID_BYTES(arg) LIBXL__UUID_BYTES((arg).uuid) argument
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dcallback.c159 long do_callback_op(int cmd, XEN_GUEST_HANDLE_PARAM(const_void) arg) in do_callback_op()
299 long compat_callback_op(int cmd, XEN_GUEST_HANDLE(void) arg) in compat_callback_op()
458 long do_nmi_op(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in do_nmi_op()
483 int compat_nmi_op(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in compat_nmi_op()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dphysdev.c14 int do_physdev_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in do_physdev_op()
A Dhvm.c34 long do_hvm_op(unsigned long op, XEN_GUEST_HANDLE_PARAM(void) arg) in do_hvm_op()
A Dshutdown.c9 static void noreturn halt_this_cpu(void *arg) in halt_this_cpu()
A Ddomain.c391 unsigned long arg, rc; in hypercall_create_continuation() local
814 int arch_initialise_vcpu(struct vcpu *v, XEN_GUEST_HANDLE_PARAM(void) arg) in arch_initialise_vcpu()
924 long do_arm_vcpu_op(int cmd, unsigned int vcpuid, XEN_GUEST_HANDLE_PARAM(void) arg) in do_arm_vcpu_op()
936 long arch_do_vcpu_op(int cmd, struct vcpu *v, XEN_GUEST_HANDLE_PARAM(void) arg) in arch_do_vcpu_op()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_paging.c28 int mem_paging_memop(XEN_GUEST_HANDLE_PARAM(xen_mem_paging_op_t) arg) in mem_paging_memop()
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_parse.h40 #define MATCH_OPTION(prefix, arg, oparg) \ argument
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhypercall.c26 static long hvm_memory_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in hvm_memory_op()
74 static long hvm_physdev_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in hvm_physdev_op()
/xen-4.10.0-shim-comet/xen/common/
A Dmem_access.c31 int mem_access_memop(unsigned long cmd, in mem_access_memop()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dpv.h30 static inline int pv_hypercall_arg_present(const struct record_info *ri, int arg) in pv_hypercall_arg_present()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Ddomain.c16 arch_compat_vcpu_op( in arch_compat_vcpu_op()
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dpanic-handler.c14 xen_panic_hypercall(struct unw_frame_info *info, void *arg) in xen_panic_hypercall()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dcompat.c31 long do_sched_op_compat(int cmd, unsigned long arg) in do_sched_op_compat()
/xen-4.10.0-shim-comet/tools/include/xen-sys/MiniOS/
A Dprivcmd.h29 uint64_t arg[5]; member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dmem_access.h86 int mem_access_memop(unsigned long cmd, in mem_access_memop()
A Dsched-if.h61 #define sched_lock(kind, param, cpu, irq, arg...) \ argument
82 #define sched_unlock(kind, param, cpu, irq, arg...) \ argument
90 #define EXTRA_TYPE(arg) argument
101 #define EXTRA_TYPE(arg) , unsigned long arg in sched_lock() argument
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c11 int compat_arch_memory_op(unsigned long cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in compat_arch_memory_op()
181 int compat_mmuext_op(XEN_GUEST_HANDLE_PARAM(void) arg, in compat_mmuext_op()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-interface.c236 long long offset, td_queue_callback_t cb, void *arg) in td_prep_read()
243 long long offset, td_queue_callback_t cb, void *arg) in td_prep_write()

Completed in 27 milliseconds

12345