/xen/xen/arch/x86/ |
A D | usercopy.c | 17 unsigned int copy_to_guest_ll(void __user *to, const void *from, unsigned int n) in copy_to_guest_ll() 60 unsigned int copy_from_guest_ll(void *to, const void __user *from, unsigned int n) in copy_from_guest_ll() 122 unsigned int copy_to_guest_pv(void __user *to, const void *from, unsigned int n) in copy_to_guest_pv() 139 unsigned int clear_guest_pv(void __user *to, unsigned int n) in clear_guest_pv() 182 unsigned int copy_from_guest_pv(void *to, const void __user *from, in copy_from_guest_pv()
|
/xen/xen/arch/ppc/include/asm/ |
A D | guest_access.h | 10 void *to, in raw_copy_to_guest() 17 void *to, in raw_copy_to_guest_flush_dcache() 24 void *to, in raw_copy_from_guest() 30 static inline unsigned long raw_clear_guest(void *to, unsigned int len) in raw_clear_guest()
|
/xen/xen/arch/arm/ |
A D | guestcopy.c | 110 unsigned long raw_copy_to_guest(void *to, const void *from, unsigned int len) in raw_copy_to_guest() 116 unsigned long raw_copy_to_guest_flush_dcache(void *to, const void *from, in raw_copy_to_guest_flush_dcache() 123 unsigned long raw_clear_guest(void *to, unsigned int len) in raw_clear_guest() 129 unsigned long raw_copy_from_guest(void *to, const void __user *from, in raw_copy_from_guest()
|
/xen/xen/arch/x86/include/asm/ |
A D | asm_defns.h | 67 # define _ASM__EXTABLE(sfx, from, to) \ argument 73 # define _ASM__EXTABLE(sfx, from, to) \ argument 80 #define _ASM_EXTABLE(from, to) _ASM__EXTABLE(, from, to) argument 81 #define _ASM_PRE_EXTABLE(from, to) _ASM__EXTABLE(.pre, from, to) argument
|
A D | uaccess.h | 252 __copy_to_guest_pv(void __user *to, const void *from, unsigned long n) in __copy_to_guest_pv() 292 __copy_from_guest_pv(void *to, const void __user *from, unsigned long n) in __copy_from_guest_pv() 328 copy_to_unsafe(void __user *to, const void *from, unsigned int n) in copy_to_unsafe() 368 copy_from_unsafe(void *to, const void __user *from, unsigned int n) in copy_from_unsafe()
|
A D | domain.h | 345 void (*to)(struct vcpu *v); member
|
/xen/tools/xs-clients/ |
A D | xenstore_control.c | 29 static int live_update_start(struct xs_handle *xsh, bool force, unsigned int to) in live_update_start() 200 const char *cmdline, bool force, unsigned int to) in live_update_stubdom() 234 const char *cmdline, bool force, unsigned int to) in live_update_daemon() 273 unsigned int i, to = 60; in live_update() local
|
/xen/tools/debugger/gdbsx/gx/ |
A D | gx_utils.c | 60 gx_convert_int_to_ascii(char *from, char *to, int n) in gx_convert_int_to_ascii() 76 gx_convert_ascii_to_int(char *from, char *to, int n) in gx_convert_ascii_to_int()
|
/xen/tools/xenstored/ |
A D | lu.c | 341 bool force, unsigned int to) in lu_start() 369 unsigned int to = 0; in do_control_lu() local
|
/xen/tools/firmware/rombios/32bit/tcgbios/ |
A D | tcgbios.h | 210 struct to struct 212 uint16_t opblength; 213 uint16_t reserved; 214 uint8_t tssoperandout[0];
|
A D | tcgbios.c | 750 void tcpa_measure_post(Bit32u from, Bit32u to) in tcpa_measure_post() 1196 uint32_t TSS32(struct ti *ti, struct to *to, in TSS32()
|
/xen/xen/arch/x86/x86_64/ |
A D | traps.c | 160 u64 from, to; in show_registers() local
|
/xen/tools/libs/guest/ |
A D | xg_dom_x86.c | 91 xen_vaddr_t to; member 139 xen_vaddr_t to, xen_pfn_t pfn) in count_pgtables() 409 xen_vaddr_t from, to; in setup_pgtables_pv() local 552 xen_vaddr_t from, to; in alloc_p2m_list_x86_64() local
|
/xen/xen/drivers/cpufreq/ |
A D | utility.c | 63 void cpufreq_statistic_update(unsigned int cpu, uint8_t from, uint8_t to) in cpufreq_statistic_update()
|
/xen/xen/arch/x86/hvm/ |
A D | hvm.c | 3475 unsigned int copy_to_user_hvm(void *to, const void *from, unsigned int len) in copy_to_user_hvm() 3489 unsigned int clear_user_hvm(void *to, unsigned int len) in clear_user_hvm() 3504 unsigned int copy_from_user_hvm(void *to, const void *from, unsigned int len) in copy_from_user_hvm()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 1009 void vmx_vmcs_switch(paddr_t from, paddr_t to) in vmx_vmcs_switch()
|