Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/kernel/linux/linux-5.10/mm/
Ddebug_vm_pgtable.c63 pgprot_t prot = protection_map[idx]; in pte_basic_tests() local
92 pgprot_t prot) in pte_advanced_tests()
135 static void __init pte_savedwrite_tests(unsigned long pfn, pgprot_t prot) in pte_savedwrite_tests()
150 pgprot_t prot = protection_map[idx]; in pmd_basic_tests() local
189 pgprot_t prot, pgtable_t pgtable) in pmd_advanced_tests()
236 static void __init pmd_leaf_tests(unsigned long pfn, pgprot_t prot) in pmd_leaf_tests()
254 static void __init pmd_huge_tests(pmd_t *pmdp, unsigned long pfn, pgprot_t prot) in pmd_huge_tests()
273 static void __init pmd_huge_tests(pmd_t *pmdp, unsigned long pfn, pgprot_t prot) { } in pmd_huge_tests()
276 static void __init pmd_savedwrite_tests(unsigned long pfn, pgprot_t prot) in pmd_savedwrite_tests()
295 pgprot_t prot = protection_map[idx]; in pud_basic_tests() local
[all …]
Dioremap.c65 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pte_range()
86 pgprot_t prot) in ioremap_try_huge_pmd()
107 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pmd_range()
132 pgprot_t prot) in ioremap_try_huge_pud()
153 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_pud_range()
178 pgprot_t prot) in ioremap_try_huge_p4d()
199 unsigned long end, phys_addr_t phys_addr, pgprot_t prot, in ioremap_p4d_range()
223 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
253 void __iomem *ioremap_prot(phys_addr_t addr, size_t size, unsigned long prot) in ioremap_prot()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmman.h9 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits()
22 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument
40 pteval_t prot = 0; in arch_vm_get_page_prot() local
62 static inline bool arch_validate_prot(unsigned long prot, in arch_validate_prot()
75 #define arch_validate_prot(prot, addr) arch_validate_prot(prot, addr) argument
Dpgalloc.h23 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate()
33 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate()
41 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate()
51 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate()
61 pmdval_t prot) in __pmd_populate()
/kernel/linux/linux-6.6/net/ipv4/
Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol()
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol()
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
/kernel/linux/linux-5.10/net/ipv4/
Dprotocol.c32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol()
45 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
52 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_del_protocol()
65 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
/kernel/linux/linux-6.6/net/ipv6/
Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
/kernel/linux/linux-5.10/net/ipv6/
Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dpgalloc.h23 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate()
36 static inline void __pud_populate(pud_t *pudp, phys_addr_t pmdp, pudval_t prot) in __pud_populate()
44 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate()
57 static inline void __p4d_populate(p4d_t *p4dp, phys_addr_t pudp, p4dval_t prot) in __p4d_populate()
67 pmdval_t prot) in __pmd_populate()
Dmman.h11 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits()
24 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument
45 static inline bool arch_validate_prot(unsigned long prot, in arch_validate_prot()
58 #define arch_validate_prot(prot, addr) arch_validate_prot(prot, addr) argument
Dvmalloc.h10 static inline bool arch_vmap_pud_supported(pgprot_t prot) in arch_vmap_pud_supported()
20 static inline bool arch_vmap_pmd_supported(pgprot_t prot) in arch_vmap_pmd_supported()
29 static inline pgprot_t arch_vmap_pgprot_tagged(pgprot_t prot) in arch_vmap_pgprot_tagged()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap() local
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc() local
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent() local
64 unsigned long size, pgprot_t prot) in early_ioremap_range()
79 pgprot_t prot, void *caller) in do_ioremap()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dmman.h30 #define arch_calc_vm_prot_bits(prot, pkey) sparc_calc_vm_prot_bits(prot) argument
31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) in sparc_calc_vm_prot_bits()
49 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) argument
50 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) in sparc_validate_prot()
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dpgtable.h112 #define __pgprot_modify(prot,mask,bits) \ argument
115 #define pgprot_noncached(prot) \ argument
118 #define pgprot_writecombine(prot) \ argument
121 #define pgprot_stronglyordered(prot) \ argument
124 #define pgprot_device(prot) \ argument
128 #define pgprot_dmacoherent(prot) \ argument
135 #define pgprot_dmacoherent(prot) \ argument
169 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) argument
172 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) argument
216 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/mm/
Dioremap.c14 pgprot_t prot = pgprot_noncached(PAGE_KERNEL); in ioremap() local
25 pgprot_t prot = pgprot_noncached_wc(PAGE_KERNEL); in ioremap_wc() local
36 pgprot_t prot = pgprot_cached(PAGE_KERNEL); in ioremap_coherent() local
64 unsigned long size, pgprot_t prot) in early_ioremap_range()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dmman.h30 #define arch_calc_vm_prot_bits(prot, pkey) sparc_calc_vm_prot_bits(prot) argument
31 static inline unsigned long sparc_calc_vm_prot_bits(unsigned long prot) in sparc_calc_vm_prot_bits()
55 #define arch_validate_prot(prot, addr) sparc_validate_prot(prot, addr) argument
56 static inline int sparc_validate_prot(unsigned long prot, unsigned long addr) in sparc_validate_prot()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dmman.h17 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits()
26 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument
28 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h113 #define __pgprot_modify(prot,mask,bits) \ argument
116 #define pgprot_noncached(prot) \ argument
119 #define pgprot_writecombine(prot) \ argument
122 #define pgprot_stronglyordered(prot) \ argument
125 #define pgprot_device(prot) \ argument
129 #define pgprot_dmacoherent(prot) \ argument
136 #define pgprot_dmacoherent(prot) \ argument
182 #define pfn_pte(pfn,prot) __pte(__pfn_to_phys(pfn) | pgprot_val(prot)) argument
185 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) argument
228 static inline pte_t clear_pte_bit(pte_t pte, pgprot_t prot) in clear_pte_bit()
[all …]
/kernel/linux/linux-5.10/arch/arm/mm/
Didmap.c25 unsigned long prot) in idmap_add_pmd()
56 unsigned long prot) in idmap_add_pmd()
69 unsigned long prot) in idmap_add_pud()
82 const char *text_end, unsigned long prot) in identity_mapping_add()
/kernel/linux/linux-6.6/arch/arm/mm/
Didmap.c25 unsigned long prot) in idmap_add_pmd()
56 unsigned long prot) in idmap_add_pmd()
69 unsigned long prot) in idmap_add_pud()
82 const char *text_end, unsigned long prot) in identity_mapping_add()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmman.h16 static inline unsigned long arch_calc_vm_prot_bits(unsigned long prot, in arch_calc_vm_prot_bits()
25 #define arch_calc_vm_prot_bits(prot, pkey) arch_calc_vm_prot_bits(prot, pkey) argument
39 static inline bool arch_validate_prot(unsigned long prot, unsigned long addr) in arch_validate_prot()
/kernel/linux/linux-6.6/include/xen/
Dxen-ops.h53 pgprot_t prot, unsigned int domid, in xen_remap_pfn()
80 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
117 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array()
153 pgprot_t prot, unsigned int domid) in xen_remap_domain_mfn_array()
177 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range()
/kernel/linux/linux-6.6/arch/sh/mm/
Dioremap.c40 __ioremap_29bit(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_29bit()
72 #define __ioremap_29bit(offset, size, prot) NULL argument
76 unsigned long prot) in ioremap_prot()
/kernel/linux/linux-5.10/include/xen/
Dxen-ops.h71 pgprot_t prot, unsigned int domid, in xen_remap_pfn()
98 int *err_ptr, pgprot_t prot, in xen_xlate_remap_gfn_array()
135 int *err_ptr, pgprot_t prot, in xen_remap_domain_gfn_array()
172 pgprot_t prot, unsigned int domid, in xen_remap_domain_mfn_array()
197 pgprot_t prot, unsigned int domid, in xen_remap_domain_gfn_range()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h222 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
225 #define pgprot_noncached_wc(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
228 #define pgprot_cached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
232 #define pgprot_cached_wthru(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ argument
235 #define pgprot_cached_wthru(prot) pgprot_noncached(prot) argument
238 #define pgprot_cached_noncoherent(prot) \ argument

12345678910>>...33