Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 15 of 15) sorted by relevance

/xen/xen/arch/x86/
A Dextable.c95 if ( region && region->ex ) in search_exception_table()
96 return search_one_extable(region->ex, region->ex_end - 1, regs->rip); in search_exception_table()
106 retptr = region && region->ex in search_exception_table()
107 ? search_one_extable(region->ex, region->ex_end - 1, retptr) in search_exception_table()
/xen/xen/common/
A Dvirtual_region.c146 core_init.ex = core.ex = start; in setup_virtual_regions()
A Dlivepatch.c841 if ( !section_ok(elf, sec, sizeof(*region->ex)) ) in prepare_payload()
849 region->ex = s; in prepare_payload()
/xen/xen/include/xen/
A Dvirtual_region.h26 const struct exception_table_entry *ex; member
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh3 set -ex
/xen/stubdom/grub.patches/
A D60ext4.diff299 + struct ext4_extent *ex, *extent;
351 + ex = ext4_ext_binsearch(eh, logical_block);
352 + if (ex->ee_start_hi)
357 + if ((ex->ee_block + ex->ee_len) < logical_block)
362 + return ex->ee_start_lo + logical_block - ex->ee_block;
/xen/tools/firmware/
A DMakefile99 set -ex; \
113 set -ex; \
/xen/tools/misc/
A Dmktarball6 set -ex
/xen/tools/
A DMakefile148 set -ex; \
158 set -ex; \
204 set -ex; \
A Dconfigure1015 | --exec | --exe | --ex)
1019 | --exec=* | --exe=* | --ex=*)
/xen/xen/drivers/passthrough/amd/
A Diommu-defs.h133 bool ex:1; member
A Dpci_amd_iommu.c125 dte->ex = ivrs_dev->dte_allow_exclusion; in amd_iommu_setup_domain_device()
298 dte->ex = false; in amd_iommu_disable_domain_device()
A Diommu_map.c157 .ex = ivrs_dev->dte_allow_exclusion, in iommu_dte_add_device_entry()
/xen/
A DMakefile32 set -ex; \
/xen/tools/python/
A Dpylintrc128 good-names=i,j,k,ex,Run,_

Completed in 40 milliseconds