Searched refs:kernel_asce (Results 1 – 11 of 11) sorted by relevance
| /arch/s390/include/asm/ |
| A D | mmu_context.h | 116 local_ctl_load(1, &get_lowcore()->kernel_asce); in finish_arch_post_lock_switch() 130 local_ctl_load(1, &get_lowcore()->kernel_asce); in activate_mm()
|
| A D | asce.h | 18 local_ctl_load(1, &get_lowcore()->kernel_asce); in enable_sacf_uaccess()
|
| A D | lowcore.h | 148 struct ctlreg kernel_asce; /* 0x0388 */ member
|
| /arch/s390/boot/ |
| A D | vmem.c | 557 get_lowcore()->kernel_asce.val = swapper_pg_dir | asce_bits; in setup_vmem() 560 local_ctl_load(1, &get_lowcore()->kernel_asce); in setup_vmem() 562 local_ctl_load(13, &get_lowcore()->kernel_asce); in setup_vmem() 564 init_mm.context.asce = get_lowcore()->kernel_asce.val; in setup_vmem()
|
| /arch/s390/lib/ |
| A D | uaccess.c | 33 lc->kernel_asce.val, lc->user_asce.val); in debug_user_asce()
|
| /arch/s390/kernel/ |
| A D | setup.c | 450 lc->kernel_asce = get_lowcore()->kernel_asce; in setup_lowcore()
|
| A D | asm-offsets.c | 135 OFFSET(__LC_KERNEL_ASCE, lowcore, kernel_asce); in main()
|
| A D | smp.c | 256 lc->kernel_asce = get_lowcore()->kernel_asce; in pcpu_prepare_secondary()
|
| /arch/s390/mm/ |
| A D | dump_pagetables.c | 333 max_addr = (get_lowcore()->kernel_asce.val & _REGION_ENTRY_TYPE_MASK) >> 2; in pt_dump_init()
|
| A D | fault.c | 155 asce = get_lowcore()->kernel_asce.val; in dump_fault_info()
|
| A D | pageattr.c | 80 crdte(*old, new, table, dtt, addr, get_lowcore()->kernel_asce.val); in pgt_set()
|
Completed in 18 milliseconds