Searched refs:lowcore (Results 1 – 21 of 21) sorted by relevance
| /linux/arch/s390/kernel/ |
| A D | asm-offsets.c | 59 OFFSET(__LC_EXT_PARAMS, lowcore, ext_params); in main() 62 OFFSET(__LC_PGM_ILC, lowcore, pgm_ilc); in main() 66 OFFSET(__LC_PER_CODE, lowcore, per_code); in main() 67 OFFSET(__LC_PER_ATMID, lowcore, per_atmid); in main() 101 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main() 109 OFFSET(__LC_INT_CLOCK, lowcore, int_clock); in main() 124 OFFSET(__LC_LPP, lowcore, lpp); in main() 129 OFFSET(__LC_GMAP, lowcore, gmap); in main() 133 OFFSET(__LC_DUMP_REIPL, lowcore, ipib); in main() 135 OFFSET(__LC_MCESAD, lowcore, mcesad); in main() [all …]
|
| A D | smp.c | 195 struct lowcore *lc; in pcpu_alloc_lowcore() 197 lc = (struct lowcore *) __get_free_pages(GFP_KERNEL | GFP_DMA, LC_ORDER); in pcpu_alloc_lowcore() 232 struct lowcore *lc; in pcpu_free_lowcore() 251 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary() 274 struct lowcore *lc; in pcpu_attach_task() 294 struct lowcore *lc; in pcpu_start_fn() 320 struct lowcore *lc = lowcore_ptr[pcpu - pcpu_devices]; in pcpu_delegate() 387 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu() 613 struct lowcore *lc; in smp_store_status() 1251 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore() [all …]
|
| A 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()
|
| A D | setup.c | 174 struct lowcore *lowcore_ptr[NR_CPUS]; 415 struct lowcore *lc; in setup_lowcore_dat_off() 423 BUILD_BUG_ON(sizeof(struct lowcore) != LC_PAGES * PAGE_SIZE); in setup_lowcore_dat_off() 504 struct lowcore *lc = lowcore_ptr[0]; in setup_lowcore_dat_on()
|
| A D | text_amode31.S | 96 lg %r2,0(%r4) # Disable lowcore protection
|
| A D | crash_dump.c | 87 struct lowcore *lc; in save_area_add_regs() 89 lc = (struct lowcore *)(regs - __LC_FPREGS_SAVE_AREA); in save_area_add_regs()
|
| A D | machine_kexec_file.c | 217 data->kernel_buf + offsetof(struct lowcore, ipl_parmblock_ptr); in kexec_file_add_ipl_report()
|
| A D | module.c | 526 offsetof(struct lowcore, br_r1_trampoline); in module_finalize()
|
| /linux/arch/s390/include/asm/ |
| A D | nmi.h | 101 void nmi_alloc_boot_cpu(struct lowcore *lc); 102 int nmi_alloc_per_cpu(struct lowcore *lc); 103 void nmi_free_per_cpu(struct lowcore *lc);
|
| A D | lowcore.h | 24 struct lowcore { struct 202 #define S390_lowcore (*((struct lowcore *) 0)) argument 204 extern struct lowcore *lowcore_ptr[];
|
| A D | processor.h | 68 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
|
| /linux/arch/s390/mm/ |
| A D | maccess.c | 209 if (addr < sizeof(struct lowcore)) in is_swapped() 213 if (addr > lc + sizeof(struct lowcore) - 1 || addr < lc) in is_swapped()
|
| /linux/tools/arch/s390/include/uapi/asm/ |
| A D | ptrace.h | 381 } lowcore; member
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | ptrace.h | 381 } lowcore; member
|
| /linux/Documentation/virt/kvm/ |
| A D | s390-pv.rst | 109 the new lowcore location. On SIE reentry, any KVM data in the data areas
|
| A D | api.rst | 2184 controlled virtual machines to fault in the virtual cpu's lowcore pages 5750 in the cpu's lowcore are presented here as defined by the z Architecture
|
| /linux/arch/s390/boot/ |
| A D | head.S | 304 xc 0x200(256),0x200 # partially clear lowcore
|
| /linux/Documentation/admin-guide/kdump/ |
| A D | vmcoreinfo.rst | 512 An array with a pointer to the lowcore of every CPU. Used to print the
|
| /linux/arch/s390/net/ |
| A D | bpf_jit_comp.c | 602 offsetof(struct lowcore, br_r1_trampoline)); in bpf_jit_epilogue()
|
| /linux/arch/s390/kvm/ |
| A D | priv.c | 700 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
|
| A D | interrupt.c | 742 offsetof(struct lowcore, restart_old_psw), in __deliver_restart() 744 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()
|
Completed in 55 milliseconds