/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | biossums.c | 74 long offset, tmp_offset; in main() local 225 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset() 231 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value() 245 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value() 257 byte chksum__32__calc_value( byte* data, long offset ) { in chksum__32__calc_value() 277 long chksum__32__get_offset( byte* data, long offset ) { in chksum__32__get_offset() 297 byte chksum__32__get_value( byte* data, long offset ) { in chksum__32__get_value() 311 byte chksum__mp__calc_value( byte* data, long offset ) { in chksum__mp__calc_value() 351 byte chksum__mp__get_value( byte* data, long offset ) { in chksum__mp__get_value() 411 byte chksum_pcmp_get_value( byte* data, long offset ) { in chksum_pcmp_get_value() [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | biossums.c | 52 long offset, tmp_offset, pcir_offset; in main() local 183 long chksum_bios_get_offset( byte* data, long offset ) { in chksum_bios_get_offset() 189 byte chksum_bios_calc_value( byte* data, long offset ) { in chksum_bios_calc_value() 203 byte chksum_bios_get_value( byte* data, long offset ) { in chksum_bios_get_value() 209 void chksum_bios_set_value( byte* data, long offset, byte value ) { in chksum_bios_set_value() 215 byte chksum_pmid_calc_value( byte* data, long offset ) { in chksum_pmid_calc_value() 234 long chksum_pmid_get_offset( byte* data, long offset ) { in chksum_pmid_get_offset() 252 byte chksum_pmid_get_value( byte* data, long offset ) { in chksum_pmid_get_value() 259 void chksum_pmid_set_value( byte* data, long offset, byte value ) { in chksum_pmid_set_value() 266 long chksum_pcir_get_offset( byte* data, long offset ) { in chksum_pcir_get_offset()
|
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | fdt.c | 75 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr() 95 int offset = startoffset; in fdt_next_tag() local 141 int _fdt_check_node_offset(const void *fdt, int offset) in _fdt_check_node_offset() 150 int _fdt_check_prop_offset(const void *fdt, int offset) in _fdt_check_prop_offset() 159 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() 199 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 210 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
A D | fdt_ro.c | 56 static int _fdt_nodename_eq(const void *fdt, int offset, in _fdt_nodename_eq() 106 static int _nextprop(const void *fdt, int offset) in _nextprop() 159 int offset = 0; in fdt_path_offset() local 221 int offset; in fdt_first_property_offset() local 238 int offset, in fdt_get_property_by_offset() 259 int offset, in fdt_get_property_namelen() 358 int offset, depth, namelen; in fdt_get_path() local 410 int offset, depth; in fdt_supernode_atdepth_offset() local 468 int offset; in fdt_node_offset_by_prop_value() local 493 int offset; in fdt_node_offset_by_phandle() local [all …]
|
A D | fdt_sw.c | 73 int offset = fdt_size_dt_struct(fdt); in _fdt_grab_space() local 111 int offset; in fdt_add_reservemap_entry() local 172 int struct_top, offset; in _fdt_find_add_string() local 217 int offset, nextoffset; in fdt_finish() local
|
A D | libfdt_internal.h | 68 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) in _fdt_offset_ptr() 73 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) in _fdt_offset_ptr_w()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_libfdt_compat.c | 65 _hidden int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode() 78 _hidden int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
|
A D | libxl_arm_acpi.c | 189 uint64_t offset = acpitables[RSDP].addr - GUEST_ACPI_BASE; in make_acpi_rsdp() local 220 uint64_t offset = acpitables[XSDT].addr - GUEST_ACPI_BASE; in make_acpi_xsdt() local 234 uint64_t offset = acpitables[GTDT].addr - GUEST_ACPI_BASE; in make_acpi_gtdt() local 298 uint64_t offset = acpitables[MADT].addr - GUEST_ACPI_BASE; in make_acpi_madt() local 340 uint64_t offset = acpitables[FADT].addr - GUEST_ACPI_BASE; in make_acpi_fadt() local 359 uint64_t offset = acpitables[DSDT].addr - GUEST_ACPI_BASE; in make_acpi_dsdt() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | guestcopy.c | 12 unsigned offset = (vaddr_t)to & ~PAGE_MASK; in raw_copy_to_guest_helper() local 59 unsigned offset = (vaddr_t)to & ~PAGE_MASK; in raw_clear_guest() local 91 unsigned offset = (vaddr_t)from & ~PAGE_MASK; in raw_copy_from_guest() local 130 uint64_t offset = gpa & ~PAGE_MASK; /* Offset within the mapped page */ in access_guest_memory_by_ipa() local
|
A D | vuart.c | 112 paddr_t offset = info->gpa - d->arch.vuart.info->base_addr; in vuart_mmio_read() local 130 paddr_t offset = info->gpa - d->arch.vuart.info->base_addr; in vuart_mmio_write() local
|
A D | gic-v2.c | 123 static inline void writeb_gicd(uint8_t val, unsigned int offset) in writeb_gicd() 128 static inline void writel_gicd(uint32_t val, unsigned int offset) in writel_gicd() 133 static inline uint32_t readl_gicd(unsigned int offset) in readl_gicd() 138 static inline void writel_gicc(uint32_t val, unsigned int offset) in writel_gicc() 143 static inline uint32_t readl_gicc(unsigned int offset) in readl_gicc() 148 static inline void writel_gich(uint32_t val, unsigned int offset) in writel_gich() 153 static inline uint32_t readl_gich(int unsigned offset) in readl_gich() 1021 static int gicv2_make_hwdom_madt(const struct domain *d, u32 offset) in gicv2_make_hwdom_madt() 1149 static int gicv2_make_hwdom_madt(const struct domain *d, u32 offset) in gicv2_make_hwdom_madt()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | find_next_bit.c | 22 unsigned long offset) in find_next_bit() 68 unsigned long offset) in find_next_zero_bit() 192 long size, unsigned long offset) in find_next_zero_bit_le() 238 long size, unsigned long offset) in find_next_bit_le()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | insn.c | 26 static uint32_t branch_insn_encode_immediate(uint32_t insn, int32_t offset) in branch_insn_encode_immediate() 71 uint32_t aarch32_set_branch_offset(uint32_t insn, int32_t offset) in aarch32_set_branch_offset()
|
/xen-4.10.0-shim-comet/xen/arch/arm/acpi/ |
A D | lib.c | 29 unsigned long base, offset, mapped_size; in __acpi_map_table() local 67 paddr_t offset = 0; in acpi_get_table_offset() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | vreg.h | 123 unsigned int offset, in vreg_reg_extract() 133 unsigned int offset, in vreg_reg_update() 144 unsigned int offset, in vreg_reg_setbits() 154 unsigned int offset, in vreg_reg_clearbits()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | pci.c | 14 uint32_t pci_conf_read(uint32_t cf8, uint8_t offset, uint8_t bytes) in pci_conf_read() 46 void pci_conf_write(uint32_t cf8, uint8_t offset, uint8_t bytes, uint32_t data) in pci_conf_write()
|
A D | bitops.c | 28 const unsigned long *addr, unsigned int size, unsigned int offset) in __find_next_bit() 78 const unsigned long *addr, unsigned int size, unsigned int offset) in __find_next_zero_bit()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_intr.c | 104 static u32 *get_intremap_entry(int seg, int bdf, int offset) in get_intremap_entry() 113 static void free_intremap_entry(int seg, int bdf, int offset) in free_intremap_entry() 152 static inline void set_rte_index(struct IO_APIC_route_entry *rte, int offset) in set_rte_index() 170 unsigned int offset; in update_intremap_entry_from_ioapic() local 237 unsigned int offset; in amd_iommu_setup_ioapic_remapping() local 395 unsigned int offset; in amd_iommu_read_ioapic_from_ire() local 434 unsigned int offset, i; in update_intremap_entry_from_msi_msg() local 580 unsigned int offset = msg->data & (INTREMAP_ENTRIES - 1); in amd_iommu_read_msi_from_ire() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | ro-page-fault.c | 51 static int ptwr_emulated_read(enum x86_segment seg, unsigned long offset, in ptwr_emulated_read() 94 unsigned int rc, offset = addr & (sizeof(paddr_t) - 1); in ptwr_emulated_update() local 199 static int ptwr_emulated_write(enum x86_segment seg, unsigned long offset, in ptwr_emulated_write() 217 static int ptwr_emulated_cmpxchg(enum x86_segment seg, unsigned long offset, in ptwr_emulated_cmpxchg()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | insn.c | 162 long offset; in branch_imm_common() local 183 long offset; in aarch64_insn_gen_branch_imm() local 253 u32 aarch64_set_branch_offset(u32 insn, s32 offset) in aarch64_set_branch_offset()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/mmap/ |
A D | xenmmap_stubs.c | 35 int len, int offset) in mmap_interface_init() 43 value len, value offset) in stub_mmap_init()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/ |
A D | erst.c | 248 u64 offset; in erst_exec_move_data() local 453 static int __erst_write_to_storage(u64 offset) in __erst_write_to_storage() 494 static int __erst_read_from_storage(u64 record_id, u64 offset) in __erst_read_from_storage() 587 static int __erst_read_to_erange_from_nvram(u64 record_id, u64 *offset) in __erst_read_to_erange_from_nvram() 644 static int __erst_read_to_erange(u64 record_id, u64 *offset) in __erst_read_to_erange() 664 u64 offset; in __erst_read() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | insn.h | 58 static inline uint32_t insn_set_branch_offset(uint32_t insn, int32_t offset) in insn_set_branch_offset()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-utils.c | 180 size_t offset = 0; in read_exact() local 200 size_t offset = 0; in write_exact() local
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-major.c | 48 int n, offset; in tap_ctl_blk_major() local
|