Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 26) sorted by relevance

12

/kvmtool/include/kvm/
H A Drbtree-interval.h9 #define rb_int(n) rb_entry(n, struct rb_int_node, node) argument
10 #define rb_int_start(n) ((n)->low) argument
11 #define rb_int_end(n) ((n)->low + (n)->high - 1) argument
H A Dutil-init.h7 struct hlist_node n; member
/kvmtool/include/linux/
H A Dlist.h424 #define list_for_each_safe(pos, n, head) \ argument
434 #define list_for_each_prev_safe(pos, n, head) \ argument
519 #define list_for_each_entry_safe(pos, n, head, member) \ argument
535 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
551 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
566 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
584 #define list_safe_reset_next(pos, n, member) \ argument
613 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
622 static inline void hlist_del(struct hlist_node *n) in hlist_del()
629 static inline void hlist_del_init(struct hlist_node *n) in hlist_del_init()
[all …]
H A Dpsci.h26 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n)) argument
30 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n)) argument
H A Dcpumask.h46 static inline unsigned int cpumask_next(int n, const struct cpumask *srcp) in cpumask_next()
H A Drbtree.h102 #define rbtree_postorder_for_each_entry_safe(pos, n, root, field) \ argument
H A Dkernel.h10 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument
/kvmtool/mips/include/asm/
H A Dkvm.h128 #define KVM_REG_MIPS_CP0_MAAR(n) (KVM_REG_MIPS_MAAR | \ argument
182 #define KVM_REG_MIPS_FPR_32(n) (KVM_REG_MIPS_FPR | KVM_REG_SIZE_U32 | (n)) argument
183 #define KVM_REG_MIPS_FPR_64(n) (KVM_REG_MIPS_FPR | KVM_REG_SIZE_U64 | (n)) argument
184 #define KVM_REG_MIPS_VEC_128(n) (KVM_REG_MIPS_FPR | KVM_REG_SIZE_U128 | (n)) argument
/kvmtool/arm/aarch64/include/asm/
H A Dsve_context.h49 #define __SVE_ZREG_OFFSET(vq, n) \ argument
56 #define __SVE_PREG_OFFSET(vq, n) \ argument
H A Dkvm.h245 #define ARM64_SYS_REG_SHIFT_MASK(x,n) \ argument
320 #define KVM_REG_ARM64_SVE_ZREG(n, i) \ argument
326 #define KVM_REG_ARM64_SVE_PREG(n, i) \ argument
468 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) argument
/kvmtool/net/uip/
H A Ddhcp.c42 int n = 0; in uip_dhcp_get_dns() local
73 int n; in uip_dhcp_fill_option_name_and_server() local
/kvmtool/powerpc/
H A Dspapr.h93 static inline uint32_t rtas_ld(struct kvm *kvm, target_ulong phys, int n) in rtas_ld()
98 static inline void rtas_st(struct kvm *kvm, target_ulong phys, int n, uint32_t val) in rtas_st()
H A Dspapr_pci.c234 int bus_off, node_off = 0, devid, fn, i, n, devices; in spapr_populate_pci_devices() local
/kvmtool/
H A Dguest_compat.c60 struct compat_message *pos, *n; in compat__remove_message() local
H A Dmmio.c16 #define mmio_node(n) rb_entry(n, struct mmio_mapping, node) argument
H A Dkvm.c546 unsigned long n; in kvm__dump_mem() local
H A Dkvm-ipc.c289 u32 n; in kvm_ipc__receive() local
/kvmtool/util/
H A Drbtree.c415 struct rb_node *n; in rb_first() local
427 struct rb_node *n; in rb_last() local
H A Dbitmap.c97 unsigned long long n; in bitmap_getnum() local
/kvmtool/arm/aarch32/include/asm/
H A Dkvm.h162 #define ARM_CP15_REG_SHIFT_MASK(x,n) \ argument
299 #define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n)) argument
/kvmtool/disk/
H A Dqcow.c96 struct list_head *pos, *n; in l1_table_free_cache() local
526 struct list_head *pos, *n; in refcount_table_free_cache() local
1126 struct list_head *pos, *n; in qcow_disk_flush() local
/kvmtool/powerpc/include/asm/
H A Dkvm.h530 #define KVM_REG_PPC_FPR(n) (KVM_REG_PPC_FPR0 + (n)) argument
535 #define KVM_REG_PPC_VR(n) (KVM_REG_PPC_VR0 + (n)) argument
541 #define KVM_REG_PPC_VSR(n) (KVM_REG_PPC_VSR0 + (n)) argument
655 #define KVM_REG_PPC_TM_GPR(n) (KVM_REG_PPC_TM_GPR0 + (n)) argument
659 #define KVM_REG_PPC_TM_VSR(n) (KVM_REG_PPC_TM_VSR0 + (n)) argument
/kvmtool/riscv/include/asm/
H A Dkvm.h277 #define KVM_REG_RISCV_VECTOR_REG(n) \ argument
/kvmtool/virtio/
H A Dnet.c963 struct list_head *ptr, *n; in virtio_net__exit() local
/kvmtool/x86/include/asm/
H A Dapicdef.h134 #define APIC_EILVTn(n) (0x500 + 0x10 * n) argument

12