Home
last modified time | relevance | path

Searched refs:store_prefix (Results 1 – 5 of 5) sorted by relevance

/arch/s390/kernel/
Dmachine_kexec.c41 struct save_area *sa = (void *) 4608 + store_prefix(); in add_elf_notes()
Dsmp.c809 pcpu->lowcore = (struct _lowcore *)(unsigned long) store_prefix(); in smp_prepare_boot_cpu()
Dipl.c2039 lc = (struct _lowcore *)(unsigned long) store_prefix(); in s390_reset_system()
/arch/s390/mm/
Dmaccess.c113 prefix = store_prefix(); in memcpy_absolute()
/arch/s390/include/asm/
Dlowcore.h352 static inline __u32 store_prefix(void) in store_prefix() function