| /arch/arm64/kernel/ |
| A D | hw_breakpoint.c | 198 slot = &slots[i]; in hw_breakpoint_slot_setup() 228 struct perf_event **slots; in hw_breakpoint_control() local 586 struct perf_event **slots; in toggle_bp_registers() local 602 if (!slots[i]) in toggle_bp_registers() 627 struct perf_event *bp, **slots; in do_breakpoint() local 638 bp = slots[i]; in do_breakpoint() 759 struct perf_event *wp, **slots; in do_watchpoint() local 772 wp = slots[i]; in do_watchpoint() 939 struct perf_event **slots; in hw_breakpoint_reset() local 951 if (slots[i]) { in hw_breakpoint_reset() [all …]
|
| /arch/loongarch/kernel/ |
| A D | hw_breakpoint.c | 134 slot = &slots[i]; in hw_breakpoint_slot_setup() 192 struct perf_event **slots; in hw_breakpoint_control() local 206 slots = this_cpu_ptr(bp_on_reg); in hw_breakpoint_control() 210 slots = this_cpu_ptr(wp_on_reg); in hw_breakpoint_control() 432 struct perf_event **slots; in update_bp_registers() local 449 if (!slots[i]) in update_bp_registers() 489 struct perf_event *bp, **slots; in breakpoint_handler() local 491 slots = this_cpu_ptr(bp_on_reg); in breakpoint_handler() 495 bp = slots[i]; in breakpoint_handler() 509 struct perf_event *wp, **slots; in watchpoint_handler() local [all …]
|
| /arch/arm/mach-omap1/ |
| A D | devices.c | 81 if (mmc_controller->slots[0].wires == 4) { in omap1_mmc_mux() 84 if (!mmc_controller->slots[0].nomux) in omap1_mmc_mux() 92 if (!mmc_controller->slots[1].nomux) { in omap1_mmc_mux() 97 if (mmc_controller->slots[1].wires == 4) { in omap1_mmc_mux() 148 data->slots[0].features = MMC_OMAP15XX; in omap_mmc_add() 150 data->slots[0].features = MMC_OMAP16XX; in omap_mmc_add()
|
| A D | board-sx1-mmc.c | 41 .slots[0] = {
|
| /arch/arm/kernel/ |
| A D | hw_breakpoint.c | 340 slots = this_cpu_ptr(bp_on_reg); in arch_install_hw_breakpoint() 346 slots = this_cpu_ptr(wp_on_reg); in arch_install_hw_breakpoint() 351 slot = &slots[i]; in arch_install_hw_breakpoint() 403 slot = &slots[i]; in arch_uninstall_hw_breakpoint() 733 struct perf_event *wp, **slots; in watchpoint_handler() local 745 wp = slots[i]; in watchpoint_handler() 810 wp = slots[closest_match]; in watchpoint_handler() 825 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local 833 wp = slots[i]; in watchpoint_single_step_handler() 858 struct perf_event *bp, **slots; in breakpoint_handler() local [all …]
|
| A D | process.c | 356 unsigned int slots; in sigpage_addr() local 370 slots = ((last - first) >> PAGE_SHIFT) + 1; in sigpage_addr() 372 offset = get_random_u32_below(slots); in sigpage_addr()
|
| /arch/arm/mach-omap2/ |
| A D | board-n8x0.c | 388 .slots[0] = { 397 .slots[1] = { 416 mmc1_data.slots[0].name = "external"; in n8x0_mmc_init() 424 mmc1_data.slots[1].name = "internal"; in n8x0_mmc_init() 425 mmc1_data.slots[1].ban_openended = 1; in n8x0_mmc_init()
|
| /arch/x86/kernel/apic/ |
| A D | x2apic_cluster.c | 206 u32 slots; in x2apic_cluster_probe() local 211 slots = max_t(u32, L1_CACHE_BYTES/sizeof(u32), nr_cpu_ids); in x2apic_cluster_probe() 212 x86_cpu_to_logical_apicid = kcalloc(slots, sizeof(u32), GFP_KERNEL); in x2apic_cluster_probe()
|
| /arch/x86/kvm/ |
| A D | debugfs.c | 94 struct kvm_memslots *slots; in kvm_mmu_rmaps_stat_show() local 117 slots = __kvm_memslots(kvm, i); in kvm_mmu_rmaps_stat_show() 118 kvm_for_each_memslot(slot, bkt, slots) in kvm_mmu_rmaps_stat_show()
|
| /arch/mips/sni/ |
| A D | eisa.c | 27 .slots = EISA_MAX_SLOTS,
|
| /arch/x86/kvm/mmu/ |
| A D | page_track.c | 171 struct kvm_memslots *slots; in kvm_enable_external_write_tracking() local 189 slots = __kvm_memslots(kvm, i); in kvm_enable_external_write_tracking() 190 kvm_for_each_memslot(slot, bkt, slots) { in kvm_enable_external_write_tracking()
|
| /arch/m68k/ |
| A D | Kconfig.bus | 27 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/x86/include/asm/ |
| A D | pci_x86.h | 97 struct irq_info slots[]; member 106 struct irq_info slots[]; member
|
| /arch/powerpc/kvm/ |
| A D | book3s_hv_uvmem.c | 467 struct kvm_memslots *slots; in kvmppc_h_svm_init_start() local 488 slots = kvm_memslots(kvm); in kvmppc_h_svm_init_start() 489 kvm_for_each_memslot(memslot, bkt, slots) { in kvmppc_h_svm_init_start() 496 slots = kvm_memslots(kvm); in kvmppc_h_svm_init_start() 497 kvm_for_each_memslot(m, bkt, slots) { in kvmppc_h_svm_init_start() 832 struct kvm_memslots *slots; in kvmppc_h_svm_init_done() local 842 slots = kvm_memslots(kvm); in kvmppc_h_svm_init_done() 843 kvm_for_each_memslot(memslot, bkt, slots) { in kvmppc_h_svm_init_done()
|
| /arch/sh/boards/mach-r2d/ |
| A D | Kconfig | 20 with two PCI slots.
|
| /arch/s390/kvm/ |
| A D | diag.c | 25 struct kvm_memslots *slots; in do_discard_gfn_range() local 28 slots = kvm_vcpu_memslots(vcpu); in do_discard_gfn_range() 30 kvm_for_each_memslot_in_gfn_range(&iter, slots, gfn_start, gfn_end) { in do_discard_gfn_range()
|
| /arch/arc/kernel/ |
| A D | entry-arcv2.S | 29 # Initial 16 slots are Exception Vectors 44 VECTOR reserved ; Reserved slots 45 VECTOR reserved ; Reserved slots
|
| /arch/arm64/kvm/ |
| A D | mmu.c | 368 struct kvm_memslots *slots; in stage2_flush_vm() local 375 slots = kvm_memslots(kvm); in stage2_flush_vm() 376 kvm_for_each_memslot(memslot, bkt, slots) in stage2_flush_vm() 1045 struct kvm_memslots *slots; in stage2_unmap_vm() local 1053 slots = kvm_memslots(kvm); in stage2_unmap_vm() 1054 kvm_for_each_memslot(memslot, bkt, slots) in stage2_unmap_vm() 1203 struct kvm_memslots *slots = kvm_memslots(kvm); in kvm_mmu_wp_memory_region() local 1204 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot); in kvm_mmu_wp_memory_region() 1231 struct kvm_memslots *slots; in kvm_mmu_split_memory_region() local 1237 slots = kvm_memslots(kvm); in kvm_mmu_split_memory_region() [all …]
|
| /arch/sh/cchips/ |
| A D | Kconfig | 18 PCMCIA controller supporting 2 slots.
|
| /arch/arm/boot/dts/intel/ixp/ |
| A D | intel-ixp4xx-reference-design.dtsi | 106 * PCI slots on the BIXMB425BD base card. 107 * We have up to 4 slots (IDSEL) with 4 swizzled IRQs.
|
| /arch/x86/events/intel/ |
| A D | core.c | 477 EVENT_ATTR_STR(slots, slots, "event=0x00,umask=0x4"); 2670 u64 slots, u64 metrics) in icl_get_topdown_value() argument 2678 delta = slots; in icl_get_topdown_value() 2714 event->hw.saved_slots = slots; in update_saved_topdown_regs() 2721 other->hw.saved_slots = slots; in update_saved_topdown_regs() 2737 u64 slots, metrics; in intel_update_topdown_event() local 2744 if (!slots) in intel_update_topdown_event() 2750 slots = val[0]; in intel_update_topdown_event() 2798 return slots; in intel_update_topdown_event() 6028 EVENT_PTR(slots), [all …]
|
| /arch/powerpc/lib/ |
| A D | rheap.c | 103 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/arm/boot/dts/marvell/ |
| A D | armada-xp-db.dts | 188 * All 6 slots are physically present as 189 * standard PCIe slots on the board.
|
| /arch/x86/kernel/cpu/sgx/ |
| A D | encl.h | 77 DECLARE_BITMAP(slots, SGX_VA_SLOT_COUNT);
|
| /arch/arm64/boot/dts/ti/ |
| A D | k3-j784s4-evm-usxgmii-exp1-exp2.dtso | 4 * and ENET-2 Expansion slots of J784S4 EVM.
|