Searched defs:start (Results 1 – 14 of 14) sorted by relevance
/kvmtool/include/linux/ |
H A D | bitmap.h | 12 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) argument 30 static inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set()
|
H A D | 9p.h | 526 u64 start; member 542 u64 start; member
|
H A D | vfio.h | 395 __u32 start; member
|
H A D | virtio_net.h | 152 __virtio16 start; member
|
/kvmtool/util/ |
H A D | bitmap.c | 21 unsigned int start; member 28 void __bitmap_set(unsigned long *map, unsigned int start, int len) in __bitmap_set() 50 unsigned int start; in bitmap_set_region() local
|
H A D | find.c | 10 unsigned long start, unsigned long invert) in _find_next_bit()
|
/kvmtool/x86/bios/ |
H A D | e820.c | 57 u32 start; in e820_query_map() local
|
/kvmtool/include/kvm/ |
H A D | framebuffer.h | 10 int (*start)(struct framebuffer *fb); member
|
/kvmtool/ |
H A D | pci.c | 208 static int pci_toggle_bar_regions(bool activate, struct kvm *kvm, u32 start, u32 size) in pci_toggle_bar_regions() 241 static inline int pci_activate_bar_regions(struct kvm *kvm, u32 start, u32 size) in pci_activate_bar_regions() 246 static inline int pci_deactivate_bar_regions(struct kvm *kvm, u32 start, u32 size) in pci_deactivate_bar_regions()
|
/kvmtool/arm/ |
H A D | gicv2m.c | 15 #define GICV2M_MSI_TYPER_VAL(start, nr) \ argument
|
/kvmtool/virtio/ |
H A D | vsock.c | 102 int r, start; in notify_status() local
|
/kvmtool/vfio/ |
H A D | core.c | 407 unsigned long long start, end; in vfio_configure_reserved_regions() local
|
H A D | pci.c | 386 size_t mask_pos, start, limit; in vfio_pci_msi_vector_write() local
|
/kvmtool/disk/ |
H A D | qcow.c | 825 u64 start, end, offset; in qcow_free_clusters() local
|