Searched defs:paddr (Results 76 - 100 of 407) sorted by path

1234567891011>>

/linux-master/arch/riscv/errata/thead/
H A Derrata.c86 static void thead_errata_cache_inv(phys_addr_t paddr, size_t size) argument
91 static void thead_errata_cache_wback(phys_addr_t paddr, size_t size) argument
96 static void thead_errata_cache_wback_inv(phys_addr_t paddr, size_t size) argument
/linux-master/arch/riscv/mm/
H A Ddma-noncoherent.c18 static inline void arch_dma_cache_wback(phys_addr_t paddr, size_t size) argument
31 static inline void arch_dma_cache_inv(phys_addr_t paddr, size_t size) argument
45 static inline void arch_dma_cache_wback_inv(phys_addr_t paddr, size_t size) argument
69 void arch_sync_dma_for_device(phys_addr_t paddr, size_ argument
98 arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, enum dma_data_direction dir) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Didals.h35 dma64_t paddr = virt_to_dma64(vaddr); local
71 dma64_t paddr = virt_to_dma64(vaddr); local
H A Dpage-states.h26 static __always_inline unsigned long essa(unsigned long paddr, unsigned char cmd) argument
40 unsigned long paddr = __pa(addr) & PAGE_MASK; local
H A Duv.h205 u64 paddr; member in struct:uv_cb_cfs
268 u64 paddr; member in struct:uv_cb_share
496 static inline int uv_pin_shared(unsigned long paddr) argument
501 static inline int uv_destroy_owned_page(unsigned long paddr) argument
506 static inline int uv_convert_from_secure(unsigned long paddr) argument
511 uv_convert_owned_from_secure(unsigned long paddr) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dkprobes.c125 static bool can_probe(unsigned long paddr) argument
H A Duv.c91 int uv_pin_shared(unsigned long paddr) argument
112 static int uv_destroy_page(unsigned long paddr) argument
135 int uv_destroy_owned_page(unsigned long paddr) argument
154 uv_convert_from_secure(unsigned long paddr) argument
170 uv_convert_owned_from_secure(unsigned long paddr) argument
[all...]
/linux-master/arch/s390/mm/
H A Dgmap.c2141 unsigned long vmaddr, paddr; local
1231 gmap_protect_rmap(struct gmap *sg, unsigned long raddr, unsigned long paddr, unsigned long len) argument
[all...]
H A Dhugetlbpage.c125 unsigned long size, paddr; local
H A Dpgtable.c805 unsigned long keyul, paddr; local
916 unsigned long paddr; local
978 unsigned long paddr; local
[all...]
/linux-master/arch/sh/kernel/
H A Ddma-coherent.c15 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, argument
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h223 unsigned long paddr = pfn << PAGE_SHIFT; local
/linux-master/arch/sparc/kernel/
H A Dchmc.c231 static void get_pin_and_dimm_str(int syndrome_code, unsigned long paddr, argument
H A Diommu.c478 unsigned long paddr, npages, entry, out_entry = 0, slen; local
H A Dioport.c309 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, argument
H A Dirq_64.c989 static void notrace register_one_mondo(unsigned long paddr, unsigned long type, argument
H A Dmdesc.c166 unsigned long paddr; local
H A Dpci_sun4v.c524 unsigned long paddr, npages, entry, out_entry = 0, slen; local
H A Dsignal32.c297 unsigned long pstate, paddr; local
H A Dtraps_64.c141 static int sprintf_dimm(int synd_code, unsigned long paddr, char *buf, int buflen) argument
1463 static int cheetah_check_main_memory(unsigned long paddr) argument
2083 unsigned long paddr; local
2201 unsigned long paddr; local
[all...]
/linux-master/arch/sparc/mm/
H A Dinit_64.c516 unsigned long paddr, mask = _PAGE_PADDR_4U; local
1240 unsigned long paddr; local
1281 unsigned long paddr; local
1787 unsigned long this_end, paddr = __pa(vstart); local
2477 page_in_phys_avail(unsigned long paddr) argument
2823 kern_large_tte(unsigned long paddr) argument
[all...]
H A Diommu.c188 phys_addr_t paddr = page_to_phys(page) + offset; local
H A Dsrmmu.c275 unsigned long paddr, vaddr; local
H A Dtlb.c118 unsigned long paddr, pfn = pte_pfn(orig); local
/linux-master/arch/x86/boot/compressed/
H A Dmisc.h164 static inline void snp_set_page_private(unsigned long paddr) { } argument
165 static inline void snp_set_page_shared(unsigned long paddr) { } argument

Completed in 335 milliseconds

1234567891011>>