/xen/xen/include/asm-arm/ |
A D | div64.h | 27 # define do_div(n,base) ({ \ argument 45 #define __do_div_asm(n, base) \ argument 73 #define do_div(n, base) __do_div_asm(n, base) argument 87 #define do_div(n, base) \ argument
|
A D | short-desc.h | 45 unsigned int base:12; /* Section base address */ member 68 unsigned int base:8; /* Supersection base address */ member 85 unsigned int base:20; /* Small page base address */ member 104 unsigned int base:16; /* Large page base address */ member 114 unsigned int base:22; /* Base address of block or next table */ member
|
/xen/automation/build/centos/ |
A D | CentOS-7.2.repo | 7 [base] section 9 baseurl=http://vault.centos.org/7.2.1511/os/$basearch/ argument 16 baseurl=http://vault.centos.org/7.2.1511/updates/$basearch/ argument
|
/xen/xen/include/asm-x86/ |
A D | msr.h | 135 unsigned long base; in __rdfsbase() local 148 unsigned long base; in __rdgsbase() local 161 unsigned long base; in rdfsbase() local 173 unsigned long base; in rdgsbase() local 185 unsigned long base; in rdgsshadow() local 199 static inline void wrfsbase(unsigned long base) in wrfsbase() 211 static inline void wrgsbase(unsigned long base) in wrgsbase() 223 static inline void wrgsshadow(unsigned long base) in wrgsshadow()
|
A D | msi.h | 150 #define msi_control_reg(base) (base + PCI_MSI_FLAGS) argument 151 #define msi_lower_address_reg(base) (base + PCI_MSI_ADDRESS_LO) argument 152 #define msi_upper_address_reg(base) (base + PCI_MSI_ADDRESS_HI) argument 153 #define msi_data_reg(base, is64bit) \ argument 155 #define msi_mask_bits_reg(base, is64bit) \ argument 157 #define msi_pending_bits_reg(base, is64bit) \ argument 169 #define msix_control_reg(base) (base + PCI_MSIX_FLAGS) argument 170 #define msix_table_offset_reg(base) (base + PCI_MSIX_TABLE) argument 171 #define msix_pba_offset_reg(base) (base + PCI_MSIX_PBA) argument
|
A D | div64.h | 6 #define do_div(n,base) ({ \ argument
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | main.c | 211 static void set_mtrr(unsigned int reg, unsigned long base, in set_mtrr() 312 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page() 408 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check() 458 mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() 482 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page() 545 mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del()
|
A D | generic.c | 155 static void __init update_fixed_last(unsigned int base, unsigned int end, in update_fixed_last() 163 static void __init print_fixed(unsigned int base, unsigned int step, in print_fixed() 193 unsigned int base = 0, step = 0x10000; in print_mtrr_state() local 290 int generic_get_free_region(unsigned long base, unsigned long size, int replace_reg) in generic_get_free_region() 312 static void generic_get_mtrr(unsigned int reg, unsigned long *base, in generic_get_mtrr() 525 static void generic_set_mtrr(unsigned int reg, unsigned long base, in generic_set_mtrr() 569 int generic_validate_add_page(unsigned long base, unsigned long size, unsigned int type) in generic_validate_add_page()
|
/xen/xen/arch/arm/arm32/ |
A D | livepatch.c | 223 const struct livepatch_elf_sec *base, in arch_livepatch_perform() 300 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel() 307 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 121 struct amd_iommu *iommu, uint64_t base, uint64_t limit) in reserve_iommu_exclusion_range() 139 unsigned long base, unsigned long limit) in reserve_iommu_exclusion_range_all() 146 u16 seg, u16 bdf, unsigned long base, in reserve_unity_map_for_device() 174 unsigned long base, unsigned long limit, u8 iw, u8 ir) in register_exclusion_range_for_all_devices() 208 u16 bdf, unsigned long base, unsigned long limit, u8 iw, u8 ir) in register_exclusion_range_for_device() 254 unsigned long base, unsigned long limit, u8 iw, u8 ir) in register_exclusion_range_for_iommu_devices() 295 unsigned long base, unsigned long limit, u8 iw, u8 ir) in parse_ivmd_device_select() 311 unsigned long base, unsigned long limit, u8 iw, u8 ir) in parse_ivmd_device_range() 341 unsigned long base, unsigned long limit, u8 iw, u8 ir) in parse_ivmd_device_iommu() 362 unsigned long start_addr, mem_length, base, limit; in parse_ivmd_block() local
|
/xen/xen/common/ |
A D | vsprintf.c | 34 const char *cp, const char **endp, unsigned int base) in simple_strtoul() 70 long simple_strtol(const char *cp, const char **endp, unsigned int base) in simple_strtol() 86 const char *cp, const char **endp, unsigned int base) in simple_strtoull() 122 long long simple_strtoll(const char *cp,const char **endp,unsigned int base) in simple_strtoll() 148 int base, int size, int precision, int type) in number() 557 int base; in vsnprintf() local
|
A D | bsearch.c | 32 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch()
|
A D | sort.c | 44 void sort(void *base, size_t num, size_t size, in sort() argument
|
A D | pdx.c | 60 u64 __init pdx_region_mask(u64 base, u64 len) in pdx_region_mask()
|
A D | kexec.c | 735 static int kexec_load_get_bits(int type, int *base, int *bit) in kexec_load_get_bits() 821 int base, bit, pos, ret = -EINVAL; in kexec_exec() local 852 int base, bit, pos; in kexec_swap_images() local 1200 int base, bit; in kexec_status() local
|
/xen/tools/firmware/hvmloader/ |
A D | pci.c | 57 static int find_next_rmrr(uint32_t base) in find_next_rmrr() 82 uint64_t base, bar_sz, bar_sz_upper, mmio_total = 0; in pci_setup() local 90 uint64_t base, max; in pci_setup() member
|
/xen/stubdom/vtpmmgr/ |
A D | disk_read.c | 205 static int load_verify_vtpm_page(struct mem_vtpm_page *dst, int base, in load_verify_vtpm_page() 241 static int load_verify_vtpm_pages(struct mem_group *group, int base, int size, in load_verify_vtpm_pages() 271 static int load_verify_vtpm_itree(struct mem_group_hdr *hdr, int base, int nr_entries, in load_verify_vtpm_itree() 412 static int load_verify_group_itree(struct mem_tpm_mgr *dst, int base, int nr_entries, in load_verify_group_itree()
|
A D | disk_write.c | 131 static void disk_write_vtpm_itree(struct mem_group_hdr *hdr, int base, int nr_entries, in disk_write_vtpm_itree() 288 static void disk_write_group_itree(struct mem_tpm_mgr *mgr, int base, int nr_entries, in disk_write_group_itree()
|
/xen/xen/arch/x86/pv/ |
A D | emulate.c | 29 unsigned long *base, unsigned long *limit, in pv_emul_read_descriptor()
|
A D | emul-gate-op.c | 94 unsigned long base, limit; member 172 unsigned long off, base, limit; in pv_emulate_gate_op() local
|
/xen/xen/arch/arm/acpi/ |
A D | lib.c | 30 unsigned long base, offset, mapped_size; in __acpi_map_table() local
|
/xen/xen/arch/x86/ |
A D | livepatch.c | 225 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel() 234 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
|
/xen/xen/arch/arm/arm64/ |
A D | livepatch.c | 234 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel() 241 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
|
/xen/xen/arch/x86/acpi/ |
A D | lib.c | 42 unsigned long base, offset, mapped_size; in __acpi_map_table() local
|
/xen/xen/arch/x86/x86_64/ |
A D | mmconfig-shared.c | 143 uint64_t base, msr_content; in pci_mmcfg_amd_fam10h() local 238 u64 base; in pci_mmcfg_nvidia_mcp55() local
|