Home
last modified time | relevance | path

Searched defs:prot (Results 251 – 275 of 499) sorted by relevance

1...<<11121314151617181920

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c227 int prot = IOMMU_READ | IOMMU_WRITE; in tegra_bo_iommu_map() local
590 pgprot_t prot = vm_get_page_prot(vma->vm_flags); in __tegra_gem_mmap() local
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c544 static inline bool conflicts(pgprot_t prot, pgprotval_t val) in conflicts()
549 static inline void check_conflict(int warnlvl, pgprot_t prot, pgprotval_t val, in check_conflict()
573 static inline pgprot_t static_protections(pgprot_t prot, unsigned long start, in static_protections()
859 static pgprot_t pgprot_clear_protnone_bits(pgprot_t prot) in pgprot_clear_protnone_bits()
1043 pgprot_t prot; in split_set_pte() local
1950 int __set_memory_prot(unsigned long addr, int numpages, pgprot_t prot) in __set_memory_prot()
/openbmc/linux/arch/arm/mm/
H A Dmmu.c397 void __set_fixmap(enum fixed_addresses idx, phys_addr_t phys, pgprot_t prot) in __set_fixmap()
749 unsigned long prot, in arm_pte_alloc()
761 unsigned long prot) in early_pte_alloc()
/openbmc/linux/fs/proc/
H A Dvmcore.c226 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_range()
505 unsigned long size, pgprot_t prot) in remap_oldmem_pfn_checked()
555 unsigned long size, pgprot_t prot) in vmcore_remap_oldmem_pfn()
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c79 pgprot_t prot = vm_get_page_prot(idx); in pte_basic_tests() local
167 pgprot_t prot = vm_get_page_prot(idx); in pmd_basic_tests() local
286 pgprot_t prot = vm_get_page_prot(idx); in pud_basic_tests() local
/openbmc/qemu/target/microblaze/
H A Dmmu.h82 int prot; member
/openbmc/u-boot/include/
H A Dspi_flash.h201 bool prot) in spi_flash_protect()
/openbmc/linux/tools/testing/selftests/mm/
H A Dpkey-x86.h154 void *malloc_pkey_with_mprotect_subpage(long size, int prot, u16 pkey) in malloc_pkey_with_mprotect_subpage()
H A Dmemfd_secret.c34 static const int prot = PROT_READ | PROT_WRITE; variable
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h74 #define remap_4k_pfn(vma, addr, pfn, prot) \ argument
/openbmc/linux/drivers/iommu/
H A Dof_iommu.c257 int prot = IOMMU_READ | IOMMU_WRITE; in of_iommu_get_resv_regions() local
H A Dsun50i-iommu.c271 static u32 sun50i_mk_pte(phys_addr_t page, int prot) in sun50i_mk_pte()
592 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in sun50i_iommu_map()
849 unsigned prot) in sun50i_iommu_report_fault()
H A Dvirtio-iommu.c473 unsigned long prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_add_resv_mem() local
816 int prot, gfp_t gfp, size_t *mapped) in viommu_map_pages()
919 int prot = IOMMU_WRITE | IOMMU_NOEXEC | IOMMU_MMIO; in viommu_get_resv_regions() local
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_main.c400 enum qeth_routing_types type, enum qeth_prot_versions prot) in qeth_l3_send_setrouting()
419 enum qeth_routing_types *type, enum qeth_prot_versions prot) in qeth_l3_correct_routing_type()
1291 static int arpentry_matches_prot(struct qeth_arp_entrytype *type, __u16 prot) in arpentry_matches_prot()
1377 enum qeth_prot_versions prot, in qeth_l3_query_arp_cache_info()
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.cpp70 void* SysImpl::mmap(void* addr, std::size_t length, int prot, int flags, int fd, in mmap()
/openbmc/linux/arch/mips/include/asm/
H A Dr4kcache.h284 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_gem.h89 static inline pgprot_t ivpu_bo_pgprot(struct ivpu_bo *bo, pgprot_t prot) in ivpu_bo_pgprot()
/openbmc/linux/security/integrity/ima/
H A Dima_main.c431 unsigned long prot, unsigned long flags) in ima_file_mmap()
468 int ima_file_mprotect(struct vm_area_struct *vma, unsigned long prot) in ima_file_mprotect()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c289 u64 iova, int prot, struct sg_table *sgt) in mmu_map_sg()
328 int prot = IOMMU_READ | IOMMU_WRITE; in panfrost_mmu_map() local
/openbmc/qemu/tcg/
H A Dregion.c554 static int alloc_code_gen_buffer_anon(size_t size, int prot, in alloc_code_gen_buffer_anon()
688 int prot, flags; in alloc_code_gen_buffer() local
/openbmc/qemu/target/ppc/
H A Dmmu-radix64.c234 uint64_t pte, int *fault_cause, int *prot, in ppc_radix64_check_prot()
686 int psize, prot; in ppc_radix64_xlate_impl() local
/openbmc/linux/arch/powerpc/kernel/
H A Dio-workarounds.c143 pgprot_t prot, void *caller) in iowa_ioremap()
/openbmc/qemu/hw/pci/
H A Dpcie_doe.c41 DOEProtocol *prot; in pcie_doe_discovery() local
/openbmc/linux/arch/m68k/kernel/
H A Dsys_m68k.c41 unsigned long prot, unsigned long flags, in sys_mmap2()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h537 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
542 static inline pte_t set_pte_bit(pte_t pte, pgprot_t prot) in set_pte_bit()
547 static inline pmd_t clear_pmd_bit(pmd_t pmd, pgprot_t prot) in clear_pmd_bit()
552 static inline pmd_t set_pmd_bit(pmd_t pmd, pgprot_t prot) in set_pmd_bit()
557 static inline pud_t clear_pud_bit(pud_t pud, pgprot_t prot) in clear_pud_bit()
562 static inline pud_t set_pud_bit(pud_t pud, pgprot_t prot) in set_pud_bit()

1...<<11121314151617181920