/kvmtool/ |
H A D | kvm-cmd.c | 54 struct cmd_struct *p = command; in kvm_get_command() local 66 struct cmd_struct *p; in handle_command() local
|
H A D | builtin-help.c | 47 struct cmd_struct *p; in help_cmd() local
|
H A D | kvm.c | 545 unsigned char *p; in kvm__dump_mem() local 611 u64 p = 1; in kvm__notify_paused() local
|
/kvmtool/x86/ |
H A D | bios.c | 38 void *p; in setup_irq_handler() local 108 void *p; in setup_vga_rom() local 128 void *p; in setup_bios() local
|
H A D | boot.c | 17 void *p; in kvm__load_firmware() local
|
H A D | kvm.c | 223 void *p; in load_flat_binary() local 249 void *p; in load_bzimage() local
|
/kvmtool/util/ |
H A D | parse-options.c | 29 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, in get_arg() 69 static int get_value(struct parse_opt_ctx_t *p, in get_value() 350 static int parse_short_opt(struct parse_opt_ctx_t *p, in parse_short_opt() 362 static int parse_long_opt(struct parse_opt_ctx_t *p, const char *arg, in parse_long_opt()
|
H A D | read-write.c | 59 char *p = buf; in read_in_full() local 82 const char *p = buf; in write_in_full() local 132 char *p = buf; in pread_in_full() local 156 const char *p = buf; in pwrite_in_full() local
|
H A D | bitmap.c | 30 unsigned long *p = map + BIT_WORD(start); in __bitmap_set() local
|
/kvmtool/riscv/include/kvm/ |
H A D | barrier.h | 6 #define RISCV_FENCE(p, s) \ argument
|
/kvmtool/mips/ |
H A D | kvm.c | 129 char *p = kvm->ram_start; in kvm__mips_install_cmdline() local 177 void *p; in load_flat_binary() local 304 char *p; in load_elf_binary() local
|
/kvmtool/include/linux/ |
H A D | err.h | 67 #define PTR_RET(p) PTR_ERR_OR_ZERO(p) argument
|
H A D | rbtree_augmented.h | 109 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() 115 struct rb_node *p, int color) in rb_set_parent_color()
|
H A D | virtio_ring.h | 199 static inline void vring_init(struct vring *vr, unsigned int num, void *p, in vring_init()
|
/kvmtool/x86/bios/ |
H A D | e820.c | 59 u8 *p; in e820_query_map() local
|
/kvmtool/include/kvm/ |
H A D | parse-options.h | 164 #define OPT_CALLBACK(s, l, v, a, h, f, p) \ argument 176 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f, p) \ argument 189 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d, p) \ argument
|
H A D | of_pci.h | 27 #define __b_x(x, p, l) (((x) & ((1<<(l))-1)) << (p)) argument
|
H A D | kvm.h | 247 static inline bool host_ptr_in_ram(struct kvm *kvm, void *p) in host_ptr_in_ram()
|
/kvmtool/powerpc/ |
H A D | kvm.c | 171 void *p; in kvm__arch_load_kernel_image() local 223 u32 *p; in generate_segment_page_sizes() local
|
/kvmtool/ui/ |
H A D | vnc.c | 178 static void *vnc__thread(void *p) in vnc__thread()
|
H A D | sdl.c | 200 static void *sdl__thread(void *p) in sdl__thread()
|
H A D | gtk3.c | 226 static void *kvm_gtk_thread(void *p) in kvm_gtk_thread()
|
/kvmtool/virtio/ |
H A D | net.c | 90 static void *virtio_net_rx_thread(void *p) in virtio_net_rx_thread() 165 static void *virtio_net_tx_thread(void *p) in virtio_net_tx_thread() 213 static void *virtio_net_ctrl_thread(void *p) in virtio_net_ctrl_thread() 756 static int set_net_param(struct kvm *kvm, struct virtio_net_params *p, in set_net_param() 802 struct virtio_net_params p; in netdev_parser() local
|
/kvmtool/net/uip/ |
H A D | udp.c | 153 static void *uip_udp_socket_thread(void *p) in uip_udp_socket_thread()
|
H A D | tcp.c | 193 static void *uip_tcp_socket_thread(void *p) in uip_tcp_socket_thread()
|