Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 27) sorted by relevance

12

/kvm-unit-tests/lib/libfdt/
H A Dfdt.c143 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) in fdt_offset_ptr()
169 int offset = startoffset; in fdt_next_tag() local
219 int fdt_check_node_offset_(const void *fdt, int offset) in fdt_check_node_offset_()
231 int fdt_check_prop_offset_(const void *fdt, int offset) in fdt_check_prop_offset_()
243 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
283 int fdt_first_subnode(const void *fdt, int offset) in fdt_first_subnode()
294 int fdt_next_subnode(const void *fdt, int offset) in fdt_next_subnode()
H A Dfdt_ro.c13 static int fdt_nodename_eq_(const void *fdt, int offset, in fdt_nodename_eq_()
117 int offset = -1; in fdt_find_max_phandle() local
162 unsigned int offset = n * sizeof(struct fdt_reserve_entry); in fdt_mem_rsv() local
201 static int nextprop_(const void *fdt, int offset) in nextprop_()
225 int fdt_subnode_offset_namelen(const void *fdt, int offset, in fdt_subnode_offset_namelen()
254 int offset = 0; in fdt_path_offset_namelen() local
340 int offset; in fdt_first_property_offset() local
348 int fdt_next_property_offset(const void *fdt, int offset) in fdt_next_property_offset()
357 int offset, in fdt_get_property_by_offset_()
379 int offset, in fdt_get_property_by_offset()
[all …]
H A Dlibfdt_internal.h26 static inline const void *fdt_offset_ptr_(const void *fdt, int offset) in fdt_offset_ptr_()
31 static inline void *fdt_offset_ptr_w_(void *fdt, int offset) in fdt_offset_ptr_w_()
H A Dfdt_sw.c96 unsigned int offset = fdt_size_dt_struct(fdt); in fdt_grab_space_() local
191 int offset; in fdt_add_reservemap_entry() local
255 unsigned int struct_top, offset; in fdt_add_string_() local
343 int offset, nextoffset; in fdt_finish() local
H A Dfdt_check.c17 int offset, nextoffset = 0; in fdt_check_full() local
H A Dfdt_wip.c73 int fdt_node_end_offset_(void *fdt, int offset) in fdt_node_end_offset_()
H A Dfdt_rw.c337 int offset, nextoffset; in fdt_add_subnode_namelen() local
H A Dlibfdt.h122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w()
/kvm-unit-tests/lib/
H A Dvirtio.h47 virtio_config_readb(struct virtio_device *vdev, unsigned offset) in virtio_config_readb()
55 virtio_config_readw(struct virtio_device *vdev, unsigned offset) in virtio_config_readw()
63 virtio_config_readl(struct virtio_device *vdev, unsigned offset) in virtio_config_readl()
71 virtio_config_writeb(struct virtio_device *vdev, unsigned offset, u8 val) in virtio_config_writeb()
77 virtio_config_writew(struct virtio_device *vdev, unsigned offset, u16 val) in virtio_config_writew()
83 virtio_config_writel(struct virtio_device *vdev, unsigned offset, u32 val) in virtio_config_writel()
H A Dvirtio-mmio.c17 static void vm_get(struct virtio_device *vdev, unsigned offset, in vm_get()
28 static void vm_set(struct virtio_device *vdev, unsigned offset, in vm_set()
H A Dpci.h97 uint32_t offset; member
H A Dpci.c30 uint16_t offset; in pci_msi_set_enable() local
46 uint16_t offset; in pci_setup_msi() local
/kvm-unit-tests/lib/riscv/
H A Dio.c36 u32 offset = num << uart0_reg_shift; in uart0_read() local
48 u32 offset = num << uart0_reg_shift; in uart0_write() local
/kvm-unit-tests/s390x/
H A Dsclp.c146 int offset; in test_sccb_unaligned() local
161 int offset; in test_sccb_prefix() local
305 int len, offset; in test_boundary() local
/kvm-unit-tests/powerpc/
H A Dreloc64.c22 unsigned long long offset; member
/kvm-unit-tests/lib/x86/
H A Dio.c115 phys_addr_t offset = phys_addr - base; in ioremap() local
H A Dvm.c17 unsigned offset; in install_pte() local
48 unsigned offset; in find_pte_level() local
H A Dintel-iommu.c147 unsigned int offset; in vtd_install_pte() local
/kvm-unit-tests/lib/arm/
H A Dgic.c315 u32 offset, split = 32, shift = (irq % 32); in gic_irq_set_clr_enable() local
346 int offset, mask; in gic_irq_state() local
/kvm-unit-tests/x86/
H A Dkvmclock_test.c28 long ksec, offset; in wallclock_test() local
H A Dvmx.c863 unsigned offset; in install_ept_entry() local
955 unsigned offset; in get_ept_pte() local
981 unsigned offset; in clear_ept_ad_pte() local
1001 unsigned offset; in clear_ept_ad() local
1030 unsigned offset; in check_ept_ad() local
1082 unsigned offset; in set_ept_pte() local
H A Dkvmclock.c178 cycle_t offset = scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles() local
/kvm-unit-tests/lib/arm/asm/
H A Dptrace.h96 unsigned int offset) in regs_get_register()
/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c173 unsigned int count, offset; in lm_print() local
/kvm-unit-tests/arm/
H A Dpl031.c122 uint32_t offset = (pl031_irq / 32) * 4; in gic_irq_pending() local

12