Searched refs:pgd_offset_raw (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dpgtable.h1424 static inline pgd_t *pgd_offset_raw(pgd_t *pgd, unsigned long address) function
1436 #define pgd_offset(mm, address) pgd_offset_raw(READ_ONCE((mm)->pgd), address)

Completed in 118 milliseconds