/xen/xen/arch/x86/mm/shadow/ |
A D | private.h | 466 switch (sp->u.sh.type) in __backpointer() 510 ASSERT(sp->u.sh.head); in sh_get_ref() 512 x = sp->u.sh.count; in sh_get_ref() 523 sp->u.sh.count = nx; in sh_get_ref() 543 ASSERT(sp->u.sh.head); in sh_put_ref() 552 x = sp->u.sh.count; in sh_put_ref() 558 mfn_x(smfn), sp->u.sh.count + 0UL, sp->u.sh.type); in sh_put_ref() 563 sp->u.sh.count = nx; in sh_put_ref() 634 ASSERT(sp[i]->u.sh.type == sp[0]->u.sh.type); in sh_pin() 671 ASSERT(sp->u.sh.head); in sh_unpin() [all …]
|
A D | common.c | 897 switch ( sp->u.sh.type ) in shadow_unhook_mappings() 1137 sp->u.sh.pinned = 0; in shadow_alloc() 1138 sp->u.sh.count = 0; in shadow_alloc() 1139 sp->u.sh.head = 0; in shadow_alloc() 1146 sp->u.sh.head = 1; in shadow_alloc() 1193 sp->u.sh.type = sp->u.sh.head = 0; in shadow_free() 1323 sp->u.sh.type = 0; in shadow_set_allocation() 1411 BUG_ON( x->v.sh.back == sp->v.sh.back && in sh_hash_audit_bucket() 1412 x->u.sh.type == sp->u.sh.type ); in sh_hash_audit_bucket() 2127 ASSERT(sp->u.sh.type > 0); in sh_remove_shadow_via_pointer() [all …]
|
A D | multi.c | 413 ASSERT(pg->u.sh.type == SH_type_l2_32_shadow || pg->u.sh.head); in sh_next_page() 418 ASSERT(next->u.sh.type == pg->u.sh.type); in sh_next_page() 419 ASSERT(!next->u.sh.head); in sh_next_page() 1847 u32 t = sp->u.sh.type; in sh_destroy_l4_shadow() 1852 ASSERT(sp->u.sh.head); in sh_destroy_l4_shadow() 1877 u32 t = sp->u.sh.type; in sh_destroy_l3_shadow() 1882 ASSERT(sp->u.sh.head); in sh_destroy_l3_shadow() 1908 u32 t = sp->u.sh.type; in sh_destroy_l2_shadow() 1918 ASSERT(sp->u.sh.head); in sh_destroy_l2_shadow() 1942 u32 t = sp->u.sh.type; in sh_destroy_l1_shadow() [all …]
|
/xen/tools/examples/ |
A D | README | 13 block-common.sh - sourced by block, block-* 18 locking.sh - locking functions to prevent concurrent access to 20 logging.sh - logging function to log output using syslog 22 vif-common.sh - sourced by vif-bridge 25 xen-hotplug-common.sh - sourced by vif-common.sh 26 xen-network-common.sh - sourced by vif-common.sh 27 xen-script-common.sh - sourced by xen-hotplug-common.sh
|
A D | README.incompatibilities | 21 appropriately. See xen-network-common.sh for details. 24 xen-network-common.sh.
|
/xen/xen/arch/x86/boot/ |
A D | mkelf32.c | 199 static void endianadjust_shdr32(Elf32_Shdr *sh) in endianadjust_shdr32() argument 203 sh->sh_name = swap32(sh->sh_name); in endianadjust_shdr32() 204 sh->sh_type = swap32(sh->sh_type); in endianadjust_shdr32() 205 sh->sh_flags = swap32(sh->sh_flags); in endianadjust_shdr32() 206 sh->sh_addr = swap32(sh->sh_addr); in endianadjust_shdr32() 207 sh->sh_offset = swap32(sh->sh_offset); in endianadjust_shdr32() 208 sh->sh_size = swap32(sh->sh_size); in endianadjust_shdr32() 209 sh->sh_link = swap32(sh->sh_link); in endianadjust_shdr32() 210 sh->sh_info = swap32(sh->sh_info); in endianadjust_shdr32() 211 sh->sh_addralign = swap32(sh->sh_addralign); in endianadjust_shdr32() [all …]
|
/xen/tools/hotplug/Linux/ |
A D | Makefile | 26 XEN_SCRIPT_DATA = xen-script-common.sh locking.sh logging.sh 27 XEN_SCRIPT_DATA += xen-hotplug-common.sh xen-network-common.sh vif-common.sh 28 XEN_SCRIPT_DATA += block-common.sh
|
A D | block-drbd-probe | 34 local drbd_dev_list=($(drbdadm sh-dev all)) 35 local drbd_res_list=($(drbdadm sh-resource all)) 51 temp_drbd_dev=$(drbdadm sh-dev $temp_drbd_res)
|
A D | xen-hotplug-common.sh.in | 18 . "$dir/hotplugpath.sh" 19 . "$dir/logging.sh" 20 . "$dir/xen-script-common.sh" 21 . "$dir/locking.sh"
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 10 … TIP=${TIP_SHA:-${CI_COMMIT_SHA}} ./automation/gitlab-ci/build-each-commit.sh 2>&1 | tee ../build-… 31 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log 53 - ./automation/scripts/qemu-smoke-x86-64.sh pv 2>&1 | tee qemu-smoke-x86-64.log 75 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log 97 - ./automation/scripts/qemu-smoke-x86-64.sh pvh 2>&1 | tee qemu-smoke-x86-64.log
|
A D | build-each-commit.sh | 17 NON_SYMBOLIC_REF=1 ./automation/scripts/build-test.sh ${BASE} ${TIP} \
|
/xen/tools/hotplug/NetBSD/ |
A D | Makefile | 49 $(INSTALL_DATA) ../common/hotplugpath.sh $(DESTDIR)$(INITD_DIR)/xen-hotplugpath.sh 54 rm -f $(DESTDIR)$(INITD_DIR)/xen-hotplugpath.sh
|
/xen/tools/tests/mce-test/ |
A D | README | 23 -- cases/srao_mem/dom0/cases.sh 43 is the result for test case cases/srao_mem/dom0/cases.sh, there will 67 e.g. $sh cases/srao_mem/dom0/cases.sh -d 0 -p 0x0200 -c 2 -t 1 74 test cases(e.g. cases/srao_mem/xen/cases.sh), error happen on every page
|
/xen/xen/xsm/flask/ |
A D | Makefile | 13 else echo sh; fi ; fi) 25 mkflask := policy/mkflask.sh 32 mkaccess := policy/mkaccess_vector.sh
|
/xen/tools/firmware/hvmloader/ |
A D | Makefile | 90 sh ../../misc/mkhex rombios $(ROMBIOS_ROM) >> $@.new 96 sh ../../misc/mkhex vgabios_stdvga $(STDVGA_ROM) >> $@.new 101 sh ../../misc/mkhex vgabios_cirrusvga $(CIRRUSVGA_ROM) >> $@.new
|
/xen/tools/hotplug/FreeBSD/ |
A D | Makefile | 47 $(INSTALL_DATA) ../common/hotplugpath.sh $(DESTDIR)$(XEN_SCRIPT_DIR) 52 rm -f $(DESTDIR)$(XEN_SCRIPT_DIR)/hotplugpath.sh
|
/xen/ |
A D | config.sub | 1236 | sh | shl \ 1237 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \ 1238 | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
|
/xen/tools/xl/ |
A D | Makefile | 47 $(INSTALL_DATA) bash-completion $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh 51 rm -f $(DESTDIR)$(BASH_COMPLETION_DIR)/xl.sh
|
/xen/xen/ |
A D | Kconfig | 17 default $(shell,$(BASEDIR)/scripts/gcc-version.sh $(CC)) 24 default $(shell,$(BASEDIR)/scripts/clang-version.sh $(CC))
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 1014 if ( spage->sharing->handle != sh ) in share_pages() 1124 if ( spage->sharing->handle != sh ) in add_to_physmap() 1395 shr_handle_t sh, ch; in range_share() local 1812 shr_handle_t sh; in mem_sharing_fork_reset() local 1827 if ( (rc = nominate_page(d, gfn, 0, true, &sh)) || sh ) in mem_sharing_fork_reset() 1902 shr_handle_t sh, ch; in mem_sharing_memop() local 1955 sh = mso.u.share.source_handle; in mem_sharing_memop() 1958 rc = share_pages(d, sgfn, sh, cd, cgfn, ch); in mem_sharing_memop() 1968 shr_handle_t sh; in mem_sharing_memop() local 1998 sh = mso.u.share.source_handle; in mem_sharing_memop() [all …]
|
/xen/tools/hotplug/Linux/init.d/ |
A D | xendomains.in | 27 . @XEN_SCRIPT_DIR@/hotplugpath.sh
|
/xen/docs/ |
A D | configure | 20 emulate sh 68 as_echo_n='sh -c $as_echo_n_body as_echo' 71 as_echo='sh -c $as_echo_body as_echo' 218 for as_base in sh bash ksh sh5; do 278 SHELL=${CONFIG_SHELL-/bin/sh} 1756 if test -f "$ac_dir/install-sh"; then 1758 ac_install_sh="$ac_aux_dir/install-sh -c" 1760 elif test -f "$ac_dir/install.sh"; then 1771 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../ \"$srcdir\"/../" "$LINENO" 5 3053 . ./conf$$subs.sh || [all …]
|
/xen/tools/tests/mce-test/cases/ucna_llc/xen/ |
A D | cases.sh | 24 . $ROOT/lib/xen-mceinj-tool.sh
|
/xen/tools/tests/mce-test/cases/srao_llc/xen/ |
A D | cases.sh | 24 . $ROOT/lib/xen-mceinj-tool.sh
|
/xen/tools/tests/mce-test/cases/srao_mem/xen/ |
A D | cases.sh | 24 . $ROOT/lib/xen-mceinj-tool.sh
|