/arch/mips/alchemy/common/ |
H A D | vss.c | 2 * Au1300 media block power gating (VSS) 14 #define VSS_CLKRST 0x04 /* clock/block control */ 21 /* enable a block as outlined in the databook */ 22 static inline void __enable_block(int block) argument 24 void __iomem *base = (void __iomem *)VSS_ADDR(block); 52 /* disable a block as outlined in the databook */ 53 static inline void __disable_block(int block) argument 55 void __iomem *base = (void __iomem *)VSS_ADDR(block); 69 void au1300_vss_block_control(int block, int enable) argument 76 /* only one block a [all...] |
/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-interrupt-decodes.c | 51 void __cvmx_interrupt_gmxx_rxx_int_en_enable(int index, int block) argument 54 cvmx_write_csr(CVMX_GMXX_RXX_INT_REG(index, block), 55 cvmx_read_csr(CVMX_GMXX_RXX_INT_REG(index, block))); 227 cvmx_write_csr(CVMX_GMXX_RXX_INT_EN(index, block), gmx_rx_int_en.u64); 232 void __cvmx_interrupt_pcsx_intx_en_reg_enable(int index, int block) argument 235 cvmx_write_csr(CVMX_PCSX_INTX_REG(index, block), 236 cvmx_read_csr(CVMX_PCSX_INTX_REG(index, block))); 268 cvmx_write_csr(CVMX_PCSX_INTX_EN_REG(index, block), pcs_int_en_reg.u64);
|
H A D | cvmx-interrupt-rsl.c | 42 void __cvmx_interrupt_gmxx_rxx_int_en_enable(int index, int block); 48 * @block: Interface to enable 0-1 50 void __cvmx_interrupt_asxx_enable(int block) argument 65 csr.u64 = cvmx_read_csr(CVMX_ASXX_INT_EN(block)); 69 cvmx_write_csr(CVMX_ASXX_INT_EN(block), csr.u64);
|
/arch/arm/mach-cns3xxx/ |
H A D | pm.c | 18 void cns3xxx_pwr_clk_en(unsigned int block) argument 22 reg |= (block & PM_CLK_GATE_REG_MASK); 27 void cns3xxx_pwr_clk_dis(unsigned int block) argument 31 reg &= ~(block & PM_CLK_GATE_REG_MASK); 36 void cns3xxx_pwr_power_up(unsigned int block) argument 40 reg &= ~(block & CNS3XXX_PWR_PLL_ALL); 48 void cns3xxx_pwr_power_down(unsigned int block) argument 53 reg |= (block & CNS3XXX_PWR_PLL_ALL); 58 static void cns3xxx_pwr_soft_rst_force(unsigned int block) argument 66 if (block 78 cns3xxx_pwr_soft_rst(unsigned int block) argument [all...] |
/arch/x86/kernel/ |
H A D | step.c | 150 * If not, we should never attempt a block step. 161 * Enable single or block step. 163 static void enable_step(struct task_struct *child, bool block) argument 166 * Make sure block stepping (BTF) is not enabled unless it should be. 168 * instructions after the first when using block stepping. 169 * So no one should try to use debugger block stepping in a program 172 if (enable_single_step(child) && block) { 200 * Make sure block stepping (BTF) is disabled.
|
/arch/powerpc/include/asm/ |
H A D | rheap.h | 30 rh_block_t *block; member in struct:_rh_info 55 /* Initialize in place a remote info block */ 57 rh_block_t * block); 86 /* Set owner of taken block */
|
/arch/arm/mach-omap2/ |
H A D | sram242x.S | 260 block: label 265 bne block @ loop if not
|
H A D | sram243x.S | 260 block: label 265 bne block @ loop if not
|
/arch/arm/boot/compressed/ |
H A D | sdhi-shmobile.c | 226 unsigned long block, unsigned short *buf) 237 cmd.arg = block; 239 cmd.arg = block * TMIO_BBS; 437 /* CMD16 - Set the block size */ 225 sdhi_boot_do_read_single(void __iomem *base, int high_capacity, unsigned long block, unsigned short *buf) argument
|
/arch/arm/mach-ux500/ |
H A D | mbox-db5500.c | 69 int mbox_send(struct mbox *mbox, u32 mbox_msg, bool block) argument 83 if (!block) {
|
/arch/cris/arch-v32/kernel/ |
H A D | irq.c | 210 /* Remember, 1 let thru, 0 block. */ 234 /* Remember, 1 let thru, 0 block. */ 332 crisv32_do_IRQ(int irq, int block, struct pt_regs* regs) argument 339 if (!block) {
|
/arch/powerpc/lib/ |
H A D | rheap.c | 47 rh_block_t *block, *blk; local 57 block = kmalloc(sizeof(rh_block_t) * max_blocks, GFP_ATOMIC); 58 if (block == NULL) 63 /* copy old block area */ 64 memcpy(block, info->block, 67 delta = (char *)block - (char *)info->block; 70 blks = (unsigned long)info->block; 71 blke = (unsigned long)(info->block 300 rh_init(rh_info_t * info, unsigned int alignment, int max_blocks, rh_block_t * block) argument [all...] |
/arch/sparc/include/asm/ |
H A D | viking.h | 107 #define VIKING_PTAG_VALID 0x01000000 /* Cache block is valid */ 163 static inline void viking_get_dcache_ptag(int set, int block, argument 166 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) |
|
/arch/s390/crypto/ |
H A D | aes_s390.c | 52 u8 block[16]; member in struct:pcc_param 625 memset(xts_ctx->pcc.block, 0, sizeof(xts_ctx->pcc.block)); 788 * final block may be < AES_BLOCK_SIZE, copy only nbytes
|
/arch/x86/kernel/cpu/mcheck/ |
H A D | mce_amd.c | 49 unsigned int block; member in struct:threshold_block 108 "for bank %d, block %d (MSR%08X=0x%x%08x)\n", b->cpu, 109 b->bank, b->block, b->address, hi, lo); 115 "for bank %d, block %d (MSR%08X=0x%x%08x)\n", 116 b->cpu, apic, b->bank, b->block, b->address, hi, lo); 199 unsigned int bank, block; local 203 for (block = 0; block < NR_BLOCKS; ++block) { 204 if (block 260 unsigned int bank, block; local 466 allocate_threshold_blocks(unsigned int cpu, unsigned int bank, unsigned int block, u32 address) argument [all...] |
/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 22 int base_msr; /* start address of an MTRR block */ 23 int ranges; /* number of MTRRs in this block */ 575 int block = -1, range; local 579 while (fixed_range_blocks[++block].ranges) { 580 for (range = 0; range < fixed_range_blocks[block].ranges; range++) 581 set_fixed_range(fixed_range_blocks[block].base_msr + range,
|
/arch/x86/platform/mrst/ |
H A D | mrst.c | 607 * msic_generic_platform_data - sets generic platform data for the block 608 * @info: pointer to the SFI device table entry for this block 609 * @block: MSIC block 614 static void *msic_generic_platform_data(void *info, enum intel_msic_block block) argument 618 BUG_ON(block < 0 || block >= INTEL_MSIC_BLOCK_LAST); 619 msic_pdata.irq[block] = entry->irq;
|
/arch/sparc/mm/ |
H A D | init_64.c | 2123 void *block; local 2126 block = vmemmap_alloc_block(1UL << 22, node); 2127 if (!block) 2130 *vmem_pp = pte_base | __pa(block); 2133 "node=%d entry=%lu/%lu\n", start, block, nr,
|
/arch/ia64/kernel/ |
H A D | perfmon.c | 262 unsigned int block:1; /* when 1, task will blocked on user notifications */ member in struct:__anon1822 275 #define PFM_TRAP_REASON_BLOCK 0x1 /* we need to block on overflow */ 286 pfm_context_flags_t ctx_flags; /* bitmask of flags (block reason incl.) */ 355 #define ctx_fl_block ctx_flags.block 1877 * not provide a mechanism to block migration (while the context is loaded). 2006 * The task is currently blocked or will block after an overflow. 2430 * cannot block in this mode 2599 * cannot block in self-monitoring mode 3657 * the task is blocked or on its way to block. That's the normal 5073 DPRINT(("before block sleepin [all...] |