Searched refs:ctlreg (Results 1 – 17 of 17) sorted by relevance
/linux/arch/s390/include/asm/ |
H A D | ctlreg.h | 87 struct ctlreg { struct 99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \ argument 101 typecheck(struct ctlreg, array[0]); \ 118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \ 120 typecheck(struct ctlreg, array[0]); \ 127 static __always_inline void local_ctl_load(unsigned int cr, struct ctlreg *reg) in local_ctl_load() 136 static __always_inline void local_ctl_store(unsigned int cr, struct ctlreg *reg) in local_ctl_store() 144 static __always_inline struct ctlreg local_ctl_set_bit(unsigned int cr, unsigned int bit) in local_ctl_set_bit() 146 struct ctlreg new, old; in local_ctl_set_bit() 155 static __always_inline struct ctlreg local_ctl_clear_bit(unsigned int cr, unsigned int bit) in local_ctl_clear_bit() [all …]
|
H A D | lowcore.h | 147 struct ctlreg kernel_asce; /* 0x0388 */ 148 struct ctlreg user_asce; /* 0x0390 */ 206 struct ctlreg cregs_save_area[16]; /* 0x1380 */
|
H A D | kprobes.h | 69 struct ctlreg kprobe_saved_ctl[3];
|
/linux/arch/alpha/kernel/ |
H A D | sys_takara.c | 125 unsigned int ctlreg = inl(0x500); in takara_init_irq() local 128 ctlreg &= ~0x8000; in takara_init_irq() 129 outl(ctlreg, 0x500); in takara_init_irq() 132 ctlreg = 0x05107c00; in takara_init_irq() 133 outl(ctlreg, 0x500); in takara_init_irq() 218 unsigned int ctlreg = inl(0x500); in takara_swizzle() local 228 && ((1<<(36-busslot)) & ctlreg)) { in takara_swizzle()
|
/linux/drivers/mtd/nand/raw/ |
H A D | r852.c | 324 dev->ctlreg &= ~(R852_CTL_DATA | R852_CTL_COMMAND | in r852_cmdctl() 328 dev->ctlreg |= R852_CTL_DATA; in r852_cmdctl() 331 dev->ctlreg |= R852_CTL_COMMAND; in r852_cmdctl() 334 dev->ctlreg |= (R852_CTL_CARDENABLE | R852_CTL_ON); in r852_cmdctl() 336 dev->ctlreg &= ~R852_CTL_WRITE; in r852_cmdctl() 340 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl() 342 r852_write_reg(dev, R852_CTL, dev->ctlreg); in r852_cmdctl() 347 if (dat == NAND_CMD_SEQIN && (dev->ctlreg & R852_CTL_COMMAND)) { in r852_cmdctl() 348 dev->ctlreg |= R852_CTL_WRITE; in r852_cmdctl() 349 r852_write_reg(dev, R852_CTL, dev->ctlreg); in r852_cmdctl() [all …]
|
H A D | r852.h | 142 uint8_t ctlreg; /* cached contents of control reg */ member
|
/linux/arch/s390/kernel/ |
H A D | wti.c | 57 struct ctlreg cr6; in wti_irq_disable() 70 struct ctlreg cr6; in wti_irq_enable()
|
H A D | ctlreg.c | 58 struct ctlreg regs[16]; in ctlreg_callback()
|
H A D | Makefile | 42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
|
H A D | ptrace.c | 50 struct ctlreg regs[3]; in update_cr_regs() 52 struct ctlreg control; in update_cr_regs() 53 struct ctlreg start; in update_cr_regs() 54 struct ctlreg end; in update_cr_regs()
|
H A D | smp.c | 908 struct ctlreg cregs[16]; in __cpu_disable()
|
/linux/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 266 u8 ctlreg, reg; in lis3lv02d_selftest() local 290 ctlreg = CTRL_REG4; in lis3lv02d_selftest() 293 ctlreg = CTRL_REG1; in lis3lv02d_selftest() 300 lis3->read(lis3, ctlreg, ®); in lis3lv02d_selftest() 301 lis3->write(lis3, ctlreg, (reg | selftest)); in lis3lv02d_selftest() 312 lis3->write(lis3, ctlreg, reg); in lis3lv02d_selftest()
|
/linux/arch/s390/lib/ |
H A D | uaccess.c | 20 struct ctlreg cr1, cr7; in debug_user_asce()
|
/linux/arch/s390/mm/ |
H A D | init.c | 57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
|
/linux/arch/s390/boot/ |
H A D | vmem.c | 16 struct ctlreg __bootdata_preserved(s390_invalid_asce);
|
/linux/drivers/s390/char/ |
H A D | sclp.c | 709 struct ctlreg cr0, cr0_sync; in sclp_sync_wait()
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 775 * ctlreg and slimem binary attributes added to support libdfc
|