Home
last modified time | relevance | path

Searched defs:prot (Results 301 – 325 of 499) sorted by relevance

1...<<11121314151617181920

/openbmc/linux/include/linux/
H A Diommu.h169 int prot; member
778 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in iommu_map()
798 unsigned int nents, int prot, gfp_t gfp) in iommu_map_sg()
1114 unsigned long iova, struct sg_table *sgt, int prot) in iommu_map_sgtable()
/openbmc/linux/drivers/iommu/
H A Dmtk_iommu_v1.c57 #define F_MMU_TF_PROTECT_SEL(prot) (((prot) & 0x3) << 5) argument
331 int prot, gfp_t gfp, size_t *mapped) in mtk_iommu_v1_map()
H A Diommu.c2422 phys_addr_t paddr, size_t size, int prot, in __iommu_map_pages()
2446 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in __iommu_map()
2506 phys_addr_t paddr, size_t size, int prot, gfp_t gfp) in iommu_map()
2616 struct scatterlist *sg, unsigned int nents, int prot, in iommu_map_sg()
2786 size_t length, int prot, in iommu_alloc_resv_region()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1058 int prot; in flash_erase() local
1445 static int cfi_protect_bugfix(flash_info_t *info, long sector, int prot) in cfi_protect_bugfix()
1479 int flash_real_protect(flash_info_t *info, long sector, int prot) in flash_real_protect()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c31 __le16 prot; member
792 u8 prot = qc->tf.protocol; in sil24_qc_defer() local
848 u16 prot = 0; in sil24_qc_prep() local
/openbmc/linux/fs/
H A Dbinfmt_elf.c113 static int set_brk(unsigned long start, unsigned long end, int prot) in set_brk()
371 const struct elf_phdr *eppnt, int prot, int type, in elf_map()
574 int prot = 0; in make_prot() local
/openbmc/linux/include/uapi/linux/
H A Dscif_ioctl.h123 __s32 prot; member
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c103 pgprot_t prot; in aspeed_p2a_mmap() local
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c741 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, in arch_elf_adjust_prot()
/openbmc/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c477 pgprot_t prot; in coproc_mmap() local
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-64k.h176 unsigned long pfn, pgprot_t prot) in hash__remap_4k_pfn()
/openbmc/linux/arch/arm/mach-sa1100/
H A Dassabet.c605 int prot = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_DOMAIN(DOMAIN_IO); in map_sa1100_gpio_regs() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c423 pgprot_t prot; in vmw_bo_vm_fault() local
/openbmc/qemu/target/riscv/
H A Dpmp.c682 int prot = 0; in pmp_priv_to_page_prot() local
/openbmc/linux/mm/
H A Dmmap.c1212 unsigned long len, unsigned long prot, in do_mmap()
1391 unsigned long prot, unsigned long flags, in ksys_mmap_pgoff()
1436 unsigned long, prot, unsigned long, flags, in SYSCALL_DEFINE6() argument
1446 unsigned long prot; member
2961 unsigned long, prot, unsigned long, pgoff, unsigned long, flags) in SYSCALL_DEFINE5() argument
/openbmc/u-boot/net/
H A Dnet.c1455 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot) in net_set_ether()
1480 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
/openbmc/qemu/include/hw/xen/
H A Dxen_native.h85 void **paddr, int prot, int flags) in xenforeignmemory_map_resource()
104 int prot, int flags, size_t pages, in xenforeignmemory_map2()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h462 unsigned long prot = pgprot_val(_prot); local
473 unsigned long prot = pgprot_val(_prot); local
/openbmc/linux/tools/perf/util/
H A Dmap.h24 u32 prot; in DECLARE_RC_STRUCT() local
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c147 int hash__map_kernel_page(unsigned long ea, unsigned long pa, pgprot_t prot) in hash__map_kernel_page()
H A Dhash_utils.c348 unsigned long pstart, unsigned long prot, in htab_bolt_mapping()
964 int nid, pgprot_t prot) in hash__create_section_mapping()
1034 unsigned long prot; in htab_initialize() local
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c256 pgprot_t prot; in pg_level_to_pfn() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem_shmem_helper.c325 pgprot_t prot = PAGE_KERNEL; in drm_gem_shmem_vmap() local
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c127 pgprot_t prot = PAGE_KERNEL_EXEC_NOENC; in init_transition_pgtable() local
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h254 #define pfn_pte(pfn, prot) __pte(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) argument
255 #define pfn_pmd(pfn, prot) __pmd(((pfn) << PFN_PTE_SHIFT) | pgprot_val(prot)) argument

1...<<11121314151617181920