/xen/xen/drivers/vpci/ |
A D | msix.c | 192 paddr_t start = vmsix_table_addr(msix->pdev->vpci, VPCI_MSIX_TABLE); in get_entry() local 410 unsigned long start = PFN_DOWN(vmsix_table_addr(pdev->vpci, i)); in vpci_make_msix_hole() local
|
/xen/stubdom/vtpmmgr/ |
A D | disk_tpm.c | 135 uint8_t *start = buf; in TPM_disk_seal() local 213 uint8_t *start = buf; in TPM_disk_unseal() local
|
/xen/xen/arch/arm/ |
A D | setup.c | 236 paddr_t start, paddr_t size, in add_boot_module() 289 bootmodule_kind kind, paddr_t start, bool domU) in add_boot_cmdline() 349 paddr_t start) in boot_module_find_by_addr_and_kind()
|
A D | alternative.c | 237 int apply_alternatives(const struct alt_instr *start, const struct alt_instr *end) in apply_alternatives()
|
/xen/tools/firmware/hvmloader/ |
A D | e820.c | 108 uint64_t last_end = 0, start, end; in dump_e820_table() local
|
/xen/xen/arch/arm/efi/ |
A D | efi-dom0.c | 99 EFI_PHYSICAL_ADDRESS start, in fill_efi_memory_descriptor()
|
/xen/xen/xsm/ |
A D | xsm_core.c | 184 bool __init has_xsm_magic(paddr_t start) in has_xsm_magic()
|
/xen/xen/arch/x86/mm/ |
A D | mem_access.c | 356 uint32_t start, uint32_t mask, xenmem_access_t access, in p2m_set_mem_access() 418 uint32_t nr, uint32_t start, uint32_t mask, in p2m_set_mem_access_multi()
|
/xen/xen/arch/x86/oprofile/ |
A D | op_x86_model.h | 37 void (*start)(struct op_msrs const * const msrs); member
|
/xen/xen/include/asm-x86/ |
A D | numa.h | 21 u64 start,end; member
|
/xen/xen/include/xen/ |
A D | kexec.h | 13 paddr_t start; member
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 104 unsigned long start, in pvh_populate_memory_range() 341 uint64_t start, end; in pvh_setup_e820() local 508 paddr_t start, end = d->arch.e820[i].addr + d->arch.e820[i].size; in find_memory() local
|
/xen/xen/xsm/flask/ |
A D | hooks.c | 1012 static int _iomem_has_perm(void *v, u32 sid, unsigned long start, unsigned long end) in _iomem_has_perm() 1030 static int flask_iomem_permission(struct domain *d, uint64_t start, uint64_t end, uint8_t access) in flask_iomem_permission() 1052 static int flask_iomem_mapping(struct domain *d, uint64_t start, uint64_t end, uint8_t access) in flask_iomem_mapping() 1057 static int flask_pci_config_permission(struct domain *d, uint32_t machine_bdf, uint16_t start, uint… in flask_pci_config_permission() 1514 static int _ioport_has_perm(void *v, u32 sid, unsigned long start, unsigned long end) in _ioport_has_perm() 1532 static int flask_ioport_permission(struct domain *d, uint32_t start, uint32_t end, uint8_t access) in flask_ioport_permission() 1555 static int flask_ioport_mapping(struct domain *d, uint32_t start, uint32_t end, uint8_t access) in flask_ioport_mapping()
|
/xen/xen/xsm/flask/include/ |
A D | avc.h | 50 unsigned long start; member
|
/xen/xen/include/asm-arm/ |
A D | kernel.h | 52 paddr_t start; /* 32-bit zImage only */ member
|
A D | mm.h | 198 static inline void __iomem *ioremap_nocache(paddr_t start, size_t len) in ioremap_nocache() 203 static inline void __iomem *ioremap_cache(paddr_t start, size_t len) in ioremap_cache() 208 static inline void __iomem *ioremap_wc(paddr_t start, size_t len) in ioremap_wc()
|
/xen/tools/libs/devicemodel/ |
A D | core.c | 234 uint64_t start, uint64_t end) in xendevicemodel_map_io_range_to_ioreq_server() 254 uint64_t start, uint64_t end) in xendevicemodel_unmap_io_range_from_ioreq_server() 597 xendevicemodel_handle *dmod, domid_t domid, uint64_t start, uint64_t end, in xendevicemodel_pin_memory_cacheattr()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.c | 280 static int __init scope_device_count(const void *start, const void *end) in scope_device_count() 308 const void *start, const void *end, struct dmar_scope *scope, in acpi_parse_dev_scope() 1078 unsigned long start, end; in parse_rmrr_param() local
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 1349 struct vmx_msr_entry *start, struct vmx_msr_entry *end, uint32_t msr) in locate_msr_entry() 1370 struct vmx_msr_entry *start = NULL, *ent, *end; in vmx_find_msr() local 1411 struct vmx_msr_entry **ptr, *start = NULL, *ent, *end; in vmx_add_msr() local 1522 struct vmx_msr_entry *start = NULL, *ent, *end; in vmx_del_msr() local
|
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 207 const char *elf_strval(struct elf_binary *elf, elf_ptrval start) in elf_strval() 225 const char *elf_strfmt(struct elf_binary *elf, elf_ptrval start) in elf_strfmt()
|
A D | libelf-dominfo.c | 227 elf_ptrval start, in elf_xen_parse_notes()
|
/xen/xen/drivers/pci/ |
A D | pci.c | 90 int pci_find_next_ext_capability(int seg, int bus, int devfn, int start, int cap) in pci_find_next_ext_capability()
|
/xen/xen/common/ |
A D | bitmap.c | 215 void __bitmap_set(unsigned long *map, unsigned int start, int len) in __bitmap_set() 235 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear()
|
/xen/xen/arch/x86/ |
A D | extable.c | 54 void init_or_livepatch sort_exception_table(struct exception_table_entry *start, in sort_exception_table()
|
/xen/xen/arch/x86/mm/hap/ |
A D | nested_ept.c | 183 gfn_t start = _gfn(gw->lxe[lvl].mfn); in nept_walk_tables() local
|