Home
last modified time | relevance | path

Searched refs:ctlreg (Results 1 – 16 of 16) sorted by relevance

/arch/s390/include/asm/
A Dctlreg.h87 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]); \
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 …]
A Dlowcore.h148 struct ctlreg kernel_asce; /* 0x0388 */
149 struct ctlreg user_asce; /* 0x0390 */
205 struct ctlreg cregs_save_area[16]; /* 0x1380 */
A Dkprobes.h69 struct ctlreg kprobe_saved_ctl[3];
A Dpgtable.h29 extern struct ctlreg s390_invalid_asce;
/arch/alpha/kernel/
A Dsys_takara.c125 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()
/arch/s390/kernel/
A Dkprobes.c193 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()
A Dwti.c57 struct ctlreg cr6; in wti_irq_disable()
70 struct ctlreg cr6; in wti_irq_enable()
A Dctlreg.c59 struct ctlreg regs[16]; in ctlreg_callback()
A DMakefile42 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
A Dtraps.c274 struct ctlreg cr0; in trap_init()
A Dptrace.c53 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()
A Dsmp.c893 struct ctlreg cregs[16]; in __cpu_disable()
/arch/s390/mm/
A Dinit.c57 struct ctlreg __bootdata_preserved(s390_invalid_asce);
A Dpgalloc.c39 struct ctlreg asce; in __crst_table_upgrade()
/arch/s390/lib/
A Duaccess.c23 struct ctlreg cr1, cr7; in debug_user_asce()
/arch/s390/boot/
A Dvmem.c20 struct ctlreg __bootdata_preserved(s390_invalid_asce);

Completed in 34 milliseconds