Searched refs:ctlreg (Results 1 – 16 of 16) sorted by relevance
87 struct ctlreg { struct99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \ argument101 typecheck(struct ctlreg, array[0]); \118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \120 typecheck(struct ctlreg, array[0]); \146 struct ctlreg new, old; in local_ctl_set_bit()157 struct ctlreg new, old; in local_ctl_clear_bit()196 struct ctlreg reg;224 struct ctlreg reg;238 struct ctlreg reg;[all …]
148 struct ctlreg kernel_asce; /* 0x0388 */149 struct ctlreg user_asce; /* 0x0390 */205 struct ctlreg cregs_save_area[16]; /* 0x1380 */
69 struct ctlreg kprobe_saved_ctl[3];
29 extern struct ctlreg s390_invalid_asce;
125 unsigned int ctlreg = inl(0x500); in takara_init_irq() local128 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() local228 && ((1<<(36-busslot)) & ctlreg)) { in takara_swizzle()
193 struct ctlreg regs[3]; in enable_singlestep()195 struct ctlreg control; in enable_singlestep()196 struct ctlreg start; in enable_singlestep()197 struct ctlreg end; in enable_singlestep()
57 struct ctlreg cr6; in wti_irq_disable()70 struct ctlreg cr6; in wti_irq_enable()
59 struct ctlreg regs[16]; in ctlreg_callback()
42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
274 struct ctlreg cr0; in trap_init()
53 struct ctlreg regs[3]; in update_cr_regs()55 struct ctlreg control; in update_cr_regs()56 struct ctlreg start; in update_cr_regs()57 struct ctlreg end; in update_cr_regs()
893 struct ctlreg cregs[16]; in __cpu_disable()
57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
39 struct ctlreg asce; in __crst_table_upgrade()
23 struct ctlreg cr1, cr7; in debug_user_asce()
20 struct ctlreg __bootdata_preserved(s390_invalid_asce);
Completed in 34 milliseconds