/arch/sh/kernel/cpu/sh5/ |
D | probe.c | 68 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/x86/xen/ |
D | efi.c | 134 set_bit(EFI_BOOT, &efi.flags); in xen_efi_init() 135 set_bit(EFI_PARAVIRT, &efi.flags); in xen_efi_init() 136 set_bit(EFI_64BIT, &efi.flags); in xen_efi_init()
|
/arch/xtensa/mm/ |
D | cache.c | 102 set_bit(PG_arch_1, &page->flags); in clear_user_highpage() 119 set_bit(PG_arch_1, &dst->flags); in copy_user_highpage() 143 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/ |
D | cbe_powerbutton.c | 65 set_bit(EV_KEY, dev->evbit); in cbe_powerbutton_init() 66 set_bit(KEY_POWER, dev->keybit); in cbe_powerbutton_init()
|
/arch/s390/mm/ |
D | page-states.c | 122 set_bit(PG_arch_1, &page->flags); in mark_kernel_pmd() 141 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_pud() 162 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_p4d() 184 set_bit(PG_arch_1, &page[i].flags); in mark_kernel_pgd()
|
/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 445 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/powerpc/mm/ |
D | pgtable.c | 96 set_bit(PG_arch_1, &pg->flags); in set_pte_filter() 134 set_bit(PG_arch_1, &pg->flags); in set_pte_filter() 175 set_bit(PG_arch_1, &pg->flags); in set_access_flags_filter()
|
/arch/h8300/include/asm/ |
D | bitops.h | 60 H8300_GEN_BITOP(set_bit, "bset") 63 #define __set_bit(nr, addr) set_bit((nr), (addr))
|
/arch/sparc/lib/ |
D | bitops.S | 80 ENTRY(set_bit) /* %o0=nr, %o1=addr */ 97 ENDPROC(set_bit) 98 EXPORT_SYMBOL(set_bit)
|
/arch/x86/boot/ |
D | bitops.h | 40 static inline void set_bit(int nr, void *addr) in set_bit() function
|
D | cpucheck.c | 157 set_bit(X86_FEATURE_CX8, cpu.flags); in check_cpu() 181 set_bit(X86_FEATURE_PAE, cpu.flags); in check_cpu()
|
/arch/sparc/include/asm/ |
D | bitops_64.h | 22 void set_bit(unsigned long nr, volatile unsigned long *addr);
|
D | bitops_32.h | 42 static inline void set_bit(unsigned long nr, volatile unsigned long *addr) in set_bit() function
|
/arch/arm64/include/asm/ |
D | bitops.h | 29 extern void set_bit(int nr, volatile unsigned long *p);
|
D | sync_bitops.h | 18 #define sync_set_bit(nr, p) set_bit(nr, p)
|
/arch/tile/lib/ |
D | cpumask.c | 46 set_bit(a, maskp); in bitmap_parselist_crop()
|
/arch/m68k/include/asm/ |
D | bitops.h | 59 #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/ |
D | imask.c | 68 set_bit(irq, imask_mask); in unmask_imask_irq()
|
/arch/arm64/kernel/ |
D | arm64ksyms.c | 66 EXPORT_SYMBOL(set_bit);
|
/arch/powerpc/platforms/pasemi/ |
D | dma_lib.c | 144 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/ia64/include/asm/ |
D | tlbflush.h | 57 set_bit(mm->context, ia64_ctx.flushmap); in flush_tlb_mm()
|
/arch/tile/include/asm/ |
D | bitops_32.h | 36 static inline void set_bit(unsigned nr, volatile unsigned long *addr) in set_bit() function
|
/arch/unicore32/mm/ |
D | flush.c | 94 set_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()
|
/arch/arm64/lib/ |
D | bitops.S | 72 bitop set_bit, orr, stset
|
/arch/x86/include/asm/ |
D | cpufeature.h | 131 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) 138 set_bit(bit, (unsigned long *)cpu_caps_set); \
|