Searched refs:find_first_zero_bit (Results 1 – 20 of 20) sorted by relevance
| /arch/m68k/include/asm/ |
| A D | bitops.h | 353 static inline int find_first_zero_bit(const unsigned long *vaddr, in find_first_zero_bit() function 377 #define find_first_zero_bit find_first_zero_bit macro 405 return offset + find_first_zero_bit(p, size - offset); in find_next_zero_bit()
|
| /arch/sh/kernel/cpu/irq/ |
| A D | imask.c | 70 find_first_zero_bit(imask_mask, IMASK_PRIORITY); in unmask_imask_irq()
|
| /arch/arm/include/asm/ |
| A D | bitops.h | 202 #define find_first_zero_bit(p,sz) _find_first_zero_bit_le(p,sz) macro 211 #define find_first_zero_bit(p,sz) _find_first_zero_bit_be(p,sz) macro
|
| /arch/sh/boards/mach-x3proto/ |
| A D | ilsel.c | 102 bit = find_first_zero_bit(&ilsel_level_map, ILSEL_LEVELS); in ilsel_enable()
|
| /arch/loongarch/kernel/ |
| A D | acpi.c | 81 cpu = find_first_zero_bit(cpumask_bits(cpu_present_mask), NR_CPUS); in set_processor_mask() 87 cpu = find_first_zero_bit(cpumask_bits(cpu_possible_mask), NR_CPUS); in set_processor_mask()
|
| A D | smp.c | 333 cpu = find_first_zero_bit(cpumask_bits(cpu_present_mask), NR_CPUS); in fdt_smp_setup()
|
| /arch/mips/mm/ |
| A D | context.c | 168 mmid = find_first_zero_bit(mmid_map, num_mmids); in get_new_mmid()
|
| /arch/mips/sgi-ip27/ |
| A D | ip27-irq.c | 42 level = find_first_zero_bit(hub_irq_map, IP27_HUB_IRQ_COUNT); in alloc_level()
|
| /arch/sh/kernel/ |
| A D | perf_event.c | 254 idx = find_first_zero_bit(cpuc->used_mask, sh_pmu->num_events); in sh_pmu_add()
|
| /arch/mips/sgi-ip30/ |
| A D | ip30-irq.c | 34 bit = find_first_zero_bit(heart_irq_map, HEART_NUM_IRQS); in heart_alloc_int()
|
| /arch/xtensa/kernel/ |
| A D | perf_event.c | 297 idx = find_first_zero_bit(ev->used_mask, in xtensa_pmu_add()
|
| /arch/x86/kernel/cpu/sgx/ |
| A D | encl.c | 1273 int slot = find_first_zero_bit(va_page->slots, SGX_VA_SLOT_COUNT); in sgx_alloc_va_slot() 1301 int slot = find_first_zero_bit(va_page->slots, SGX_VA_SLOT_COUNT); in sgx_va_page_full()
|
| /arch/s390/pci/ |
| A D | pci.c | 463 entry = find_first_zero_bit(zpci_iomap_bitmap, ZPCI_IOMAP_ENTRIES); in zpci_alloc_iomap() 665 domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in __zpci_alloc_domain()
|
| /arch/um/drivers/ |
| A D | virt-pci.c | 371 bit = find_first_zero_bit(um_pci_msi_used, MAX_MSI_VECTORS); in um_pci_inner_domain_alloc()
|
| /arch/sh/mm/ |
| A D | pmb.c | 227 pos = find_first_zero_bit(pmb_map, NR_PMB_ENTRIES); in pmb_alloc_entry()
|
| /arch/powerpc/sysdev/xive/ |
| A D | spapr.c | 89 irq = find_first_zero_bit(xibm->bitmap, xibm->count); in __xive_irq_bitmap_alloc()
|
| /arch/powerpc/kvm/ |
| A D | book3s_hv_uvmem.c | 707 bit = find_first_zero_bit(kvmppc_uvmem_bitmap, in kvmppc_uvmem_get_page()
|
| /arch/powerpc/kernel/ |
| A D | pci-common.c | 114 phb_id = find_first_zero_bit(phb_bitmap, MAX_PHBS); in get_phb_number()
|
| /arch/x86/kernel/apic/ |
| A D | io_apic.c | 2462 new_id = find_first_zero_bit(used, 256); in io_apic_unique_id()
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.c | 3934 vpid = find_first_zero_bit(vmx_vpid_bitmap, VMX_NR_VPIDS); in allocate_vpid()
|
Completed in 53 milliseconds