Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_RO (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/include/asm-generic/
H A Dfixmap.h50 #if !defined(FIXMAP_PAGE_RO) && defined(PAGE_KERNEL_RO)
51 #define FIXMAP_PAGE_RO PAGE_KERNEL_RO
/openbmc/linux/arch/x86/mm/
H A Dcpu_entry_area.c182 pgprot_t gdt_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
183 pgprot_t tss_prot = PAGE_KERNEL_RO; in setup_cpu_entry_area()
/openbmc/linux/arch/sh/include/asm/
H A Dpgtable_32.h229 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
265 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \ macro
284 #define PAGE_KERNEL_RO __pgprot(0) macro
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c774 pfn_pte(pfn, PAGE_KERNEL_RO), in xen_pin_page()
1607 __set_pfn_prot(pfn, PAGE_KERNEL_RO); in xen_alloc_ptpage()
1827 set_page_prot(init_top_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1828 set_page_prot(level3_ident_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1829 set_page_prot(level3_kernel_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1830 set_page_prot(level2_ident_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1831 set_page_prot(level2_kernel_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1832 set_page_prot(level2_fixmap_pgt, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1836 PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
1848 set_page_prot(level3_user_vsyscall, PAGE_KERNEL_RO); in xen_setup_kernel_pagetable()
H A Dp2m.c348 pfn_pte(PFN_DOWN(__pa(p2m_missing)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
350 pfn_pte(PFN_DOWN(__pa(p2m_identity)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
393 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
/openbmc/linux/arch/powerpc/mm/kasan/
H A Dinit_book3s_64.c83 zero_pte = pfn_pte(virt_to_pfn(kasan_early_shadow_page), PAGE_KERNEL_RO); in kasan_init()
H A Dinit_book3e_64.c112 pte_t zero_pte = pfn_pte(virt_to_pfn(kasan_early_shadow_page), PAGE_KERNEL_RO); in kasan_init()
H A Dinit_32.c18 return PAGE_KERNEL_RO; in kasan_prot_ro()
/openbmc/linux/arch/xtensa/mm/
H A Dkasan_init.c94 PAGE_KERNEL_RO)); in kasan_init()
/openbmc/linux/arch/s390/mm/
H A Dmaccess.c95 pte = mk_pte_phys(phys, PAGE_KERNEL_RO); in memcpy_real_iter()
/openbmc/linux/arch/arm64/kernel/
H A Defi.c58 return pgprot_val(PAGE_KERNEL_RO); in create_mapping_protection()
H A Dacpi.c329 prot = PAGE_KERNEL_RO; in acpi_os_ioremap()
H A Dsetup.c214 fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO); in setup_machine_fdt()
/openbmc/linux/arch/openrisc/mm/
H A Dinit.c111 prot = PAGE_KERNEL_RO; in map_ram()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h85 #define PAGE_KERNEL_RO __pgprot(_PAGE_KERNEL_RO) macro
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h16 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_KERNEL_RO) macro
/openbmc/linux/arch/x86/kernel/
H A Didt.c267 PAGE_KERNEL_RO); in idt_map_in_cea()
/openbmc/linux/arch/arm64/mm/
H A Dkasan_init.c271 PAGE_KERNEL_RO)); in kasan_init_shadow()
H A Dmmu.c509 PAGE_KERNEL_RO); in mark_linear_text_alias_ro()
637 section_size, PAGE_KERNEL_RO); in mark_rodata_ro()
696 pa_start + i * PAGE_SIZE, PAGE_KERNEL_RO); in map_entry_trampoline()
/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c319 pfn_pte(__phys_to_pfn(__pa_symbol(kasan_early_shadow_page)), PAGE_KERNEL_RO)); in kasan_init()
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h175 #define PAGE_KERNEL_RO \ macro
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h203 #define PAGE_KERNEL_RO __pgprot(_PAGE_BASE | _PAGE_SHARED) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dpgtable.h179 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT) macro
/openbmc/linux/mm/
H A Dhugetlb_vmemmap.c235 pgprot_t pgprot = PAGE_KERNEL_RO; in vmemmap_remap_pte()
/openbmc/linux/include/linux/
H A Dpgtable.h1559 #ifndef PAGE_KERNEL_RO
1560 # define PAGE_KERNEL_RO PAGE_KERNEL macro

12