/include/asm-frv/ |
D | pgtable.h | 187 #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 …]
|
D | tlb.h | 17 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
|
/include/linux/ |
D | mmu_notifier.h | 171 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()
|
D | mm.h | 604 #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 …]
|
D | rmap.h | 77 …tic inline void page_dup_rmap(struct page *page, struct vm_area_struct *vma, unsigned long address) in page_dup_rmap()
|
D | swapops.h | 126 unsigned long address) { } in migration_entry_wait()
|
/include/asm-m32r/ |
D | pgtable.h | 318 #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
|
D | pgalloc.h | 34 unsigned long address) in pte_alloc_one_kernel() 42 unsigned long address) in pte_alloc_one()
|
D | tlb.h | 10 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0) argument
|
D | scatterlist.h | 10 char * address; /* Location data is to be transferred to, NULL for member
|
D | io.h | 25 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/ |
D | pgtable.h | 412 #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
|
D | tlb.h | 24 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
|
D | io.h | 228 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/ |
D | 4level-fixup.h | 13 #define pmd_alloc(mm, pud, address) \ argument 17 #define pud_alloc(mm, pgd, address) (pgd) argument
|
D | pgtable-nopud.h | 38 static inline pud_t * pud_offset(pgd_t * pgd, unsigned long address) in pud_offset() 53 #define pud_alloc_one(mm, address) NULL argument
|
D | pgtable-nopmd.h | 43 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) in pmd_offset() 58 #define pmd_alloc_one(mm, address) NULL argument
|
D | tlb.h | 120 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
|
/include/xen/interface/ |
D | xencomm.h | 38 uint64_t address[0]; member
|
D | callback.h | 87 xen_callback_t address; member
|
/include/xen/ |
D | xencomm.h | 30 uint64_t address[XENCOMM_MINI_ADDRS]; member
|
/include/linux/lockd/ |
D | bind.h | 40 const struct sockaddr *address; member
|
/include/acpi/ |
D | processor.h | 52 u64 address; member 69 u32 address; member 110 u64 address; member 151 u64 address; member 180 u32 address; member
|
D | acrestyp.h | 191 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/ |
D | v4l2-i2c-drv-legacy.h | 53 static int v4l2_i2c_drv_attach_legacy(struct i2c_adapter *adapter, int address, int kind) in v4l2_i2c_drv_attach_legacy()
|