Searched refs:pgd_none (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/arch/m68k/include/asm/
H A Dpgtable_no.h20 #define pgd_none(pgd) (0) macro
H A Dmmu_context.h125 if (pgd_none(*pgd))
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h21 #define pgd_none(pgd) (0) macro
/linux-master/mm/
H A Dpgalloc-track.h10 if (unlikely(pgd_none(*pgd))) {
/linux-master/include/asm-generic/
H A Dpgtable-nop4d.h21 static inline int pgd_none(pgd_t pgd) { return 0; } function
/linux-master/arch/x86/mm/
H A Dpgtable_32.c36 if (pgd_none(*pgd)) {
H A Dinit_64.c145 if (pgd_none(*pgd_ref))
158 if (!pgd_none(*pgd_ref) && !pgd_none(*pgd))
161 if (pgd_none(*pgd))
180 * With folded p4d, pgd_none() is always false, we need to
183 MAYBE_BUILD_BUG_ON(pgd_none(*pgd_ref));
251 if (pgd_none(*pgd)) {
333 if (pgd_none(*pgd)) {
380 if (pgd_none(*pgd)) {
1574 if (pgd_none(*pg
[all...]
H A Dkasan_init_64.c130 if (pgd_none(*pgd)) {
212 if (pgd_none(*pgd)) {
275 if (pgd_none(*pgd)) {
H A Dpti.c181 if (pgd_none(*pgd)) {
324 if (WARN_ON(pgd_none(*pgd)))
/linux-master/arch/arc/mm/
H A Dfault.c40 if (pgd_none (*pgd_k))
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c86 if (!pgd_none(*pgd)) {
/linux-master/arch/riscv/mm/
H A Dkasan_init.c118 if (pgd_none(pgdp_get(pgd))) {
151 if (pgd_none(pgdp_get(pgdp)) && IS_ALIGNED(vaddr, PGDIR_SIZE) &&
311 if (pgd_none(pgdp_get(pgdp)) && IS_ALIGNED(vaddr, PGDIR_SIZE) &&
426 if (pgd_none(pgdp_get(pgd_k))) {
/linux-master/arch/arm64/mm/
H A Dpageattr.c223 if (pgd_none(READ_ONCE(*pgdp)))
H A Dtrans_pgd.c186 if (pgd_none(READ_ONCE(*src_pgdp)))
H A Dmmu.c380 if (pgd_none(pgd)) {
963 if (pgd_none(pgd))
1138 if (pgd_none(pgd))
/linux-master/arch/riscv/kernel/
H A Dhibernate.c281 if (pgd_none(READ_ONCE(*dst_pgdp))) {
324 if (pgd_none(pgd))
/linux-master/arch/s390/mm/
H A Dvmem.c446 if (pgd_none(*pgd))
448 } else if (pgd_none(*pgd)) {
577 if (pgd_none(*pgd)) {
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c34 if (unlikely(pgd_none(*pgd) || pgd_bad(*pgd)))
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c108 if (pgd_none(*pgd))
/linux-master/arch/arm/mm/
H A Dkasan_init.c138 if (!early && pgd_none(*pgdp)) {
/linux-master/arch/sh/mm/
H A Dinit.c55 if (pgd_none(*pgd)) {
H A Dfault.c61 if (pgd_none(*pgd))
/linux-master/arch/powerpc/mm/
H A Dpgtable.c339 BUG_ON(pgd_none(*pgd));
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h353 static inline int pgd_none(pgd_t pgd) function
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c462 if (!pgd_none(*pgd))

Completed in 242 milliseconds

123