Home
last modified time | relevance | path

Searched defs:prot (Results 251 - 275 of 729) sorted by relevance

1...<<11121314151617181920>>...30

/kernel/linux/linux-6.6/arch/s390/mm/
H A Ddump_pagetables.c156 unsigned int prot; in note_page() local
H A Dvmem.c160 unsigned long prot, pages = 0; in modify_pte_table() local
217 unsigned long next, prot, pages = 0; in modify_pmd_table() local
311 unsigned long next, prot, pages = 0; modify_pud_table() local
608 __vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot, bool alloc) __vmem_map_4k_page() argument
623 vmem_map_4k_page(unsigned long addr, unsigned long phys, pgprot_t prot) vmem_map_4k_page() argument
[all...]
H A Dpageattr.c124 unsigned long pte_addr, prot; in split_pmd_page() local
213 unsigned long pmd_addr, prot; in split_pud_page() local
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dsq.c101 static int __sq_remap(struct sq_mapping *map, pgprot_t prot) in __sq_remap() argument
143 sq_remap(unsigned long phys, unsigned int size, const char *name, pgprot_t prot) sq_remap() argument
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dpageattr.c114 pgprot_t prot = __pgprot(pmd_val(*pmdp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_pmd() local
154 pgprot_t prot = __pgprot(pud_val(*pudp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_pud() local
203 pgprot_t prot = __pgprot(p4d_val(*p4dp) & ~_PAGE_PFN_MASK); in __split_linear_mapping_p4d() local
H A Dptdump.c269 u64 prot = 0; in note_page() local
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dinit.c81 static void set_pte_phys(unsigned long addr, unsigned long phys, pgprot_t prot) in set_pte_phys() argument
98 static void clear_pte_phys(unsigned long addr, pgprot_t prot) in clear_pte_phys() argument
111 void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot) in __set_fixmap() argument
123 void __clear_fixmap(enum fixed_addresses idx, pgprot_t prot) in __clear_fixmap() argument
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvdso2c.c159 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input() argument
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dprocess.c142 int prot; in os_map_memory() local
156 int prot = ((r ? PROT_READ : 0) | (w ? PROT_WRITE : 0) | in os_protect_memory() local
/kernel/linux/linux-5.10/drivers/iommu/
H A Ds390-iommu.c257 s390_iommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp) s390_iommu_map() argument
/kernel/linux/linux-5.10/include/linux/
H A Dvmalloc.h192 map_kernel_range_noflush(unsigned long start, unsigned long size, pgprot_t prot, struct page **pages) map_kernel_range_noflush() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dscif_ioctl.h123 __s32 prot; member
H A Dagpgart.h83 int prot; /* prot flags for mmap */ member
/kernel/linux/linux-5.10/drivers/xen/
H A Dxlate_mmu.c67 pgprot_t prot; member
268 pgprot_t prot; member
143 xen_xlate_remap_gfn_array(struct vm_area_struct *vma, unsigned long addr, xen_pfn_t *gfn, int nr, int *err_ptr, pgprot_t prot, unsigned domid, struct page **pages) xen_xlate_remap_gfn_array() argument
/kernel/linux/linux-5.10/fs/affs/
H A Damigaffs.c391 affs_prot_to_mode(u32 prot) in affs_prot_to_mode() argument
420 u32 prot = AFFS_I(inode)->i_protect; affs_mode_to_prot() local
[all...]
/kernel/linux/linux-5.10/kernel/dma/
H A Dmapping.c341 pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, unsigned long attrs) in dma_pgprot() argument
/kernel/linux/linux-5.10/fs/pstore/
H A Dram_core.c405 pgprot_t prot; in persistent_ram_vmap() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c272 pgprot_t prot = PAGE_KERNEL; in drm_gem_shmem_vmap_locked() local
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c39 etnaviv_context_map(struct etnaviv_iommu_context *context, unsigned long iova, phys_addr_t paddr, size_t size, int prot) etnaviv_context_map() argument
72 etnaviv_iommu_map(struct etnaviv_iommu_context *context, u32 iova, struct sg_table *sgt, unsigned len, int prot) etnaviv_iommu_map() argument
H A Detnaviv_iommu_v2.c92 etnaviv_iommuv2_map(struct etnaviv_iommu_context *context, unsigned long iova, phys_addr_t paddr, size_t size, int prot) etnaviv_iommuv2_map() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A Dmsm_iommu.c51 msm_iommu_pagetable_map(struct msm_mmu *mmu, u64 iova, struct sg_table *sgt, size_t len, int prot) msm_iommu_pagetable_map() argument
233 msm_iommu_map(struct msm_mmu *mmu, uint64_t iova, struct sg_table *sgt, size_t len, int prot) msm_iommu_map() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c443 pgprot_t prot; in vmw_bo_vm_fault() local
499 pgprot_t prot; in vmw_bo_vm_huge_fault() local
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c23 int prot = IOMMU_READ | IOMMU_WRITE; in rockchip_gem_iommu_map() local
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c282 pgprot_t prot = ttm_io_prot(old_mem->placement, in ttm_bo_move_memcpy() local
287 pgprot_t prot = ttm_io_prot(new_mem->placement, in ttm_bo_move_memcpy() local
446 pgprot_t prot; in ttm_bo_kmap_ttm() local
173 ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, unsigned long page, pgprot_t prot) ttm_copy_io_ttm_page() argument
195 ttm_copy_ttm_io_page(struct ttm_tt *ttm, void *dst, unsigned long page, pgprot_t prot) ttm_copy_ttm_io_page() argument
[all...]
H A Dttm_bo_vm.c266 ttm_bo_vm_fault_reserved(struct vm_fault *vmf, pgprot_t prot, pgoff_t num_prefault, pgoff_t fault_page_size) ttm_bo_vm_fault_reserved() argument
408 pgprot_t prot; ttm_bo_vm_fault() local
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...30