/kvm-unit-tests/lib/libfdt/ |
H A D | fdt.c | 143 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 D | fdt_ro.c | 13 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 D | libfdt_internal.h | 26 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 D | fdt_sw.c | 96 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 D | fdt_check.c | 17 int offset, nextoffset = 0; in fdt_check_full() local
|
H A D | fdt_wip.c | 73 int fdt_node_end_offset_(void *fdt, int offset) in fdt_node_end_offset_()
|
H A D | fdt_rw.c | 337 int offset, nextoffset; in fdt_add_subnode_namelen() local
|
H A D | libfdt.h | 122 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) in fdt_offset_ptr_w()
|
/kvm-unit-tests/lib/ |
H A D | virtio.h | 47 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 D | virtio-mmio.c | 17 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 D | pci.h | 97 uint32_t offset; member
|
H A D | pci.c | 30 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 D | io.c | 36 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 D | sclp.c | 146 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 D | reloc64.c | 22 unsigned long long offset; member
|
/kvm-unit-tests/lib/x86/ |
H A D | io.c | 115 phys_addr_t offset = phys_addr - base; in ioremap() local
|
H A D | vm.c | 17 unsigned offset; in install_pte() local 48 unsigned offset; in find_pte_level() local
|
H A D | intel-iommu.c | 147 unsigned int offset; in vtd_install_pte() local
|
/kvm-unit-tests/lib/arm/ |
H A D | gic.c | 315 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 D | kvmclock_test.c | 28 long ksec, offset; in wallclock_test() local
|
H A D | vmx.c | 863 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 D | kvmclock.c | 178 cycle_t offset = scale_delta(delta, src->tsc_to_system_mul, in __pvclock_read_cycles() local
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | ptrace.h | 96 unsigned int offset) in regs_get_register()
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp-console.c | 173 unsigned int count, offset; in lm_print() local
|
/kvm-unit-tests/arm/ |
H A D | pl031.c | 122 uint32_t offset = (pl031_irq / 32) * 4; in gic_irq_pending() local
|