Home
last modified time | relevance | path

Searched defs:prot (Results 276 – 300 of 498) sorted by relevance

1...<<11121314151617181920

/openbmc/qemu/target/rx/
H A Dcpu.c168 uint32_t address, physical, prot; in rx_cpu_tlb_fill() local
/openbmc/linux/arch/arm64/kernel/
H A Dacpi.c273 pgprot_t prot; in acpi_os_ioremap() local
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c3076 enum qeth_prot_versions prot, in qeth_ipa_alloc_cmd()
3268 enum qeth_prot_versions prot) in qeth_query_ipassists()
5482 u16 prot = (l3_hdr->flags & QETH_HDR_IPV6) ? ETH_P_IPV6 : in qeth_l3_rebuild_skb() local
6059 enum qeth_prot_versions prot) in qeth_get_setassparms_cmd()
6086 enum qeth_prot_versions prot) in qeth_send_simple_setassparms_prot()
6592 enum qeth_prot_versions prot) in qeth_set_csum_off()
6599 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_csum_on()
6659 enum qeth_prot_versions prot, u8 *lp2lp) in qeth_set_ipa_csum()
6680 enum qeth_prot_versions prot) in qeth_set_tso_off()
6687 enum qeth_prot_versions prot) in qeth_set_tso_on()
[all …]
/openbmc/qemu/include/hw/xen/
H A Dxen_backend_ops.h213 uint32_t *refs, int prot) in qemu_xen_gnttab_map_refs()
239 static inline void *qemu_xen_foreignmem_map(uint32_t dom, void *addr, int prot, in qemu_xen_foreignmem_map()
/openbmc/linux/include/linux/
H A Ddma-map-ops.h354 #define pgprot_dmacoherent(prot) pgprot_noncached(prot) argument
359 static inline pgprot_t dma_pgprot(struct device *dev, pgprot_t prot, in dma_pgprot()
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/arch/powerpc/mm/book3s64/
H A Dpkeys.c390 int __arch_override_mprotect_pkey(struct vm_area_struct *vma, int prot, in __arch_override_mprotect_pkey()
/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.c159 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c94 size_t size, int prot) in etnaviv_iommuv2_map()
/openbmc/linux/include/uapi/linux/
H A Dagpgart.h82 int prot; /* prot flags for mmap */ member
/openbmc/linux/mm/kmsan/
H A Dshadow.c220 pgprot_t prot, struct page **pages, in kmsan_vmap_pages_range_noflush()
H A Dhooks.c152 phys_addr_t phys_addr, pgprot_t prot, in kmsan_ioremap_page_range() argument
/openbmc/linux/drivers/vfio/
H A Dvfio_iommu_type1.c93 int prot; /* IOMMU_READ/WRITE */ member
462 static int put_pfn(unsigned long pfn, int prot) in put_pfn()
556 long npages, int prot, unsigned long *pfn, in vaddr_get_pfns()
799 int npage, int prot, in vfio_iommu_type1_pin_pages()
1431 unsigned long pfn, long npage, int prot) in vfio_iommu_map()
1564 int ret = 0, prot = 0; in vfio_dma_do_map() local
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c497 enum gacc_mode mode, enum prot_type prot, bool terminate) in trans_exc_ending()
567 enum gacc_mode mode, enum prot_type prot) in trans_exc()
634 enum gacc_mode mode, enum prot_type *prot) in guest_translate()
961 enum prot_type prot; in guest_range_to_gpas() local
1076 enum prot_type prot; in access_guest_with_key() local
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.c186 static void map_input(const char *name, void **addr, size_t *len, int prot) in map_input()
/openbmc/linux/arch/powerpc/mm/
H A Dmem.c62 int nid, pgprot_t prot) in create_section_mapping()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-4k.h74 #define remap_4k_pfn(vma, addr, pfn, prot) \ argument
/openbmc/linux/mm/
H A Dutil.c544 unsigned long len, unsigned long prot, in vm_mmap_pgoff()
567 unsigned long len, unsigned long prot, in vm_mmap()
/openbmc/u-boot/drivers/mtd/
H A Dst_smi.c534 int prot = 0; in flash_erase() local
H A Dpic32_flash.c108 int prot, sect; in flash_erase() local
/openbmc/linux/tools/testing/selftests/mm/
H A Dksm_functional_tests.c148 static char *mmap_and_merge_range(char val, unsigned long size, int prot, in mmap_and_merge_range()
/openbmc/qemu/target/s390x/
H A Dhelper.c46 int prot; in s390_cpu_get_phys_page_debug() local
/openbmc/linux/arch/arm64/mm/
H A Dptdump.c256 u64 prot = 0; in note_page() local
/openbmc/linux/arch/s390/mm/
H A Ddump_pagetables.c156 unsigned int prot; in note_page() local
/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()

1...<<11121314151617181920