Home
last modified time | relevance | path

Searched refs:__pgd (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/include/asm/
H A Dpgtable-3level-types.h36 #define __pgd(x) ((pgd_t) { (x) } ) macro
53 #define __pgd(x) (x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/include/asm/
H A Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/include/asm/
H A Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/include/asm/
H A Dpage.h43 #define __pgd(x) ((pgd_t) { (x) } ) macro
61 #define __pgd(x) (x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/include/asm/
H A Dpage.h62 #define __pgd(x) ((pgd_t) { (x) }) macro
81 #define __pgd(x) (x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/include/asm/
H A Dpage.h62 #define __pgd(x) ((pgd_t) { (x) }) macro
81 #define __pgd(x) (x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/power/
H A Dhibernate_64.c74 pgd_t new_pgd = __pgd(__pa(p4d) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
80 pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
H A Dhibernate_32.c41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init()
141 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT)); in resume_init_first_level_page_table()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/power/
H A Dhibernate_64.c74 pgd_t new_pgd = __pgd(__pa(p4d) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
80 pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
H A Dhibernate_32.c41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init()
141 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT)); in resume_init_first_level_page_table()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/include/asm/
H A Dpage.h62 #define __pgd(x) ((pgd_t) { (x) }) macro
81 #define __pgd(x) (x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/power/
H A Dhibernate_64.c74 pgd_t new_pgd = __pgd(__pa(p4d) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
80 pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
H A Dhibernate_32.c41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init()
141 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT)); in resume_init_first_level_page_table()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/
H A Dkaslr.c176 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp))); in init_trampoline_kaslr()
179 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/
H A Dkaslr.c176 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp))); in init_trampoline_kaslr()
179 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/
H A Dkaslr.c176 __pgd(_KERNPG_TABLE | __pa(p4d_page_tramp))); in init_trampoline_kaslr()
179 __pgd(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/mm/
H A Dpgalloc.c83 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
115 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
116 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
124 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
125 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/mm/
H A Dpgalloc.c83 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
115 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
116 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
124 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
125 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/mm/
H A Dpgalloc.c83 unsigned long *pgd = NULL, *p4d = NULL, *__pgd; in crst_table_upgrade() local
115 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
116 p4d_populate(mm, (p4d_t *) p4d, (pud_t *) __pgd); in crst_table_upgrade()
124 __pgd = (unsigned long *) mm->pgd; in crst_table_upgrade()
125 pgd_populate(mm, (pgd_t *) pgd, (p4d_t *) __pgd); in crst_table_upgrade()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/include/asm/
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/include/asm/
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/include/asm/
H A Dpage_32.h74 #define __pgd(x) ((pgd_t) { (x) } ) macro
102 #define __pgd(x) (x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/include/asm/
H A Dpage.h60 #define __pgd(x) ((pgd_t) { (x) } ) macro
83 #define __pgd(x) (x) macro

1234567