Home
last modified time | relevance | path

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

1234

/arch/ia64/scripts/
Dunwcheck.py27 def check_func (func, slots, rlen_sum): argument
28 if slots != rlen_sum:
32 print "ERROR: %s: %lu slots, total region length = %lu" % (func, slots, rlen_sum)
38 slots = 0 variable
43 check_func(func, slots, rlen_sum)
48 slots = 3 * (end - start) / 16 variable
55 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.h48 unsigned long slots = (bsp - bspstore); in ia64_rse_num_regs() local
50 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()
592 struct perf_event **slots; in toggle_bp_registers() local
596 slots = this_cpu_ptr(bp_on_reg); in toggle_bp_registers()
600 slots = this_cpu_ptr(wp_on_reg); in toggle_bp_registers()
608 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 …]
Dprocess.c381 unsigned int slots; in sigpage_addr() local
395 slots = ((last - first) >> PAGE_SHIFT) + 1; in sigpage_addr()
397 offset = get_random_int() % slots; in sigpage_addr()
/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/x86/kvm/
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.c445 .slots[0] = {
454 .slots[1] = {
480 mmc1_data.slots[0].name = "external"; in n8x0_mmc_init()
488 mmc1_data.slots[1].name = "internal"; in n8x0_mmc_init()
489 mmc1_data.slots[1].ban_openended = 1; in n8x0_mmc_init()
/arch/mips/sni/
Deisa.c28 .slots = EISA_MAX_SLOTS,
/arch/mn10300/unit-asb2305/
Dpci-asb2305.h59 struct irq_info slots[0]; member
/arch/sh/boards/mach-r2d/
DKconfig20 with two PCI slots.
/arch/m68k/
DKconfig.bus27 expansion cards that do not fit in the Zorro slots but fit in e.g.
43 Find out whether you have ISA slots on your motherboard. ISA is the
/arch/arc/kernel/
Dentry-arcv2.S31 # Initial 16 slots are Exception Vectors
46 VECTOR reserved ; Reserved slots
47 VECTOR reserved ; Reserved slots
/arch/arm/boot/dts/
Dsocfpga_arria10_socdk_sdmmc.dts23 num-slots = <1>;
Dsocfpga_arria5.dtsi33 num-slots = <1>;
Dsocfpga_cyclone5.dtsi34 num-slots = <1>;
Dsocfpga_vt.dts45 num-slots = <1>;
/arch/sh/cchips/
DKconfig18 PCMCIA controller supporting 2 slots.
/arch/powerpc/lib/
Drheap.c103 static int assure_empty(rh_info_t * info, int slots) in assure_empty() argument
108 if (slots >= 4) in assure_empty()
112 if (info->empty_slots >= slots) in assure_empty()
116 max_blocks = ((info->max_blocks + slots) + 15) & ~15; in assure_empty()
/arch/x86/boot/compressed/
Dkaslr.c690 unsigned long slots, random_addr; in find_random_virt_addr() local
702 slots = (KERNEL_IMAGE_SIZE - minimum - image_size) / in find_random_virt_addr()
705 random_addr = kaslr_get_random_long("Virtual") % slots; in find_random_virt_addr()
/arch/alpha/
DKconfig167 slots, 4 PCI slots (one pair are on a shared slot), uses plug-in
181 ISA and PCI expansion (3 ISA slots, 2 64-bit PCI slots (one is
182 shared with an ISA slot) and 2 32-bit PCI slots. Uses plus-in
312 # Most of these machines have ISA slots; not exactly sure which don't,
318 Find out whether you have ISA slots on your motherboard. ISA is the
358 5 ISA slots and 3 PCI slots (one pair are a shared slot). There are

1234