Searched refs:stubs (Results 1 – 13 of 13) sorted by relevance
| /xen/tools/ocaml/ |
| A D | Makefile.rules | 57 mk-caml-stubs = $(call quiet-command, $(OCAMLMKLIB) -o `basename $1 .a` $2,MKLIB,$1) 58 mk-caml-lib-stubs = \ 68 $(call mk-caml-stubs,$$@, $$+) 70 $(call mk-caml-lib-stubs,$$@, $$+)
|
| /xen/xen/arch/x86/ |
| A D | smpboot.c | 841 rc = clone_mapping((void *)per_cpu(stubs.addr, cpu), rpt); in setup_cpu_root_pgt() 850 unsigned long stub_linear = per_cpu(stubs.addr, cpu); in cleanup_cpu_root_pgt() 952 if ( per_cpu(stubs.addr, cpu) ) in cpu_smpboot_free() 954 mfn_t mfn = _mfn(per_cpu(stubs.mfn, cpu)); in cpu_smpboot_free() 963 destroy_xen_mappings(per_cpu(stubs.addr, cpu) & PAGE_MASK, in cpu_smpboot_free() 964 (per_cpu(stubs.addr, cpu) | ~PAGE_MASK) + 1); in cpu_smpboot_free() 965 per_cpu(stubs.addr, cpu) = 0; in cpu_smpboot_free() 966 per_cpu(stubs.mfn, cpu) = 0; in cpu_smpboot_free() 1043 per_cpu(stubs.mfn, cpu) = per_cpu(stubs.mfn, i); in cpu_smpboot_alloc() 1047 stub_page = alloc_stub_page(cpu, &per_cpu(stubs.mfn, cpu)); in cpu_smpboot_alloc() [all …]
|
| A D | extable.c | 93 unsigned long stub = this_cpu(stubs.addr); in search_exception_table() 147 unsigned long addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; in stub_selftest() 155 uint8_t *ptr = map_domain_page(_mfn(this_cpu(stubs.mfn))) + in stub_selftest()
|
| A D | x86_emulate.c | 34 (stb).addr = this_cpu(stubs.addr) + STUB_BUF_SIZE / 2; \ 35 memset(((stb).ptr = map_domain_page(_mfn(this_cpu(stubs.mfn)))) + \
|
| A D | setup.c | 1788 this_cpu(stubs.addr) = alloc_stub_page(smp_processor_id(), in __start_xen() 1789 &this_cpu(stubs).mfn); in __start_xen() 1790 BUG_ON(!this_cpu(stubs.addr)); in __start_xen()
|
| /xen/xen/arch/x86/x86_64/ |
| A D | traps.c | 300 DEFINE_PER_CPU(struct stubs, stubs); 308 unsigned long stub_va = this_cpu(stubs.addr); in subarch_percpu_traps_init() 319 stub_page = map_domain_page(_mfn(this_cpu(stubs.mfn))); in subarch_percpu_traps_init()
|
| /xen/xen/include/asm-x86/ |
| A D | processor.h | 593 struct stubs { struct 601 DECLARE_PER_CPU(struct stubs, stubs); argument
|
| /xen/docs/guest-guide/x86/ |
| A D | hypercall-abi.rst | 82 transfer stubs. 89 The stubs are arranged by hypercall index, and start on 32-byte boundaries.
|
| /xen/tools/ocaml/xenstored/ |
| A D | select.ml | 51 (* Unix.stdin and init_event are dummy input as stubs, which will
|
| /xen/xen/arch/x86/pv/ |
| A D | emul-priv-op.c | 92 struct stubs *this_stubs = &this_cpu(stubs); in io_emul_stub_setup()
|
| /xen/stubdom/grub.patches/ |
| A D | 00cvs | 324 /* We want to prevent any circularararity in our stubs, as well as
|
| /xen/tools/firmware/vgabios/ |
| A D | ChangeLog | 845 PLANAR4 graphics modes - added stubs for unimplemented features
|
| /xen/xen/arch/x86/hvm/vmx/ |
| A D | vmx.c | 505 wrmsrl(MSR_LSTAR, this_cpu(stubs.addr)); in vmx_restore_host_msrs()
|
Completed in 37 milliseconds