Home
last modified time | relevance | path

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

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