/xen-4.10.0-shim-comet/xen/include/ |
A D | Makefile | 8 compat/callback.h \ 9 compat/elfnote.h \ 13 compat/kexec.h \ 15 compat/nmi.h \ 19 compat/tmem.h \ 21 compat/vcpu.h \ 23 compat/xen.h \ 31 headers-y += compat/arch-$(compat-arch-y).h compat/pmu.h compat/xlat.h 49 compat/%.h: compat/%.i Makefile $(BASEDIR)/tools/compat-build-header.py 62 compat/%.i: compat/%.c Makefile [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | entry.S | 26 .macro entry_guest, compat 59 .macro exit_guest, compat 118 entry_guest \compat 141 exit_guest \compat 203 entry hyp=0, compat=0 216 exit hyp=0, compat=0 219 entry hyp=0, compat=0 232 exit hyp=0, compat=0 235 entry hyp=0, compat=0 239 entry hyp=0, compat=0 [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | shared.h | 10 struct compat_shared_info compat; member 20 (typeof(&(s)->compat.field))&(s)->native.field : \ 21 &(s)->compat.field)) 25 struct compat_vcpu_info compat; member 31 (typeof(&(i)->compat.field))&(i)->native.field : \ 32 &(i)->compat.field))
|
A D | kimage.h | 50 kimage_entry_t *kimage_entry_next(kimage_entry_t *entry, bool_t compat); 51 mfn_t kimage_entry_mfn(kimage_entry_t *entry, bool_t compat); 52 unsigned long kimage_entry_ind(kimage_entry_t *entry, bool_t compat); 54 bool_t compat);
|
A D | device_tree.h | 42 #define __DT_MATCH_COMPATIBLE(compat) .compatible = compat argument 48 #define DT_MATCH_COMPATIBLE(compat) { __DT_MATCH_COMPATIBLE(compat) } argument 427 const char *compat); 436 bool_t dt_machine_is_compatible(const char *compat);
|
A D | xenoprof.h | 39 struct compat_oprof_buf compat; member 69 &(b)->compat.field))
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | xlat.c | 15 struct compat_start_info *compat = (void *)native; in xlat_start_info() local 17 BUILD_BUG_ON(sizeof(*native) < sizeof(*compat)); in xlat_start_info() 18 XLAT_start_info(compat, native); in xlat_start_info() 23 struct compat_vcpu_runstate_info *compat = (void *)native; in xlat_vcpu_runstate_info() local 25 BUILD_BUG_ON(sizeof(*native) < sizeof(*compat)); in xlat_vcpu_runstate_info() 26 XLAT_vcpu_runstate_info(compat, native); in xlat_vcpu_runstate_info()
|
A D | memory.c | 93 if ( copy_from_guest(&cmp.rsrv, compat, 1) ) in compat_memory_op() 152 if ( copy_from_guest(&cmp.xchg, compat, 1) ) in compat_memory_op() 235 nat.hnd = compat; in compat_memory_op() 242 if ( copy_from_guest(&cmp.atp, compat, 1) ) in compat_memory_op() 265 if ( copy_from_guest(&cmp.atpb, compat, 1) ) in compat_memory_op() 318 if ( copy_from_guest(&cmp, compat, 1) ) in compat_memory_op() 327 if ( copy_from_guest(&cmp.mao, compat, 1) ) in compat_memory_op() 351 if ( copy_from_guest(&cmp.vnuma, compat, 1) ) in compat_memory_op() 377 if ( copy_from_guest(&grdm.map, compat, 1) || in compat_memory_op() 391 if ( __copy_to_guest(compat, &grdm.map, 1) ) in compat_memory_op() [all …]
|
A D | schedule.c | 25 static int compat_poll(struct compat_sched_poll *compat) in compat_poll() argument 31 XLAT_sched_poll(&native, compat); in compat_poll()
|
/xen-4.10.0-shim-comet/tools/include/xen-foreign/ |
A D | mkchecker.py | 41 compat = compat_arches[a] variable 42 c = struct + "_" + compat; 44 compat = None 47 if compat: 48 f.write('# ifndef %s_has_no_%s\n' % (compat, struct)); 58 if compat:
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 279 .if \compat 292 .if !\compat 317 .if !(compat); \ 331 .macro RESTORE_ALL adj=0 compat=0 332 .if !\compat 344 LOAD_ONE_REG(ax, \compat) 345 LOAD_ONE_REG(cx, \compat) 346 LOAD_ONE_REG(dx, \compat) 347 LOAD_ONE_REG(si, \compat) 348 LOAD_ONE_REG(di, \compat) [all …]
|
A D | shared.h | 6 (u32 *)&(d)->shared_info->compat.arch.nmi_reason) 13 d->shared_info->compat.arch.field; \ 21 d->shared_info->compat.arch.field = val; \ 29 v->vcpu_info->compat.arch.field; \ 37 v->vcpu_info->compat.arch.field = val; \
|
A D | hypercall.h | 19 hypercall_fn_t *native, *compat; member 23 uint8_t native, compat; member 32 hypercall_fn_t *compat); 33 hypercall_fn_t *pv_get_hypercall_handler(unsigned int hypercall, bool compat);
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | platform.c | 33 const char *const *compat; in platform_is_compatible() local 38 for ( compat = plat->compatible; *compat; compat++ ) in platform_is_compatible() 40 if ( dt_machine_is_compatible(*compat) ) in platform_is_compatible()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | hypercall.c | 168 switch ( hypercall_args_table[eax].compat ) in pv_hypercall() 187 regs->eax = pv_hypercall_table[eax].compat(ebx, ecx, edx, esi, edi, ebp); in pv_hypercall() 194 switch ( hypercall_args_table[eax].compat ) in pv_hypercall() 243 pv_hypercall_table[op].compat ) in arch_do_multicall_call() 244 call->result = pv_hypercall_table[op].compat( in arch_do_multicall_call() 325 hypercall_fn_t *compat) in pv_hypercall_table_replace() argument 330 write_atomic(HANDLER_POINTER(compat), (unsigned long)compat); in pv_hypercall_table_replace() 334 hypercall_fn_t *pv_get_hypercall_handler(unsigned int hypercall, bool compat) in pv_get_hypercall_handler() argument 336 return compat ? pv_hypercall_table[hypercall].compat in pv_get_hypercall_handler()
|
A D | shim.c | 628 bool compat = is_pv_32bit_domain(d); in pv_shim_grant_table_op() local 633 if ( unlikely(compat ? copy_from_guest(&cmp, uop, 1) in pv_shim_grant_table_op() 635 unlikely(compat ? !compat_handle_okay(cmp.frame_list, in pv_shim_grant_table_op() 643 if ( compat ) in pv_shim_grant_table_op() 717 if ( compat ) in pv_shim_grant_table_op() 738 if ( compat ) in pv_shim_grant_table_op() 743 if ( unlikely(compat ? __copy_to_guest(uop, &cmp, 1) in pv_shim_grant_table_op()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | Makefile | 153 $(INSTALL_DIR) $(DESTDIR)$(includedir)/xenstore-compat 171 $(INSTALL_DATA) include/compat/xs.h $(DESTDIR)$(includedir)/xenstore-compat/xs.h 172 $(INSTALL_DATA) include/compat/xs_lib.h $(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h 173 ln -sf xenstore-compat/xs.h $(DESTDIR)$(includedir)/xs.h 174 ln -sf xenstore-compat/xs_lib.h $(DESTDIR)$(includedir)/xs_lib.h 182 rm -f $(DESTDIR)$(includedir)/xenstore-compat/xs_lib.h 183 rm -f $(DESTDIR)$(includedir)/xenstore-compat/xs.h 199 if [ -d $(DESTDIR)$(includedir)/xenstore-compat ]; then \ 200 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/xenstore-compat; \
|
/xen-4.10.0-shim-comet/tools/libs/devicemodel/ |
A D | Makefile | 16 SRCS-$(CONFIG_FreeBSD) += compat.c 17 SRCS-$(CONFIG_SunOS) += compat.c 18 SRCS-$(CONFIG_NetBSD) += compat.c 19 SRCS-$(CONFIG_MiniOS) += compat.c
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | domain.c | 39 guest_from_compat_handle(v->runstate_guest.compat, area.addr.h); in arch_compat_vcpu_op() 52 __copy_to_guest(v->runstate_guest.compat, &info, 1); in arch_compat_vcpu_op()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | kimage.c | 842 kimage_entry_t *kimage_entry_next(kimage_entry_t *entry, bool_t compat) in kimage_entry_next() argument 844 if ( compat ) in kimage_entry_next() 849 mfn_t kimage_entry_mfn(kimage_entry_t *entry, bool_t compat) in kimage_entry_mfn() argument 851 if ( compat ) in kimage_entry_mfn() 856 unsigned long kimage_entry_ind(kimage_entry_t *entry, bool_t compat) in kimage_entry_ind() argument 858 if ( compat ) in kimage_entry_ind() 864 bool_t compat) in kimage_build_ind() argument 884 ind = kimage_entry_ind(entry, compat); in kimage_build_ind() 885 mfn = kimage_entry_mfn(entry, compat); in kimage_build_ind() 940 entry = kimage_entry_next(entry, compat); in kimage_build_ind()
|
A D | kexec.c | 936 bool_t compat) in kexec_segments_from_ind_page() argument 952 ind = kimage_entry_ind(entry, compat); in kexec_segments_from_ind_page() 953 mfn = kimage_entry_mfn(entry, compat); in kexec_segments_from_ind_page() 980 entry = kimage_entry_next(entry, compat); in kexec_segments_from_ind_page() 987 static int kexec_do_load_v1(xen_kexec_load_v1_t *load, int compat) in kexec_do_load_v1() argument 1012 ret = kexec_segments_from_ind_page(ind_mfn, &nr_segments, segments, compat); in kexec_do_load_v1() 1029 ret = kimage_build_ind(kimage, ind_mfn, compat); in kexec_do_load_v1() 1214 bool_t compat) in do_kexec_op_internal() argument 1228 if (compat) in do_kexec_op_internal() 1234 if ( compat ) in do_kexec_op_internal() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hypercall.c | 246 switch ( hypercall_args_table[eax].compat ) in hvm_hypercall() 258 regs->rax = hvm_hypercall_table[eax].compat(ebx, ecx, edx, esi, edi, in hvm_hypercall() 266 switch ( hypercall_args_table[eax].compat ) in hvm_hypercall()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 20 obj-y += compat.o x86_64/compat.o 110 prelink-efi_lto.o: $(ALL_OBJS) efi/runtime.o efi/compat.o 123 prelink-efi.o: $(ALL_OBJS) efi/boot.init.o efi/runtime.o efi/compat.o 208 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: $(BASEDIR)/arch/x86/efi/built_in.o 209 efi/boot.init.o efi/runtime.o efi/compat.o efi/buildid.o: ;
|
A D | domain.c | 770 int rc = 0, compat; in arch_set_info_guest() local 774 compat = is_pv_32bit_domain(d); in arch_set_info_guest() 776 #define c(fld) (compat ? (c.cmp->fld) : (c.nat->fld)) in arch_set_info_guest() 781 if ( !compat ) in arch_set_info_guest() 857 if ( !compat ) in arch_set_info_guest() 906 if ( !compat ) in arch_set_info_guest() 942 if ( !compat ) in arch_set_info_guest() 1018 if ( !compat ) in arch_set_info_guest() 1036 if ( !compat ) in arch_set_info_guest() 1053 if ( !compat ) in arch_set_info_guest() [all …]
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/ |
A D | overrides.mk | 9 _XEN_CPPFLAGS += -I$(M)/include -I$(M)/compat-include -DHAVE_XEN_PLATFORM_COMPAT_H
|