Home
last modified time | relevance | path

Searched refs:set_bit (Results 1 – 25 of 133) sorted by relevance

123456

/arch/x86/xen/
Defi.c42 set_bit(EFI_BOOT, &efi.flags); in xen_efi_init()
43 set_bit(EFI_PARAVIRT, &efi.flags); in xen_efi_init()
44 set_bit(EFI_64BIT, &efi.flags); in xen_efi_init()
/arch/sh/kernel/cpu/sh5/
Dprobe.c68 set_bit(SH_CACHE_MODE_WT, &(boot_cpu_data.dcache.flags)); in cpu_probe()
70 set_bit(SH_CACHE_MODE_WB, &(boot_cpu_data.dcache.flags)); in cpu_probe()
/arch/arm64/kernel/
Defi.c106 set_bit(EFI_BOOT, &efi.flags); in uefi_init()
107 set_bit(EFI_64BIT, &efi.flags); in uefi_init()
203 set_bit(EFI_MEMMAP, &efi.flags); in reserve_regions()
309 set_bit(EFI_SYSTEM_TABLES, &efi.flags); in arm64_enable_runtime_services()
318 set_bit(EFI_RUNTIME_SERVICES, &efi.flags); in arm64_enable_runtime_services()
Darm64ksyms.c58 EXPORT_SYMBOL(set_bit);
Dcpuinfo.c188 set_bit(ICACHEF_ALIASING, &__icache_flags); in cpuinfo_detect_icache_policy()
191 set_bit(ICACHEF_AIVIVT, &__icache_flags); in cpuinfo_detect_icache_policy()
/arch/xtensa/mm/
Dcache.c102 set_bit(PG_arch_1, &page->flags); in clear_user_highpage()
118 set_bit(PG_arch_1, &dst->flags); in copy_user_highpage()
145 set_bit(PG_arch_1, &page->flags); in flush_dcache_page()
248 set_bit(PG_arch_1, &page->flags); in update_mmu_cache()
/arch/powerpc/platforms/cell/
Dcbe_powerbutton.c65 set_bit(EV_KEY, dev->evbit); in cbe_powerbutton_init()
66 set_bit(KEY_POWER, dev->keybit); in cbe_powerbutton_init()
/arch/powerpc/mm/
Dpgtable.c82 set_bit(PG_arch_1, &pg->flags); in set_pte_filter()
120 set_bit(PG_arch_1, &pg->flags); in set_pte_filter()
161 set_bit(PG_arch_1, &pg->flags); in set_access_flags_filter()
/arch/x86/platform/olpc/
Dolpc-xo1-sci.c445 set_bit(EV_KEY, power_button_idev->evbit); in setup_power_button()
446 set_bit(KEY_POWER, power_button_idev->keybit); in setup_power_button()
475 set_bit(EV_SW, ebook_switch_idev->evbit); in setup_ebook_switch()
476 set_bit(SW_TABLET_MODE, ebook_switch_idev->swbit); in setup_ebook_switch()
505 set_bit(EV_SW, lid_switch_idev->evbit); in setup_lid_switch()
506 set_bit(SW_LID, lid_switch_idev->swbit); in setup_lid_switch()
/arch/x86/boot/
Dbitops.h38 static inline void set_bit(int nr, void *addr) in set_bit() function
Dcpucheck.c147 set_bit(X86_FEATURE_CX8, cpu.flags); in check_cpu()
171 set_bit(X86_FEATURE_PAE, cpu.flags); in check_cpu()
/arch/sparc/include/asm/
Dbitops_64.h21 void set_bit(unsigned long nr, volatile unsigned long *addr);
Dbitops_32.h41 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) in set_bit() function
/arch/arm64/include/asm/
Dbitops.h29 extern void set_bit(int nr, volatile unsigned long *p);
Dsync_bitops.h17 #define sync_set_bit(nr, p) set_bit(nr, p)
/arch/tile/lib/
Dcpumask.c46 set_bit(a, maskp); in bitmap_parselist_crop()
/arch/s390/kernel/
Dtime.c500 set_bit(CLOCK_SYNC_HAS_ETR, &clock_sync_flags); in etr_reset()
502 set_bit(CLOCK_SYNC_ETR, &clock_sync_flags); in etr_reset()
522 set_bit(ETR_EVENT_PORT0_CHANGE, &etr_events); in etr_init()
526 set_bit(ETR_EVENT_PORT1_CHANGE, &etr_events); in etr_init()
588 set_bit(ETR_EVENT_PORT0_CHANGE, &etr_events); in etr_timing_alert()
591 set_bit(ETR_EVENT_PORT1_CHANGE, &etr_events); in etr_timing_alert()
597 set_bit(ETR_EVENT_PORT_ALERT, &etr_events); in etr_timing_alert()
603 set_bit(ETR_EVENT_UPDATE, &etr_events); in etr_timeout()
1216 set_bit(CLOCK_SYNC_ETR, &clock_sync_flags); in etr_online_store()
1219 set_bit(ETR_EVENT_PORT0_CHANGE, &etr_events); in etr_online_store()
[all …]
/arch/m68k/include/asm/
Dbitops.h59 #define set_bit(nr, vaddr) bset_reg_set_bit(nr, vaddr) macro
61 #define set_bit(nr, vaddr) bset_mem_set_bit(nr, vaddr) macro
63 #define set_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
68 #define __set_bit(nr, vaddr) set_bit(nr, vaddr)
/arch/sh/kernel/cpu/irq/
Dimask.c67 set_bit(irq, imask_mask); in unmask_imask_irq()
/arch/tile/include/asm/
Dbitops_32.h36 static inline void set_bit(unsigned nr, volatile unsigned long *addr) in set_bit() function
/arch/ia64/include/asm/
Dtlbflush.h56 set_bit(mm->context, ia64_ctx.flushmap); in flush_tlb_mm()
/arch/powerpc/platforms/pasemi/
Ddma_lib.c144 set_bit(chan, txch_free); in pasemi_free_tx_chan()
163 set_bit(chan, rxch_free); in pasemi_free_rx_chan()
412 set_bit(flag, flags_free); in pasemi_dma_free_flag()
477 set_bit(fun, fun_free); in pasemi_dma_free_fun()
/arch/arm/mach-at91/
Dirq.c57 #define set_backup(bit) set_bit(bit, backups)
81 set_bit(d->hwirq, wakeups); in at91_aic_set_wake()
/arch/unicore32/mm/
Dflush.c94 set_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()
/arch/sparc/lib/
Dbitops.S75 ENTRY(set_bit) /* %o0=nr, %o1=addr */
92 ENDPROC(set_bit)

123456