/arch/mips/emma/markeins/ |
D | irq.c | 183 u32 bitmask; in emma2rh_irq_dispatch() local 194 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 195 if (swIntStatus & bitmask) { in emma2rh_irq_dispatch() 205 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 206 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 220 for (i = 0, bitmask = 1; i < 32; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 221 if (gpioIntStatus & bitmask) { in emma2rh_irq_dispatch() 231 for (i = 32, bitmask = 1; i < 64; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() 232 if (intStatus & bitmask) { in emma2rh_irq_dispatch() 241 for (i = 64, bitmask = 1; i < 96; i++, bitmask <<= 1) { in emma2rh_irq_dispatch() [all …]
|
/arch/sh/kernel/cpu/irq/ |
D | intc-sh5.c | 85 unsigned long bitmask; in enable_intc_irq() local 92 bitmask = 1 << irq; in enable_intc_irq() 95 bitmask = 1 << (irq - 32); in enable_intc_irq() 98 __raw_writel(bitmask, reg); in enable_intc_irq() 105 unsigned long bitmask; in disable_intc_irq() local 109 bitmask = 1 << irq; in disable_intc_irq() 112 bitmask = 1 << (irq - 32); in disable_intc_irq() 115 __raw_writel(bitmask, reg); in disable_intc_irq()
|
/arch/mips/pci/ |
D | msi-octeon.c | 223 u64 bitmask; in arch_teardown_msi_irq() local 248 bitmask = (1 << number_irqs) - 1; in arch_teardown_msi_irq() 250 bitmask <<= irq0; in arch_teardown_msi_irq() 251 if ((msi_free_irq_bitmask[index] & bitmask) != bitmask) in arch_teardown_msi_irq() 257 msi_free_irq_bitmask[index] &= ~bitmask; in arch_teardown_msi_irq() 258 msi_multiple_irq_bitmask[index] &= ~bitmask; in arch_teardown_msi_irq()
|
/arch/h8300/kernel/ |
D | ptrace_h.c | 43 unsigned char bitmask; member 51 .bitmask = msk, \ 224 if ((inst & op->bitmask) == op->bitpattern) { in nextpc()
|
/arch/alpha/lib/ |
D | ev67-strlen.S | 34 cmpbge $31, $1, $2 # E : $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | strlen.S | 29 cmpbge $31, $1, $2 # $2 <- bitmask: bit i == 1 <==> i-th byte == 0
|
D | stxncpy.S | 129 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte 331 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxncpy.S | 163 sll t10, t2, t10 # U : t10 = bitmask of last count byte 379 negq t8, t6 # E : build bitmask of bytes <= zero
|
D | stxcpy.S | 272 negq t8, t6 # .. e1 : build bitmask of bytes <= zero
|
D | ev6-stxcpy.S | 301 negq t8, t6 # E : build bitmask of bytes <= zero
|
/arch/x86/kvm/ |
D | pmu.c | 217 u64 bitmask; in kvm_pmu_handle_event() local 220 bitmask = pmu->reprogram_pmi; in kvm_pmu_handle_event() 222 for_each_set_bit(bit, (unsigned long *)&bitmask, X86_PMC_IDX_MAX) { in kvm_pmu_handle_event()
|
D | vmx.c | 583 u32 bitmask; /* 4 bits per segment (1 bit per field) */ member 1614 vmx->segment_cache.bitmask = 0; in vmx_segment_cache_clear() 1625 vmx->segment_cache.bitmask = 0; in vmx_segment_cache_test_set() 1627 ret = vmx->segment_cache.bitmask & mask; in vmx_segment_cache_test_set() 1628 vmx->segment_cache.bitmask |= mask; in vmx_segment_cache_test_set()
|
/arch/ia64/kernel/ |
D | unaligned.c | 455 unsigned long bitmask; in setreg() local 495 bitmask = 1UL << (addr >> 3 & 0x3f); in setreg() 498 *unat |= bitmask; in setreg() 500 *unat &= ~bitmask; in setreg()
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 525 This is a bitmask with information of what bits in PA that a user 535 This is a bitmask with information of what bits in PA that a user 545 This is a bitmask with information of what bits in PB that a user 555 This is a bitmask with information of what bits in PB that a user
|
/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 2629 uint64_t bitmask:16; member 2635 uint64_t bitmask:16; 2715 uint64_t bitmask:8; member 2725 uint64_t bitmask:8; 2758 uint64_t bitmask:64; member 2760 uint64_t bitmask:64; 3250 uint64_t bitmask:8; member 3258 uint64_t bitmask:8; 3287 uint64_t bitmask:8; member 3291 uint64_t bitmask:8;
|
/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 217 ! r8 passes SR bitmask, overwritten with restored data on return
|
/arch/tile/kernel/ |
D | hvglue_trace.c | 244 HV_WRAP1(void, hv_set_caching, unsigned long, bitmask)
|
/arch/tile/include/hv/ |
D | hypervisor.h | 1398 void hv_set_caching(unsigned long bitmask);
|