Home
last modified time | relevance | path

Searched refs:kernel_asce (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/lib/
H A Duaccess.c24 if (cr1.val == get_lowcore()->kernel_asce.val && cr7.val == get_lowcore()->user_asce.val) in debug_user_asce()
30 get_lowcore()->kernel_asce.val, get_lowcore()->user_asce.val); in debug_user_asce()
/linux/arch/s390/boot/
H A Dvmem.c555 get_lowcore()->kernel_asce.val = swapper_pg_dir | asce_bits; in setup_vmem()
558 local_ctl_load(1, &get_lowcore()->kernel_asce); in setup_vmem()
560 local_ctl_load(13, &get_lowcore()->kernel_asce); in setup_vmem()
562 init_mm.context.asce = get_lowcore()->kernel_asce.val; in setup_vmem()
/linux/arch/s390/include/asm/
H A Dlowcore.h147 struct ctlreg kernel_asce; /* 0x0388 */ member
/linux/arch/s390/kernel/
H A Dsetup.c452 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
/linux/arch/s390/mm/
H A Ddump_pagetables.c291 max_addr = (get_lowcore()->kernel_asce.val & _REGION_ENTRY_TYPE_MASK) >> 2; in pt_dump_init()