Home
last modified time | relevance | path

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

12345

/xen/xen/xsm/flask/
A Dflask_op.c88 static int flask_security_relabel(struct xen_flask_transition *arg) in flask_security_relabel()
101 static int flask_security_create(struct xen_flask_transition *arg) in flask_security_create()
114 static int flask_security_access(struct xen_flask_access *arg) in flask_security_access()
135 static int flask_security_member(struct xen_flask_transition *arg) in flask_security_member()
170 static int flask_security_context(struct xen_flask_sid_context *arg) in flask_security_context()
193 static int flask_security_sid(struct xen_flask_sid_context *arg) in flask_security_sid()
225 struct xen_flask_setavc_threshold *arg) in flask_security_setavc_threshold()
262 static int flask_security_set_bool(struct xen_flask_boolean *arg) in flask_security_set_bool()
322 static int flask_security_get_bool(struct xen_flask_boolean *arg) in flask_security_get_bool()
495 static int flask_ocontext_del(const struct xen_flask_ocontext *arg) in flask_ocontext_del()
[all …]
/xen/xen/arch/x86/oprofile/
A Dxenoprof.c18 int xenoprof_arch_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in xenoprof_arch_counter()
38 int xenoprof_arch_ibs_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in xenoprof_arch_ibs_counter()
58 int compat_oprof_arch_counter(XEN_GUEST_HANDLE_PARAM(void) arg) in compat_oprof_arch_counter()
/xen/tools/libs/ctrl/
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/xen/arch/x86/include/asm/guest/
A Dxen-hcall.h85 static inline long xen_hypercall_sched_op(unsigned int cmd, void *arg) in xen_hypercall_sched_op()
90 static inline long xen_hypercall_memory_op(unsigned int cmd, void *arg) in xen_hypercall_memory_op()
96 void *arg) in xen_hypercall_vcpu_op()
101 static inline long xen_hypercall_event_channel_op(unsigned int cmd, void *arg) in xen_hypercall_event_channel_op()
106 static inline long xen_hypercall_grant_table_op(unsigned int cmd, void *arg, in xen_hypercall_grant_table_op()
112 static inline long xen_hypercall_hvm_op(unsigned int op, void *arg) in xen_hypercall_hvm_op()
/xen/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/tools/libs/light/
A Dgentest.py262 arg = ty.typename + "_val" variable
301 arg = ty.typename + "_val" variable
/xen/xen/arch/x86/pv/
A Dcallback.c132 long do_callback_op(int cmd, XEN_GUEST_HANDLE_PARAM(const_void) arg) in do_callback_op()
275 int compat_callback_op(int cmd, XEN_GUEST_HANDLE(const_void) arg) in compat_callback_op()
429 long do_nmi_op(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in do_nmi_op()
455 int compat_nmi_op(unsigned int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in compat_nmi_op()
/xen/xen/arch/x86/hvm/
A Dhypercall.c22 long hvm_memory_op(unsigned long cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in hvm_memory_op()
67 long hvm_physdev_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in hvm_physdev_op()
/xen/xen/arch/arm/
A Dphysdev.c15 int do_arm_physdev_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in do_arm_physdev_op()
A Dshutdown.c11 static void noreturn halt_this_cpu(void *arg) in halt_this_cpu()
A Dhvm.c73 long do_hvm_op(unsigned long op, XEN_GUEST_HANDLE_PARAM(void) arg) in do_hvm_op()
/xen/xen/arch/riscv/
A Dearly_printk.c118 char* arg = va_arg(args, char*); in vsnprintf() local
133 int arg = va_arg(args, int); in vsnprintf() local
/xen/xen/arch/x86/x86_emulate/
A Dfpu.c33 #define emulate_fpu_insn_memdst(opc, ext, arg) \ argument
43 #define emulate_fpu_insn_memsrc(opc, ext, arg) \ argument
/xen/xen/arch/arm/tee/
A Dffa.c100 const struct arm_smccc_1_2_regs arg = { in ffa_get_version() local
151 struct arm_smccc_1_2_regs arg = { .a0 = fid, }; in handle_msg_send_direct_req() local
443 static void ffa_teardown_timer_callback(void *arg) in ffa_teardown_timer_callback()
A Dffa_notif.c119 struct arm_smccc_1_2_regs arg = { in ffa_handle_notification_get() local
288 const struct arm_smccc_1_2_regs arg = { in notif_sri_action() local
372 const struct arm_smccc_1_2_regs arg = { in ffa_notif_init() local
/xen/tools/xl/
A Dxl_parse.h42 #define MATCH_OPTION(prefix, arg, oparg) \ argument
/xen/xen/common/
A Dmem_access.c31 int mem_access_memop(unsigned long cmd, in mem_access_memop()
/xen/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/xen/arch/x86/
A Dcompat.c31 long do_sched_op_compat(int cmd, unsigned long arg) in do_sched_op_compat()
/xen/xen/drivers/pci/
A Dphysdev.c10 ret_t pci_physdev_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in pci_physdev_op()
/xen/tools/include/xen-sys/MiniOS/
A Dprivcmd.h29 uint64_t arg[5]; member
/xen/xen/arch/x86/x86_64/compat/
A Dmm.c12 int compat_arch_memory_op(unsigned long cmd, XEN_GUEST_HANDLE_PARAM(void) arg) in compat_arch_memory_op()
180 int compat_mmuext_op( in compat_mmuext_op()
/xen/xen/drivers/passthrough/x86/
A Dhvm.c728 struct hvm_pirq_dpci *pirq_dpci, void *arg), in pt_pirq_iterate()
792 struct domain *d, struct hvm_pirq_dpci *pirq_dpci, void *arg) in _hvm_dpci_msi_eoi()
928 struct domain *d, struct hvm_pirq_dpci *pirq_dpci, void *arg) in _hvm_dpci_isairq_eoi()
1006 struct domain *d, struct hvm_pirq_dpci *pirq_dpci, void *arg) in pci_clean_dpci_irq()
/xen/tools/include/
A Dlibxl_uuid.h24 #define LIBXL_UUID_BYTES(arg) LIBXL__UUID_BYTES((arg).uuid) argument
/xen/xen/include/xen/
A Dmem_access.h101 int mem_access_memop(unsigned long cmd, in mem_access_memop()

Completed in 47 milliseconds

12345