/Linux-v4.19/arch/s390/kernel/ |
D | asm-offsets.c | 99 OFFSET(__LC_EXT_PARAMS, lowcore, ext_params); in main() 100 OFFSET(__LC_EXT_CPU_ADDR, lowcore, ext_cpu_addr); in main() 101 OFFSET(__LC_EXT_INT_CODE, lowcore, ext_int_code); in main() 102 OFFSET(__LC_SVC_ILC, lowcore, svc_ilc); in main() 103 OFFSET(__LC_SVC_INT_CODE, lowcore, svc_code); in main() 104 OFFSET(__LC_PGM_ILC, lowcore, pgm_ilc); in main() 105 OFFSET(__LC_PGM_INT_CODE, lowcore, pgm_code); in main() 106 OFFSET(__LC_DATA_EXC_CODE, lowcore, data_exc_code); in main() 107 OFFSET(__LC_MON_CLASS_NR, lowcore, mon_class_num); in main() 108 OFFSET(__LC_PER_CODE, lowcore, per_code); in main() [all …]
|
D | vdso.c | 149 void __init vdso_alloc_boot_cpu(struct lowcore *lowcore) in vdso_alloc_boot_cpu() argument 151 lowcore->vdso_per_cpu_data = (unsigned long) &boot_vdso_data; in vdso_alloc_boot_cpu() 154 int vdso_alloc_per_cpu(struct lowcore *lowcore) in vdso_alloc_per_cpu() argument 169 vd->cpu_nr = lowcore->cpu_nr; in vdso_alloc_per_cpu() 179 lowcore->vdso_asce = segment_table + in vdso_alloc_per_cpu() 181 lowcore->vdso_per_cpu_data = page_frame; in vdso_alloc_per_cpu() 192 void vdso_free_per_cpu(struct lowcore *lowcore) in vdso_free_per_cpu() argument 196 segment_table = lowcore->vdso_asce & PAGE_MASK; in vdso_free_per_cpu()
|
D | smp.c | 74 struct lowcore *lowcore; /* lowcore page(s) for the cpu */ member 195 struct lowcore *lc; in pcpu_alloc_lowcore() 198 pcpu->lowcore = (struct lowcore *) in pcpu_alloc_lowcore() 202 if (!pcpu->lowcore || !panic_stack || !async_stack) in pcpu_alloc_lowcore() 205 async_stack = pcpu->lowcore->async_stack - ASYNC_FRAME_OFFSET; in pcpu_alloc_lowcore() 206 panic_stack = pcpu->lowcore->panic_stack - PANIC_FRAME_OFFSET; in pcpu_alloc_lowcore() 208 lc = pcpu->lowcore; in pcpu_alloc_lowcore() 231 free_pages((unsigned long) pcpu->lowcore, LC_ORDER); in pcpu_alloc_lowcore() 242 vdso_free_per_cpu(pcpu->lowcore); in pcpu_free_lowcore() 243 nmi_free_per_cpu(pcpu->lowcore); in pcpu_free_lowcore() [all …]
|
D | nmi.c | 67 void __init nmi_alloc_boot_cpu(struct lowcore *lc) in nmi_alloc_boot_cpu() 103 int nmi_alloc_per_cpu(struct lowcore *lc) in nmi_alloc_per_cpu() 118 void nmi_free_per_cpu(struct lowcore *lc) in nmi_free_per_cpu()
|
D | setup.c | 108 struct lowcore *lowcore_ptr[NR_CPUS]; 308 struct lowcore *lc; in setup_lowcore() 313 BUILD_BUG_ON(sizeof(struct lowcore) != LC_PAGES * PAGE_SIZE); in setup_lowcore()
|
D | head64.S | 30 # move IPL device to lowcore
|
D | base.S | 89 lg %r2,0(%r4) # Disable lowcore protection
|
D | crash_dump.c | 85 struct lowcore *lc; in save_area_add_regs() 87 lc = (struct lowcore *)(regs - __LC_FPREGS_SAVE_AREA); in save_area_add_regs()
|
D | module.c | 453 offsetof(struct lowcore, br_r1_trampoline); in module_finalize()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | vdso.h | 51 void vdso_alloc_boot_cpu(struct lowcore *lowcore); 52 int vdso_alloc_per_cpu(struct lowcore *lowcore); 53 void vdso_free_per_cpu(struct lowcore *lowcore);
|
D | nmi.h | 97 void nmi_alloc_boot_cpu(struct lowcore *lc); 98 int nmi_alloc_per_cpu(struct lowcore *lc); 99 void nmi_free_per_cpu(struct lowcore *lc);
|
D | lowcore.h | 20 struct lowcore { struct 190 #define S390_lowcore (*((struct lowcore *) 0)) argument 192 extern struct lowcore *lowcore_ptr[];
|
D | facility.h | 16 #define MAX_FACILITY_BIT (sizeof(((struct lowcore *)0)->stfle_fac_list) * 8)
|
D | processor.h | 70 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
|
/Linux-v4.19/arch/s390/mm/ |
D | maccess.c | 171 if (addr < sizeof(struct lowcore)) in is_swapped() 175 if (addr > lc + sizeof(struct lowcore) - 1 || addr < lc) in is_swapped()
|
/Linux-v4.19/tools/arch/s390/include/uapi/asm/ |
D | ptrace.h | 380 } lowcore; member
|
/Linux-v4.19/arch/s390/include/uapi/asm/ |
D | ptrace.h | 380 } lowcore; member
|
/Linux-v4.19/arch/s390/boot/ |
D | head.S | 301 xc 0x200(256),0x200 # partially clear lowcore
|
/Linux-v4.19/arch/s390/net/ |
D | bpf_jit_comp.c | 490 offsetof(struct lowcore, br_r1_trampoline)); in bpf_jit_epilogue()
|
/Linux-v4.19/arch/s390/kvm/ |
D | priv.c | 610 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
|
D | interrupt.c | 616 offsetof(struct lowcore, restart_old_psw), in __deliver_restart() 618 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 1794 controlled virtual machines to fault in the virtual cpu's lowcore pages 3873 in the cpu's lowcore are presented here as defined by the z Architecture
|