Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 25 of 123) sorted by relevance

12345

/arch/ia64/scripts/
Dunwcheck.py26 def check_func (func, slots, rlen_sum): argument
27 if slots != rlen_sum:
31 print "ERROR: %s: %lu slots, total region length = %lu" % (func, slots, rlen_sum)
37 slots = 0 variable
42 check_func(func, slots, rlen_sum)
47 slots = 3 * (end - start) / 16 variable
54 check_func(func, slots, rlen_sum)
/arch/blackfin/mach-common/
Dscb-init.c14 inline void scb_mi_write(unsigned long scb_mi_arbw, unsigned int slots, in scb_mi_write() argument
19 for (i = 0; i < slots; ++i) in scb_mi_write()
24 inline void scb_mi_read(unsigned long scb_mi_arbw, unsigned int slots, in scb_mi_read() argument
29 for (i = 0; i < slots; ++i) { in scb_mi_read()
/arch/ia64/include/uapi/asm/
Drse.h47 unsigned long slots = (bsp - bspstore); in ia64_rse_num_regs() local
49 return slots - (ia64_rse_slot_num(bspstore) + slots)/0x40; in ia64_rse_num_regs()
/arch/arm64/kernel/
Dhw_breakpoint.c200 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, in hw_breakpoint_slot_setup() argument
208 slot = &slots[i]; in hw_breakpoint_slot_setup()
238 struct perf_event **slots; in hw_breakpoint_control() local
248 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control()
255 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control()
260 i = hw_breakpoint_slot_setup(slots, max_slots, bp, ops); in hw_breakpoint_control()
591 struct perf_event **slots; in toggle_bp_registers() local
595 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
599 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
607 if (!slots[i]) in toggle_bp_registers()
[all …]
/arch/arm/kernel/
Dhw_breakpoint.c336 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local
347 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint()
353 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint()
358 slot = &slots[i]; in arch_install_hw_breakpoint()
393 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local
399 slots = this_cpu_ptr(bp_on_reg); in arch_uninstall_hw_breakpoint()
404 slots = this_cpu_ptr(wp_on_reg); in arch_uninstall_hw_breakpoint()
410 slot = &slots[i]; in arch_uninstall_hw_breakpoint()
696 struct perf_event *wp, **slots; in watchpoint_handler() local
700 slots = this_cpu_ptr(wp_on_reg); in watchpoint_handler()
[all …]
/arch/arm/mach-omap1/
Ddevices.c96 if (mmc_controller->slots[0].wires == 4 && !cpu_is_omap7xx()) { in omap1_mmc_mux()
99 if (!mmc_controller->slots[0].nomux) in omap1_mmc_mux()
107 if (!mmc_controller->slots[1].nomux) { in omap1_mmc_mux()
112 if (mmc_controller->slots[1].wires == 4) { in omap1_mmc_mux()
163 data->slots[0].features = MMC_OMAP7XX; in omap_mmc_add()
165 data->slots[0].features = MMC_OMAP15XX; in omap_mmc_add()
167 data->slots[0].features = MMC_OMAP16XX; in omap_mmc_add()
Dboard-h3-mmc.c39 .slots[0] = {
Dboard-sx1-mmc.c46 .slots[0] = {
Dboard-h2-mmc.c56 .slots[0] = {
/arch/arm/boot/dts/
Dzx296702-ad1.dts21 num-slots = <1>;
34 num-slots = <1>;
Dexynos5260-xyref5260.dts70 num-slots = <1>;
86 num-slots = <1>;
Dexynos5410-smdk5410.dts44 num-slots = <1>;
56 num-slots = <1>;
Dexynos3250-artik5-eval.dts25 num-slots = <1>;
Dsocfpga_arria10_socdk_sdmmc.dts23 num-slots = <1>;
/arch/x86/kvm/
Diommu.c153 struct kvm_memslots *slots; in kvm_iommu_map_memslots() local
160 slots = kvm_memslots(kvm); in kvm_iommu_map_memslots()
162 kvm_for_each_memslot(memslot, slots) { in kvm_iommu_map_memslots()
323 struct kvm_memslots *slots; in kvm_iommu_unmap_memslots() local
327 slots = kvm_memslots(kvm); in kvm_iommu_unmap_memslots()
329 kvm_for_each_memslot(memslot, slots) in kvm_iommu_unmap_memslots()
Dmmu_audit.c134 struct kvm_memslots *slots; in inspect_spte_has_rmap() local
141 slots = kvm_memslots_for_spte_role(kvm, rev_sp->role); in inspect_spte_has_rmap()
142 slot = __gfn_to_memslot(slots, gfn); in inspect_spte_has_rmap()
198 struct kvm_memslots *slots; in audit_write_protection() local
204 slots = kvm_memslots_for_spte_role(kvm, sp->role); in audit_write_protection()
205 slot = __gfn_to_memslot(slots, sp->gfn); in audit_write_protection()
/arch/arm/mach-omap2/
Dboard-n8x0.c447 .slots[0] = {
456 .slots[1] = {
482 mmc1_data.slots[0].name = "external"; in n8x0_mmc_init()
490 mmc1_data.slots[1].name = "internal"; in n8x0_mmc_init()
491 mmc1_data.slots[1].ban_openended = 1; in n8x0_mmc_init()
/arch/mips/sni/
Deisa.c28 .slots = EISA_MAX_SLOTS,
/arch/sh/boards/mach-r2d/
DKconfig19 with two PCI slots.
/arch/mn10300/unit-asb2305/
Dpci-asb2305.h59 struct irq_info slots[0]; member
/arch/x86/boot/compressed/
Dkaslr.c401 unsigned long slots, random_addr; in find_random_virt_addr() local
413 slots = (KERNEL_IMAGE_SIZE - minimum - image_size) / in find_random_virt_addr()
416 random_addr = kaslr_get_random_long("Virtual") % slots; in find_random_virt_addr()
/arch/arc/kernel/
Dentry-arcv2.S26 # Initial 16 slots are Exception Vectors
41 VECTOR reserved ; Reserved slots
42 VECTOR reserved ; Reserved slots
/arch/arm/kvm/
Dmmu.c382 struct kvm_memslots *slots; in stage2_flush_vm() local
389 slots = kvm_memslots(kvm); in stage2_flush_vm()
390 kvm_for_each_memslot(memslot, slots) in stage2_flush_vm()
808 struct kvm_memslots *slots; in stage2_unmap_vm() local
816 slots = kvm_memslots(kvm); in stage2_unmap_vm()
817 kvm_for_each_memslot(memslot, slots) in stage2_unmap_vm()
1202 struct kvm_memslots *slots = kvm_memslots(kvm); in kvm_mmu_wp_memory_region() local
1203 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot); in kvm_mmu_wp_memory_region()
1536 struct kvm_memslots *slots; in handle_hva_to_gpa() local
1540 slots = kvm_memslots(kvm); in handle_hva_to_gpa()
[all …]
/arch/m68k/
DKconfig.bus26 expansion cards that do not fit in the Zorro slots but fit in e.g.
42 Find out whether you have ISA slots on your motherboard. ISA is the
/arch/sh/cchips/
DKconfig17 PCMCIA controller supporting 2 slots.

12345