Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dasm-offsets.c99 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 …]
Dvdso.c149 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()
Dsmp.c74 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 …]
Dnmi.c67 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()
Dsetup.c108 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()
Dhead64.S30 # move IPL device to lowcore
Dbase.S89 lg %r2,0(%r4) # Disable lowcore protection
Dcrash_dump.c85 struct lowcore *lc; in save_area_add_regs()
87 lc = (struct lowcore *)(regs - __LC_FPREGS_SAVE_AREA); in save_area_add_regs()
Dmodule.c453 offsetof(struct lowcore, br_r1_trampoline); in module_finalize()
/Linux-v4.19/arch/s390/include/asm/
Dvdso.h51 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);
Dnmi.h97 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);
Dlowcore.h20 struct lowcore { struct
190 #define S390_lowcore (*((struct lowcore *) 0)) argument
192 extern struct lowcore *lowcore_ptr[];
Dfacility.h16 #define MAX_FACILITY_BIT (sizeof(((struct lowcore *)0)->stfle_fac_list) * 8)
Dprocessor.h70 struct lowcore *lc = lowcore_ptr[cpu]; in test_cpu_flag_of()
/Linux-v4.19/arch/s390/mm/
Dmaccess.c171 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/
Dptrace.h380 } lowcore; member
/Linux-v4.19/arch/s390/include/uapi/asm/
Dptrace.h380 } lowcore; member
/Linux-v4.19/arch/s390/boot/
Dhead.S301 xc 0x200(256),0x200 # partially clear lowcore
/Linux-v4.19/arch/s390/net/
Dbpf_jit_comp.c490 offsetof(struct lowcore, br_r1_trampoline)); in bpf_jit_epilogue()
/Linux-v4.19/arch/s390/kvm/
Dpriv.c610 rc = write_guest_lc(vcpu, offsetof(struct lowcore, stfl_fac_list), in handle_stfl()
Dinterrupt.c616 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/
Dapi.txt1794 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