Home
last modified time | relevance | path

Searched refs:start_index (Results 1 – 4 of 4) sorted by relevance

/arch/ia64/sn/pci/pcibr/
Dpcibr_ate.c84 int start_index; in alloc_ate_resource() local
95 start_index = in alloc_ate_resource()
98 if (start_index >= 0) in alloc_ate_resource()
99 mark_ate(ate_resource, start_index, ate_needed, ate_needed); in alloc_ate_resource()
104 return start_index; in alloc_ate_resource()
/arch/sparc/kernel/
Dcpumap.c42 int start_index; /* Index of first node of a level in a cpuinfo tree */ member
132 lv->start_index = lv->end_index = lv->num_nodes = 0; in enumerate_cpuinfo_nodes()
164 tree_level[CPUINFO_LVL_NODE].start_index = 1; in enumerate_cpuinfo_nodes()
168 tree_level[CPUINFO_LVL_CORE].start_index = n; in enumerate_cpuinfo_nodes()
172 tree_level[CPUINFO_LVL_PROC].start_index = n; in enumerate_cpuinfo_nodes()
208 n = new_tree->level[level].start_index; in build_cpuinfo_tree()
223 ? new_tree->level[level - 1].start_index : -1; in build_cpuinfo_tree()
227 ? cpu : new_tree->level[level + 1].start_index; in build_cpuinfo_tree()
/arch/powerpc/include/uapi/asm/
Dkvm.h394 __u64 start_index; member
/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c1476 ctx->index = ghf->start_index; in kvm_vm_ioctl_get_htab_fd()