/arch/ia64/scripts/ |
D | unwcheck.py | 26 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/ |
D | scb-init.c | 14 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/ |
D | rse.h | 47 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/ |
D | hw_breakpoint.c | 200 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/ |
D | hw_breakpoint.c | 336 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/ |
D | devices.c | 96 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()
|
D | board-h3-mmc.c | 39 .slots[0] = {
|
D | board-sx1-mmc.c | 46 .slots[0] = {
|
D | board-h2-mmc.c | 56 .slots[0] = {
|
/arch/arm/boot/dts/ |
D | zx296702-ad1.dts | 21 num-slots = <1>; 34 num-slots = <1>;
|
D | exynos5260-xyref5260.dts | 70 num-slots = <1>; 86 num-slots = <1>;
|
D | exynos5410-smdk5410.dts | 44 num-slots = <1>; 56 num-slots = <1>;
|
D | exynos3250-artik5-eval.dts | 25 num-slots = <1>;
|
D | socfpga_arria10_socdk_sdmmc.dts | 23 num-slots = <1>;
|
/arch/x86/kvm/ |
D | iommu.c | 153 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()
|
D | mmu_audit.c | 134 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/ |
D | board-n8x0.c | 447 .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/ |
D | eisa.c | 28 .slots = EISA_MAX_SLOTS,
|
/arch/sh/boards/mach-r2d/ |
D | Kconfig | 19 with two PCI slots.
|
/arch/mn10300/unit-asb2305/ |
D | pci-asb2305.h | 59 struct irq_info slots[0]; member
|
/arch/x86/boot/compressed/ |
D | kaslr.c | 401 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/ |
D | entry-arcv2.S | 26 # Initial 16 slots are Exception Vectors 41 VECTOR reserved ; Reserved slots 42 VECTOR reserved ; Reserved slots
|
/arch/arm/kvm/ |
D | mmu.c | 382 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/ |
D | Kconfig.bus | 26 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/ |
D | Kconfig | 17 PCMCIA controller supporting 2 slots.
|