Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dmaccess.c118 prefix = store_prefix(); in memcpy_absolute()
/linux-4.1.27/arch/s390/kernel/
Dmachine_kexec.c42 struct save_area *sa = (void *) 4608 + store_prefix(); in add_elf_notes()
Dsmp.c910 pcpu->lowcore = (struct _lowcore *)(unsigned long) store_prefix(); in smp_prepare_boot_cpu()
Dipl.c2023 lc = (struct _lowcore *)(unsigned long) store_prefix(); in s390_reset_system()
/linux-4.1.27/arch/s390/include/asm/
Dlowcore.h209 static inline __u32 store_prefix(void) in store_prefix() function