Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 103) sorted by relevance

12345

/xen/xen/arch/ppc/include/asm/
A Dasm-defns.h71 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, 0 argument
72 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0 argument
73 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) argument
74 #define REST_GPR(n, base) REST_GPRS(n, n, base) argument
75 #define SAVE_NVGPRS(base) SAVE_GPRS(14, 31, base) argument
76 #define REST_NVGPRS(base) REST_GPRS(14, 31, base) argument
A Dboot.h12 uint64_t base; member
/xen/xen/arch/arm/include/asm/
A Ddiv64.h39 #define __do_div_asm(n, base) \ argument
67 #define do_div(n, base) __do_div_asm(n, base) argument
81 #define do_div(n, base) \ argument
A Dshort-desc.h45 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/xen/arch/x86/include/asm/
A Dmsr.h148 unsigned long base; in __rdfsbase() local
161 unsigned long base; in __rdgsbase() local
172 static inline void __wrfsbase(unsigned long base) in __wrfsbase()
181 static inline void __wrgsbase(unsigned long base) in __wrgsbase()
192 unsigned long base; in read_fs_base() local
204 unsigned long base; in read_gs_base() local
216 unsigned long base; in read_gs_shadow() local
230 static inline void write_fs_base(unsigned long base) in write_fs_base()
238 static inline void write_gs_base(unsigned long base) in write_gs_base()
246 static inline void write_gs_shadow(unsigned long base) in write_gs_shadow()
A Dmsi.h150 #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
/xen/xen/arch/x86/cpu/mtrr/
A Dmain.c199 static void set_mtrr(unsigned int reg, unsigned long base, in set_mtrr()
300 int mtrr_add_page(unsigned long base, unsigned long size, in mtrr_add_page()
396 static int mtrr_check(unsigned long base, unsigned long size) in mtrr_check()
446 mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add()
470 int mtrr_del_page(int reg, unsigned long base, unsigned long size) in mtrr_del_page()
533 mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del()
A Dgeneric.c155 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
291 unsigned long base, unsigned long size, int replace_reg) in mtrr_get_free_region()
314 unsigned int reg, unsigned long *base, unsigned long *size, mtrr_type *type) in mtrr_get()
527 unsigned int reg, unsigned long base, unsigned long size, mtrr_type type) in mtrr_set()
571 unsigned long base, unsigned long size, unsigned int type) in mtrr_validate_add_page()
/xen/xen/arch/arm/platforms/
A Dbrcm-raspberry-pi.c58 void __iomem *base; in rpi4_map_watchdog() local
87 void __iomem *base = rpi4_map_watchdog(); in rpi4_reset() local
/xen/xen/arch/arm/arm32/
A Dlivepatch.c224 const struct livepatch_elf_sec *base, in arch_livepatch_perform()
308 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel()
315 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
/xen/xen/common/
A Dpdx.c117 bool pdx_is_region_compressible(paddr_t base, unsigned long npages) in pdx_is_region_compressible()
130 uint64_t pdx_region_mask(uint64_t base, uint64_t len) in pdx_region_mask()
/xen/xen/lib/
A Dstrtol.c13 long simple_strtol(const char *cp, const char **endp, unsigned int base) in simple_strtol()
A Dstrtoll.c13 long long simple_strtoll(const char *cp, const char **endp, unsigned int base) in simple_strtoll()
A Dstrtoul.c15 const char *cp, const char **endp, unsigned int base) in simple_strtoul()
A Dstrtoull.c15 const char *cp, const char **endp, unsigned int base) in simple_strtoull()
/xen/xen/include/xen/
A Dpdx.h221 static inline bool pdx_is_region_compressible(paddr_t base, in pdx_is_region_compressible()
232 static inline uint64_t pdx_region_mask(uint64_t base, uint64_t len) in pdx_region_mask()
A Dsort.h25 void sort(void *base, size_t num, size_t size, in sort()
/xen/tools/firmware/hvmloader/
A Dpci.c64 static int find_next_rmrr(uint32_t base) in find_next_rmrr()
89 uint64_t base, bar_sz, bar_sz_upper, mmio_total = 0; in pci_setup() local
97 uint64_t base, max; in pci_setup() member
/xen/xen/drivers/passthrough/amd/
A Diommu_acpi.c123 struct amd_iommu *iommu, paddr_t base, paddr_t limit, bool all) in reserve_iommu_exclusion_range()
148 uint16_t seg, uint16_t bdf, unsigned long base, in reserve_unity_map_for_device()
204 paddr_t base, paddr_t limit, bool iw, bool ir, bool exclusion) in register_range_for_all_devices()
239 unsigned int bdf, paddr_t base, paddr_t limit, in register_range_for_device()
280 struct amd_iommu *iommu, paddr_t base, paddr_t limit, in register_range_for_iommu_devices()
314 paddr_t base, paddr_t limit, bool iw, bool ir, bool exclusion) in parse_ivmd_device_select()
330 paddr_t base, paddr_t limit, bool iw, bool ir, bool exclusion) in parse_ivmd_device_range()
358 paddr_t base, paddr_t limit, bool iw, bool ir, bool exclusion) in parse_ivmd_device_iommu()
379 unsigned long start_addr, mem_length, base, limit; in parse_ivmd_block() local
/xen/stubdom/vtpmmgr/
A Ddisk_read.c205 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()
/xen/xen/arch/arm/pci/
A Decam.c30 void __iomem *base; in pci_ecam_map_bus() local
/xen/xen/arch/x86/
A Dlivepatch.c245 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel()
254 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
/xen/xen/arch/arm/arm64/
A Dlivepatch.c235 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rel()
242 const struct livepatch_elf_sec *base, in arch_livepatch_perform_rela()
/xen/xen/arch/x86/pv/
A Demul-gate-op.c82 unsigned long base, limit; member
167 unsigned long off, base, limit; in pv_emulate_gate_op() local
/xen/xen/arch/arm/acpi/
A Dlib.c34 unsigned long base, offset; in __acpi_map_table() local

Completed in 47 milliseconds

12345