Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 55) sorted by relevance

123

/include/asm-frv/
Dpgtable.h187 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
193 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
216 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset()
228 #define pud_alloc_one(mm, address) NULL argument
264 #define __pmd_index(address) 0 argument
266 static inline pmd_t *pmd_offset(pud_t *dir, unsigned long address) in pmd_offset()
437 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
441 #define __pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
449 #define pte_index(address) \ argument
451 #define pte_offset_kernel(dir, address) \ argument
[all …]
Dtlb.h17 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
/include/linux/
Dmmu_notifier.h171 unsigned long address) in mmu_notifier_clear_flush_young()
179 unsigned long address) in mmu_notifier_invalidate_page()
246 unsigned long address) in mmu_notifier_clear_flush_young()
252 unsigned long address) in mmu_notifier_invalidate_page()
Dmm.h604 #define set_page_address(page, address) \ argument
619 #define set_page_address(page, address) do { } while(0) argument
813 struct vm_area_struct *vma, unsigned long address, in handle_mm_fault()
895 unsigned long address) in __pud_alloc()
905 unsigned long address) in __pmd_alloc()
921 static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in pud_alloc()
927 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in pmd_alloc()
968 #define pte_offset_map_lock(mm, pmd, address, ptlp) \ argument
982 #define pte_alloc_map(mm, pmd, address) \ argument
986 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument
[all …]
Drmap.h77 …tic inline void page_dup_rmap(struct page *page, struct vm_area_struct *vma, unsigned long address) in page_dup_rmap()
Dswapops.h126 unsigned long address) { } in migration_entry_wait()
/include/asm-m32r/
Dpgtable.h318 #define pgd_index(address) \ argument
321 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
324 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
326 #define pmd_index(address) \ argument
329 #define pte_index(address) \ argument
331 #define pte_offset_kernel(dir, address) \ argument
333 #define pte_offset_map(dir, address) \ argument
335 #define pte_offset_map_nested(dir, address) pte_offset_map(dir, address) argument
Dpgalloc.h34 unsigned long address) in pte_alloc_one_kernel()
42 unsigned long address) in pte_alloc_one()
Dtlb.h10 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) argument
Dscatterlist.h10 char * address; /* Location data is to be transferred to, NULL for member
Dio.h25 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys()
43 static inline void *phys_to_virt(unsigned long address) in phys_to_virt()
/include/asm-mn10300/
Dpgtable.h412 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
418 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
424 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
432 #define pmd_index(address) \ argument
441 #define pte_index(address) \ argument
444 #define pte_offset_kernel(dir, address) \ argument
458 #define pte_offset_map(dir, address) \ argument
460 #define pte_offset_map_nested(dir, address) pte_offset_map(dir, address) argument
Dtlb.h24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
Dio.h228 static inline unsigned long virt_to_phys(volatile void *address) in virt_to_phys()
233 static inline void *phys_to_virt(unsigned long address) in phys_to_virt()
283 static inline unsigned long virt_to_bus(volatile void *address) in virt_to_bus()
288 static inline void *bus_to_virt(unsigned long address) in bus_to_virt()
/include/asm-generic/
D4level-fixup.h13 #define pmd_alloc(mm, pud, address) \ argument
17 #define pud_alloc(mm, pgd, address) (pgd) argument
Dpgtable-nopud.h38 static inline pud_t * pud_offset(pgd_t * pgd, unsigned long address) in pud_offset()
53 #define pud_alloc_one(mm, address) NULL argument
Dpgtable-nopmd.h43 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
58 #define pmd_alloc_one(mm, address) NULL argument
Dtlb.h120 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
/include/xen/interface/
Dxencomm.h38 uint64_t address[0]; member
Dcallback.h87 xen_callback_t address; member
/include/xen/
Dxencomm.h30 uint64_t address[XENCOMM_MINI_ADDRS]; member
/include/linux/lockd/
Dbind.h40 const struct sockaddr *address; member
/include/acpi/
Dprocessor.h52 u64 address; member
69 u32 address; member
110 u64 address; member
151 u64 address; member
180 u32 address; member
Dacrestyp.h191 u16 address; member
231 u32 address; member
329 u64 address; member
376 struct acpi_resource_address address; /* Common 16/32/64 address fields */ member
400 acpi_integer address; /* here for 64-bit alignment */ member
/include/media/
Dv4l2-i2c-drv-legacy.h53 static int v4l2_i2c_drv_attach_legacy(struct i2c_adapter *adapter, int address, int kind) in v4l2_i2c_drv_attach_legacy()

123