Home
last modified time | relevance | path

Searched refs:lowcore (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/arch/s390/kernel/
A Dasm-offsets.c77 OFFSET(__LC_PGM_ILC, lowcore, pgm_ilc); in main()
81 OFFSET(__LC_PER_CODE, lowcore, per_code); in main()
82 OFFSET(__LC_PER_ATMID, lowcore, per_atmid); in main()
116 OFFSET(__LC_CPU_FLAGS, lowcore, cpu_flags); in main()
124 OFFSET(__LC_INT_CLOCK, lowcore, int_clock); in main()
139 OFFSET(__LC_LPP, lowcore, lpp); in main()
141 OFFSET(__LC_GMAP, lowcore, gmap); in main()
144 OFFSET(__LC_DUMP_REIPL, lowcore, ipib); in main()
146 OFFSET(__LC_OS_INFO, lowcore, os_info); in main()
148 OFFSET(__LC_MCESAD, lowcore, mcesad); in main()
[all …]
A Dabs_lowcore.c8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map()
10 unsigned long addr = __abs_lowcore + (cpu * sizeof(struct lowcore)); in abs_lowcore_map()
39 unsigned long addr = __abs_lowcore + (cpu * sizeof(struct lowcore)); in abs_lowcore_unmap()
A Dsmp.c195 struct lowcore *lc; in pcpu_alloc_lowcore()
235 struct lowcore *lc; in pcpu_free_lowcore()
255 struct lowcore *lc = lowcore_ptr[cpu]; in pcpu_prepare_secondary()
278 struct lowcore *lc; in pcpu_attach_task()
298 struct lowcore *lc; in pcpu_start_fn()
324 struct lowcore *lc, *abs_lc; in pcpu_delegate()
403 struct lowcore *lc = lowcore_ptr[0]; in smp_call_ipl_cpu()
595 struct lowcore *abs_lc; in smp_ctl_set_clear_bit()
620 struct lowcore *lc; in smp_store_status()
1249 static __always_inline void set_new_lowcore(struct lowcore *lc) in set_new_lowcore()
[all …]
A Dsetup.c179 struct lowcore *lowcore_ptr[NR_CPUS];
419 struct lowcore *lc, *abs_lc; in setup_lowcore()
425 BUILD_BUG_ON(sizeof(struct lowcore) != LC_PAGES * PAGE_SIZE); in setup_lowcore()
A Dos_info.c61 struct lowcore *abs_lc; in os_info_init()
A Dmachine_kexec.c226 struct lowcore *abs_lc; in arch_crash_save_vmcoreinfo()
A Dtext_amode31.S110 lg %r2,0(%r4) # Disable lowcore protection
A Dcrash_dump.c89 struct lowcore *lc; in save_area_add_regs()
91 lc = (struct lowcore *)(regs - __LC_FPREGS_SAVE_AREA); in save_area_add_regs()
A Dmachine_kexec_file.c223 data->kernel_buf + offsetof(struct lowcore, ipl_parmblock_ptr); in kexec_file_add_ipl_report()
A Dipl.c1940 struct lowcore *abs_lc; in dump_reipl_run()
/linux-6.3-rc2/arch/s390/include/asm/
A Dabs_lowcore.h7 #define ABS_LOWCORE_MAP_SIZE (NR_CPUS * sizeof(struct lowcore))
11 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc);
14 static inline struct lowcore *get_abs_lowcore(void) in get_abs_lowcore()
19 return ((struct lowcore *)__abs_lowcore) + cpu; in get_abs_lowcore()
22 static inline void put_abs_lowcore(struct lowcore *lc) in put_abs_lowcore()
A Dlowcore.h24 struct lowcore { struct
215 #define S390_lowcore (*((struct lowcore *) 0)) argument
217 extern struct lowcore *lowcore_ptr[];
A Dprocessor.h84 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
/linux-6.3-rc2/arch/s390/mm/
A Dmaccess.c136 if (addr > lc + sizeof(struct lowcore) - 1 || addr < lc) in get_swapped_owner()
153 struct lowcore *abs_lc; in xlate_dev_mem_ptr()
159 if (addr >= sizeof(struct lowcore)) { in xlate_dev_mem_ptr()
168 if (addr < sizeof(struct lowcore)) { in xlate_dev_mem_ptr()
A Dvmem.c677 .size = sizeof(struct lowcore), in vmem_map_init()
/linux-6.3-rc2/arch/s390/boot/
A Dboot.h71 #define __abs_lowcore_pa(x) (((unsigned long)(x) - __abs_lowcore) % sizeof(struct lowcore))
A Dvmem.c254 pgtable_populate(0, sizeof(struct lowcore), POPULATE_ONE2ONE); in setup_vmem()
257 pgtable_populate(__abs_lowcore, __abs_lowcore + sizeof(struct lowcore), in setup_vmem()
A Dstartup.c209 sizeof(struct lowcore)); in setup_kernel_memory_layout()
A Dhead.S251 xc 0x200(256),0x200 # partially clear lowcore
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dptrace.h381 } lowcore; member
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dptrace.h381 } lowcore; member
/linux-6.3-rc2/Documentation/virt/kvm/s390/
A Ds390-pv.rst109 the new lowcore location. On SIE reentry, any KVM data in the data areas
/linux-6.3-rc2/Documentation/admin-guide/kdump/
A Dvmcoreinfo.rst520 An array with a pointer to the lowcore of every CPU. Used to print the
/linux-6.3-rc2/arch/s390/kvm/
A Dpriv.c712 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
A Dinterrupt.c743 offsetof(struct lowcore, restart_old_psw), in __deliver_restart()
745 rc |= read_guest_lc(vcpu, offsetof(struct lowcore, restart_psw), in __deliver_restart()

Completed in 82 milliseconds

12