/openbmc/linux/arch/x86/mm/ |
H A D | init_32.c | 252 pgprot_t prot) in kernel_physical_mapping_init() 314 pgprot_t prot = PAGE_KERNEL_LARGE; in kernel_physical_mapping_init() local 346 pgprot_t prot = PAGE_KERNEL; in kernel_physical_mapping_init() local
|
/openbmc/linux/drivers/iommu/ |
H A D | io-pgtable-dart.c | 125 dart_iopte prot, int num_entries, in dart_init_pte() 214 int prot) in dart_prot_to_pte() 245 dart_iopte prot; in dart_map_pages() local
|
H A D | dma-iommu.c | 642 int prot = coherent ? IOMMU_CACHE : 0; in dma_info_to_prot() local 746 size_t size, int prot, u64 dma_mask) in __iommu_dma_map() 835 size_t size, struct sg_table *sgt, gfp_t gfp, pgprot_t prot, in __iommu_dma_alloc_noncontiguous() 910 dma_addr_t *dma_handle, gfp_t gfp, pgprot_t prot, in iommu_dma_alloc_remap() 1036 int prot = dma_info_to_prot(dir, coherent, attrs); in iommu_dma_map_page() local 1248 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg() local 1479 pgprot_t prot = dma_pgprot(dev, PAGE_KERNEL, attrs); in iommu_dma_alloc_pages() local 1672 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in iommu_dma_get_msi_page() local
|
H A D | omap-iommu.c | 544 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_section() 560 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_super() 578 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_page() 597 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_large() 624 u32 prot; in iopgtable_store_entry_core() local 1321 phys_addr_t pa, size_t bytes, int prot, gfp_t gfp) in omap_iommu_map()
|
H A D | io-pgtable-arm-v7s.c | 335 static arm_v7s_iopte arm_v7s_prot_to_pte(int prot, int lvl, in arm_v7s_prot_to_pte() 368 int prot = IOMMU_READ; in arm_v7s_pte_to_prot() local 432 unsigned long iova, phys_addr_t paddr, int prot, in arm_v7s_init_pte() 498 phys_addr_t paddr, size_t size, int prot, in __arm_v7s_map() 546 int prot, gfp_t gfp, size_t *mapped) in arm_v7s_map_pages()
|
H A D | io-pgtable-arm.c | 259 phys_addr_t paddr, arm_lpae_iopte prot, in __arm_lpae_init_pte() 281 arm_lpae_iopte prot, int lvl, int num_entries, in arm_lpae_init_pte() 345 arm_lpae_iopte prot, int lvl, arm_lpae_iopte *ptep, in __arm_lpae_map() 401 int prot) in arm_lpae_prot_to_pte() 472 arm_lpae_iopte prot; in arm_lpae_map_pages() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci_sun4v.c | 58 unsigned long prot; /* IOMMU page protections */ member 68 static inline void iommu_batch_start(struct device *dev, unsigned long prot, unsigned long entry) in iommu_batch_start() 90 unsigned long prot = p->prot; in iommu_batch_flush() local 187 unsigned long prot = 0; in dma_4v_alloc_coherent() local 366 unsigned long prot; in dma_4v_map_page() local 474 unsigned long flags, handle, prot; in dma_4v_map_sg() local
|
/openbmc/linux/arch/riscv/mm/ |
H A D | init.c | 327 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap() 383 phys_addr_t sz, pgprot_t prot) in create_pte_mapping() 464 phys_addr_t sz, pgprot_t prot) in create_pmd_mapping() 567 phys_addr_t sz, pgprot_t prot) in create_pud_mapping() 594 phys_addr_t sz, pgprot_t prot) in create_p4d_mapping() 652 phys_addr_t sz, pgprot_t prot) in create_pgd_mapping()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | efi.c | 48 pgprot_t prot = __pgprot(pgprot_val(efimem_to_pgprot_map(md)) & in efi_create_mapping() local
|
/openbmc/u-boot/tools/ |
H A D | mingw_support.c | 24 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | dma.c | 26 pgprot_t pgprot_dmacoherent(pgprot_t prot) in pgprot_dmacoherent()
|
/openbmc/linux/net/dsa/ |
H A D | tag_rtl4_a.c | 76 u8 prot; in rtl4a_tag_rcv() local
|
/openbmc/linux/arch/mips/mm/ |
H A D | pgtable-32.c | 34 pmd_t mk_pmd(struct page *page, pgprot_t prot) in mk_pmd()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | syscall.c | 25 prot, unsigned long, flags, unsigned long, fd, off_t, offset) in SYSCALL_DEFINE6() argument
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module.c | 95 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in __module_alloc() local
|
/openbmc/qemu/dump/ |
H A D | dump-hmp-cmds.c | 32 char *prot; in hmp_dump_guest_memory() local
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | book3e_pgtable.c | 74 int __ref map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in map_kernel_page()
|
/openbmc/linux/fs/affs/ |
H A D | amigaffs.c | 391 affs_prot_to_mode(u32 prot) in affs_prot_to_mode() 420 u32 prot = AFFS_I(inode)->i_protect; in affs_mode_to_prot() local
|
/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 101 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap() 144 const char *name, pgprot_t prot) in sq_remap()
|
/openbmc/linux/arch/arm/mm/ |
H A D | init.c | 310 pmdval_t prot; member 367 pmdval_t prot, struct mm_struct *mm) in section_update()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 268 #define pgprot_noncached(prot) \ argument 281 #define pfn_pte(pfn, prot) __pte(((pfn) << PAGE_SHIFT) | pgprot_val(prot)) argument 282 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) argument
|
/openbmc/linux/drivers/pci/ |
H A D | doe.c | 81 struct pci_doe_protocol prot; member 415 static void *pci_doe_xa_prot_entry(u16 vid, u8 prot) in pci_doe_xa_prot_entry() 428 u8 prot; in pci_doe_cache_protocols() local
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 51 #define pgprot_noncached(prot) \ argument 55 #define pgprot_noncached_wc(prot) \ argument 237 #define pfn_pte(pfn, prot) \ argument
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_common.c | 88 static int ppc6xx_tlb_check(CPUPPCState *env, hwaddr *raddr, int *prot, in ppc6xx_tlb_check() 190 static int get_bat_6xx_tlb(CPUPPCState *env, hwaddr *raddr, int *prot, in get_bat_6xx_tlb() 262 int *prot, target_ulong eaddr, in mmu6xx_get_physical_address()
|
/openbmc/linux/include/linux/ |
H A D | pkeys.h | 14 #define arch_override_mprotect_pkey(vma, prot, pkey) (0) argument
|