Home
last modified time | relevance | path

Searched defs:address (Results 1 – 200 of 999) sorted by relevance

12345

/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-scratch.h51 static inline uint8_t cvmx_scratch_read8(uint64_t address) in cvmx_scratch_read8()
63 static inline uint16_t cvmx_scratch_read16(uint64_t address) in cvmx_scratch_read16()
75 static inline uint32_t cvmx_scratch_read32(uint64_t address) in cvmx_scratch_read32()
87 static inline uint64_t cvmx_scratch_read64(uint64_t address) in cvmx_scratch_read64()
98 static inline void cvmx_scratch_write8(uint64_t address, uint64_t value) in cvmx_scratch_write8()
110 static inline void cvmx_scratch_write16(uint64_t address, uint64_t value) in cvmx_scratch_write16()
122 static inline void cvmx_scratch_write32(uint64_t address, uint64_t value) in cvmx_scratch_write32()
134 static inline void cvmx_scratch_write64(uint64_t address, uint64_t value) in cvmx_scratch_write64()
Dcvmx-asm.h93 #define CVMX_PREPARE_FOR_STORE(address, offset) \ argument
101 #define CVMX_DONT_WRITE_BACK(address, offset) \ argument
117 #define CVMX_CACHE(op, address, offset) \ argument
121 #define CVMX_CACHE_LCKL2(address, offset) CVMX_CACHE(31, address, offset) argument
123 #define CVMX_CACHE_WBIL2(address, offset) CVMX_CACHE(23, address, offset) argument
125 #define CVMX_CACHE_WBIL2I(address, offset) CVMX_CACHE(3, address, offset) argument
127 #define CVMX_CACHE_LTGL2I(address, offset) CVMX_CACHE(7, address, offset) argument
/linux-4.4.14/arch/x86/mm/
Dfault.c171 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault()
194 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
232 unsigned long address; in vmalloc_sync_all() local
266 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
305 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
325 static void dump_pagetable(unsigned long address) in dump_pagetable()
367 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
455 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
467 static void dump_pagetable(unsigned long address) in dump_pagetable()
527 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
[all …]
Dpgtable.c19 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
24 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
410 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
425 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
480 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
500 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
514 unsigned long address, pmd_t *pmdp) in pmdp_splitting_flush()
549 unsigned long address = __fix_to_virt(idx); in __native_set_fixmap() local
Dpageattr.c251 static inline pgprot_t static_protections(pgprot_t prot, unsigned long address, in static_protections()
327 pte_t *lookup_address_in_pgd(pgd_t *pgd, unsigned long address, in lookup_address_in_pgd()
367 pte_t *lookup_address(unsigned long address, unsigned int *level) in lookup_address()
373 static pte_t *_lookup_address_cpa(struct cpa_data *cpa, unsigned long address, in _lookup_address_cpa()
387 pmd_t *lookup_pmd_address(unsigned long address) in lookup_pmd_address()
451 static void __set_pmd_pte(pte_t *kpte, unsigned long address, pte_t pte) in __set_pmd_pte()
474 try_preserve_large_page(pte_t *kpte, unsigned long address, in try_preserve_large_page()
610 __split_large_page(struct cpa_data *cpa, pte_t *kpte, unsigned long address, in __split_large_page()
708 unsigned long address) in split_large_page()
1152 unsigned long address; in __change_page_attr() local
[all …]
/linux-4.4.14/arch/sh/mm/
Dfault.c41 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault()
127 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
177 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
207 show_fault_oops(struct pt_regs *regs, unsigned long address) in show_fault_oops()
227 unsigned long address) in no_context()
251 unsigned long address, int si_code) in __bad_area_nosemaphore()
272 unsigned long address) in bad_area_nosemaphore()
279 unsigned long address, int si_code) in __bad_area()
293 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
300 unsigned long address) in bad_area_access_error()
[all …]
Dtlbex_64.c44 unsigned long address) in handle_tlbmiss()
132 unsigned long address) in do_fast_page_fault()
Dtlbex_32.c23 unsigned long address) in handle_tlbmiss()
/linux-4.4.14/mm/
Dpgtable-generic.c48 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
62 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
73 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush()
103 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
118 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
130 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush()
143 void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_splitting_flush()
191 void pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
201 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
Drmap.c581 unsigned long address = __vma_address(page, vma); in vma_address() local
696 unsigned long address; in page_address_in_vma() local
717 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd()
756 unsigned long address, spinlock_t **ptlp, int sync) in __page_check_address()
805 unsigned long address; in page_mapped_in_vma() local
830 unsigned long address, void *arg) in page_referenced_one()
977 unsigned long address, void *arg) in page_mkclean_one()
1055 struct vm_area_struct *vma, unsigned long address) in page_move_anon_rmap()
1080 struct vm_area_struct *vma, unsigned long address, int exclusive) in __page_set_anon_rmap()
1109 struct vm_area_struct *vma, unsigned long address) in __page_check_anon_rmap()
[all …]
Dmemory.c565 pmd_t *pmd, unsigned long address) in __pte_alloc()
604 int __pte_alloc_kernel(pmd_t *pmd, unsigned long address) in __pte_alloc_kernel()
1420 static void zap_page_range_single(struct vm_area_struct *vma, unsigned long address, in zap_page_range_single()
1448 int zap_vma_ptes(struct vm_area_struct *vma, unsigned long address, in zap_vma_ptes()
1999 unsigned long address) in do_page_mkwrite()
2034 struct vm_area_struct *vma, unsigned long address, in wp_page_reuse()
2101 unsigned long address, pte_t *page_table, pmd_t *pmd, in wp_page_copy()
2230 struct vm_area_struct *vma, unsigned long address, in wp_pfn_shared()
2262 unsigned long address, pte_t *page_table, in wp_page_shared()
2326 unsigned long address, pte_t *page_table, pmd_t *pmd, in do_wp_page()
[all …]
Dhuge_memory.c103 unsigned long address; member
716 unsigned long address, pmd_t *pmd, in __do_huge_pmd_anonymous_page()
809 unsigned long address, pmd_t *pmd, in do_huge_pmd_anonymous_page()
990 unsigned long address, in huge_pmd_set_accessed()
1044 unsigned long address, in do_huge_pmd_wp_page_fallback()
1152 unsigned long address, pmd_t *pmd, pmd_t orig_pmd) in do_huge_pmd_wp_page()
1627 unsigned long address, in page_check_address_pmd()
1673 unsigned long address) in __split_huge_page_splitting()
1825 unsigned long address) in __split_huge_page_map()
2197 unsigned long address, in __collapse_huge_page_isolate()
[all …]
Dmmu_notifier.c144 unsigned long address) in __mmu_notifier_test_young()
162 void __mmu_notifier_change_pte(struct mm_struct *mm, unsigned long address, in __mmu_notifier_change_pte()
177 unsigned long address) in __mmu_notifier_invalidate_page()
Dgup.c37 static int follow_pfn_pte(struct vm_area_struct *vma, unsigned long address, in follow_pfn_pte()
62 unsigned long address, pmd_t *pmd, unsigned int flags) in follow_page_pte()
178 unsigned long address, unsigned int flags, in follow_page_mask()
246 static int get_gate_page(struct mm_struct *mm, unsigned long address, in get_gate_page()
296 unsigned long address, unsigned int *flags, int *nonblocking) in faultin_page()
588 unsigned long address, unsigned int fault_flags) in fixup_user_fault()
/linux-4.4.14/arch/m68k/include/asm/
Dmcf_pgalloc.h15 unsigned long address) in pte_alloc_one_kernel()
26 extern inline pmd_t *pmd_alloc_kernel(pgd_t *pgd, unsigned long address) in pmd_alloc_kernel()
31 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
44 unsigned long address) in __pte_free_tlb()
49 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) argument
52 unsigned long address) in pte_alloc_one()
Dmotorola_pgalloc.h10 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
60 unsigned long address) in __pte_free_tlb()
69 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
80 unsigned long address) in __pmd_free_tlb()
Dvirtconvert.h18 static inline unsigned long virt_to_phys(void *address) in virt_to_phys()
23 static inline void *phys_to_virt(unsigned long address) in phys_to_virt()
Dsun3_pgtable.h188 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
190 #define pgd_offset(mm, address) \ argument
194 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
197 static inline pmd_t *pmd_offset (pgd_t *pgd, unsigned long address) in pmd_offset()
203 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) argument
204 #define pte_offset_kernel(pmd, address) ((pte_t *) __pmd_page(*pmd) + pte_index(address)) argument
205 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) argument
Dsun3_pgalloc.h17 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) argument
38 unsigned long address) in pte_alloc_one_kernel()
50 unsigned long address) in pte_alloc_one()
Dmotorola_pgtable.h190 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address)) argument
192 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
196 unsigned long address) in pgd_offset()
204 static inline pgd_t *pgd_offset_k(unsigned long address) in pgd_offset_k()
211 static inline pmd_t *pmd_offset(pgd_t *dir, unsigned long address) in pmd_offset()
217 static inline pte_t *pte_offset_kernel(pmd_t *pmdp, unsigned long address) in pte_offset_kernel()
222 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PT… argument
Dmcf_pgtable.h333 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
334 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
339 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
344 static inline pmd_t *pmd_offset(pgd_t *pgd, unsigned long address) in pmd_offset()
352 #define __pte_offset(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
353 #define pte_offset_kernel(dir, address) \ argument
/linux-4.4.14/arch/arc/kernel/
Dtraps.c31 void die(const char *str, struct pt_regs *regs, unsigned long address) in die()
90 int do_misaligned_access(unsigned long address, struct pt_regs *regs, in do_misaligned_access()
104 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) in do_machine_check_fault()
119 void do_non_swi_trap(unsigned long address, struct pt_regs *regs) in do_non_swi_trap()
147 void do_insterror_or_kprobe(unsigned long address, struct pt_regs *regs) in do_insterror_or_kprobe()
Dstacktrace.c117 unsigned int address; in arc_unwind_core() local
162 static int __print_sym(unsigned int address, void *unused) in __print_sym()
173 static int __collect_all(unsigned int address, void *arg) in __collect_all()
188 static int __collect_all_but_sched(unsigned int address, void *arg) in __collect_all_but_sched()
208 static int __get_first_nonsched(unsigned int address, void *unused) in __get_first_nonsched()
Dtroubleshoot.c81 static void show_faulting_vma(unsigned long address, char *buf) in show_faulting_vma()
121 unsigned long address; in show_ecr_verbose() local
229 unsigned long address) in show_kernel_fault_diag()
Dkgdb.c81 unsigned long address[2]; member
104 static void place_trap(unsigned long address, void *save) in place_trap()
/linux-4.4.14/arch/tile/mm/
Dfault.c48 int si_code, unsigned long address, in force_sig_info_fault()
75 SYSCALL_DEFINE1(cmpxchg_badaddr, unsigned long, address) in SYSCALL_DEFINE1() argument
105 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
137 static inline int vmalloc_fault(pgd_t *pgd, unsigned long address) in vmalloc_fault()
212 unsigned long address, unsigned long pc, in handle_migrating_pte()
264 unsigned long address, in handle_page_fault()
601 unsigned long address, in do_page_fault_ics()
703 unsigned long address, unsigned long write) in __do_page_fault()
846 unsigned long address, unsigned long write) in do_page_fault()
/linux-4.4.14/arch/mips/include/asm/
Dpgtable-64.h236 #define __pgd_offset(address) pgd_index(address) argument
237 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
238 #define __pmd_offset(address) pmd_index(address) argument
241 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
243 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
244 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
258 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
265 #define __pte_offset(address) \ argument
267 #define pte_offset(dir, address) \ argument
269 #define pte_offset_kernel(dir, address) \ argument
[all …]
Dpgtable-32.h134 #define __pgd_offset(address) pgd_index(address) argument
135 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
136 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
139 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
141 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
147 #define __pte_offset(address) \ argument
149 #define pte_offset(dir, address) \ argument
151 #define pte_offset_kernel(dir, address) \ argument
154 #define pte_offset_map(dir, address) \ argument
Dpgalloc.h68 unsigned long address) in pte_alloc_one_kernel()
78 unsigned long address) in pte_alloc_one()
104 #define __pte_free_tlb(tlb,pte,address) \ argument
112 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
/linux-4.4.14/arch/x86/mm/kmemcheck/
Dshadow.c18 void *kmemcheck_shadow_lookup(unsigned long address) in kmemcheck_shadow_lookup()
36 static void mark_shadow(void *address, unsigned int n, in mark_shadow()
77 void kmemcheck_mark_unallocated(void *address, unsigned int n) in kmemcheck_mark_unallocated()
82 void kmemcheck_mark_uninitialized(void *address, unsigned int n) in kmemcheck_mark_uninitialized()
91 void kmemcheck_mark_initialized(void *address, unsigned int n) in kmemcheck_mark_initialized()
97 void kmemcheck_mark_freed(void *address, unsigned int n) in kmemcheck_mark_freed()
Dkmemcheck.c96 int kmemcheck_show_addr(unsigned long address) in kmemcheck_show_addr()
109 int kmemcheck_hide_addr(unsigned long address) in kmemcheck_hide_addr()
270 unsigned long address; in kmemcheck_show_pages() local
296 unsigned long address; in kmemcheck_hide_pages() local
620 bool kmemcheck_fault(struct pt_regs *regs, unsigned long address, in kmemcheck_fault()
Dpte.c7 pte_t *kmemcheck_pte_lookup(unsigned long address) in kmemcheck_pte_lookup()
Derror.c29 unsigned long address; member
157 unsigned long address, unsigned int size, struct pt_regs *regs) in kmemcheck_error_save()
/linux-4.4.14/drivers/acpi/acpica/
Dexregion.c70 acpi_physical_address address, in acpi_ex_system_memory_space_handler()
309 acpi_physical_address address, in acpi_ex_system_io_space_handler()
368 acpi_physical_address address, in acpi_ex_pci_config_space_handler()
442 acpi_physical_address address, in acpi_ex_cmos_space_handler()
474 acpi_physical_address address, in acpi_ex_pci_bar_space_handler()
506 acpi_physical_address address, in acpi_ex_data_table_space_handler()
Dhwvalid.c124 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) in acpi_hw_validate_io_request()
220 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port()
284 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) in acpi_hw_write_port()
Dtbinstal.c175 acpi_tb_install_fixed_table(acpi_physical_address address, in acpi_tb_install_fixed_table()
243 acpi_tb_install_standard_table(acpi_physical_address address, in acpi_tb_install_standard_table()
399 acpi_physical_address address; in acpi_tb_override_table() local
Dhwregs.c84 u8 max_bit_width, u64 *address) in acpi_hw_validate_register()
157 u64 address; in acpi_hw_read() local
214 u64 address; in acpi_hw_write() local
Dutaddress.c76 acpi_physical_address address, in acpi_ut_add_address_range()
204 acpi_physical_address address, u32 length, u8 warn) in acpi_ut_check_address_range()
Dhwxface.c132 u64 address; in ACPI_EXPORT_SYMBOL() local
218 u64 address; in ACPI_EXPORT_SYMBOL() local
/linux-4.4.14/include/asm-generic/
Dtlb.h131 unsigned long address) in __tlb_adjust_range()
169 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
179 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
190 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument
193 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument
199 #define pte_free_tlb(tlb, ptep, address) \ argument
206 #define pud_free_tlb(tlb, pudp, address) \ argument
213 #define pmd_free_tlb(tlb, pmdp, address) \ argument
Dpgtable.h39 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
50 unsigned long address, in ptep_test_and_clear_young()
66 unsigned long address, in pmdp_test_and_clear_young()
79 unsigned long address, in pmdp_test_and_clear_young()
103 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
113 unsigned long address, in ptep_get_and_clear()
125 unsigned long address, in pmdp_huge_get_and_clear()
138 unsigned long address, pmd_t *pmdp, in pmdp_huge_get_and_clear_full()
148 unsigned long address, pte_t *ptep, in ptep_get_and_clear_full()
164 unsigned long address, in pte_clear_not_present_full()
[all …]
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
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
D4level-fixup.h14 #define pmd_alloc(mm, pud, address) \ argument
18 #define pud_alloc(mm, pgd, address) (pgd) argument
/linux-4.4.14/security/tomoyo/
Dnetwork.c13 const __be32 *address; /* In network byte order. */ member
54 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
364 const u8 operation, const char *address) in tomoyo_audit_net_log()
382 const __be32 *address = r->param.inet_network.address; in tomoyo_audit_inet_log() local
466 static int tomoyo_inet_entry(const struct tomoyo_addr_info *address) in tomoyo_inet_entry()
503 struct tomoyo_addr_info *address) in tomoyo_check_inet_address()
541 static int tomoyo_unix_entry(const struct tomoyo_addr_info *address) in tomoyo_unix_entry()
592 struct tomoyo_addr_info *address) in tomoyo_check_unix_address()
647 struct tomoyo_addr_info address; in tomoyo_socket_listen_permission() local
683 struct tomoyo_addr_info address; in tomoyo_socket_connect_permission() local
[all …]
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h42 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument
43 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) argument
694 unsigned long address, bits, skey; in pgste_update_all() local
715 unsigned long address; in pgste_set_key() local
976 static inline void __ptep_ipte(unsigned long address, pte_t *ptep) in __ptep_ipte()
986 static inline void __ptep_ipte_local(unsigned long address, pte_t *ptep) in __ptep_ipte_local()
996 static inline void __ptep_ipte_range(unsigned long address, int nr, pte_t *ptep) in __ptep_ipte_range()
1009 unsigned long address, pte_t *ptep) in ptep_flush_direct()
1026 unsigned long address, pte_t *ptep) in ptep_flush_lazy()
1102 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
[all …]
Dtlb.h106 unsigned long address) in pte_free_tlb()
119 unsigned long address) in pmd_free_tlb()
135 unsigned long address) in pud_free_tlb()
/linux-4.4.14/sound/isa/gus/
Dgus_dram.c29 unsigned int address, unsigned int size) in snd_gus_dram_poke()
60 unsigned int address, unsigned int size) in snd_gus_dram_write()
66 unsigned int address, unsigned int size, in snd_gus_dram_peek()
98 unsigned int address, unsigned int size, in snd_gus_dram_read()
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h180 #define pgd_index(address) ((((address) & ~0x80000000) >> PGDIR_SHIFT) \ argument
183 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
186 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
188 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
190 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
195 # define pte_index(pmd, address) \ argument
199 # define pte_index(pmd, address) \ argument
202 #define pte_offset_kernel(dir, address) \ argument
204 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) argument
205 #define pte_offset_map_nested(dir, address) pte_offset_kernel(dir, address) argument
[all …]
Dpgalloc.h43 unsigned long address) in pte_alloc_one_kernel()
51 unsigned long address) in pte_alloc_one()
/linux-4.4.14/arch/tile/include/asm/
Dpgalloc.h76 unsigned long address) in pte_alloc_one()
89 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
103 unsigned long address) in __pte_free_tlb()
144 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
156 unsigned long address) in __pmd_free_tlb()
Dpgtable.h320 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
326 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
332 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
334 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) argument
348 #define update_mmu_cache(vma, address, pte) do { } while (0) argument
396 static inline unsigned long pmd_index(unsigned long address) in pmd_index()
403 unsigned long address, in pmdp_test_and_clear_young()
411 unsigned long address, pmd_t *pmdp) in pmdp_set_wrprotect()
419 unsigned long address, in pmdp_huge_get_and_clear()
510 static inline unsigned long pte_index(unsigned long address) in pte_index()
[all …]
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c189 acpi_os_get_table_by_address(acpi_physical_address address, in acpi_os_get_table_by_address()
256 acpi_physical_address * address) in acpi_os_get_table_by_name()
384 u32 *instance, acpi_physical_address * address) in acpi_os_get_table_by_index()
439 unsigned long long address = 0; in osl_find_rsdp_via_efi_by_keyword() local
468 acpi_physical_address address = 0; in osl_find_rsdp_via_efi() local
579 acpi_physical_address address; in osl_table_initialize() local
803 acpi_physical_address * address) in osl_get_bios_table()
1048 osl_map_table(acpi_size address, in osl_map_table()
1304 acpi_physical_address * address) in osl_get_customized_table()
/linux-4.4.14/drivers/acpi/pmic/
Dintel_pmic.c32 static int pmic_get_reg_bit(int address, struct pmic_table *table, in pmic_get_reg_bit()
49 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler()
151 static bool pmic_thermal_is_temp(int address) in pmic_thermal_is_temp()
156 static bool pmic_thermal_is_aux(int address) in pmic_thermal_is_aux()
162 static bool pmic_thermal_is_pen(int address) in pmic_thermal_is_pen()
168 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler()
/linux-4.4.14/tools/power/acpi/tools/acpidump/
Dapdump.c174 u32 instance, acpi_physical_address address) in ap_dump_table_buffer()
225 acpi_physical_address address; in ap_dump_all_tables() local
281 acpi_physical_address address; in ap_dump_table_by_address() local
328 acpi_physical_address address; in ap_dump_table_by_name() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dbmi.c92 u32 address, void *buffer, u32 length) in ath10k_bmi_read_memory()
133 u32 address, const void *buffer, u32 length) in ath10k_bmi_write_memory()
178 int ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) in ath10k_bmi_execute()
255 int ath10k_bmi_lz_stream_start(struct ath10k *ar, u32 address) in ath10k_bmi_lz_stream_start()
282 u32 address, const void *buffer, u32 length) in ath10k_bmi_fast_download()
Dhif.h99 static inline int ath10k_hif_diag_read(struct ath10k *ar, u32 address, void *buf, in ath10k_hif_diag_read()
105 static inline int ath10k_hif_diag_write(struct ath10k *ar, u32 address, in ath10k_hif_diag_write()
184 static inline u32 ath10k_hif_read32(struct ath10k *ar, u32 address) in ath10k_hif_read32()
195 u32 address, u32 data) in ath10k_hif_write32()
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h70 #define __pgd_offset(address) pgd_index(address) argument
71 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
72 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
75 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
76 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
82 #define __pte_offset(address) \ argument
84 #define pte_offset(dir, address) \ argument
86 #define pte_offset_kernel(dir, address) \ argument
89 #define pte_offset_map(dir, address) \ argument
255 unsigned long address, pte_t *ptep) in update_mmu_cache()
Dpgalloc.h41 unsigned long address) in pte_alloc_one_kernel()
52 unsigned long address) in pte_alloc_one()
/linux-4.4.14/net/wireless/
Dwext-spy.c32 struct sockaddr * address = (struct sockaddr *) extra; in iw_handler_set_spy() local
80 struct sockaddr * address = (struct sockaddr *) extra; in iw_handler_get_spy() local
163 unsigned char * address, in iw_send_thrspy_event()
193 unsigned char * address, in wireless_spy_update()
/linux-4.4.14/drivers/bcma/
Ddriver_pci.c20 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) in bcma_pcie_read()
27 static void bcma_pcie_write(struct bcma_drv_pci *pc, u32 address, u32 data) in bcma_pcie_write()
58 static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u16 device, u8 address) in bcma_pcie_mdio_read()
102 u8 address, u16 data) in bcma_pcie_mdio_write()
141 u8 address, u16 data) in bcma_pcie_mdio_writeread()
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h217 #define PAGE_PTR(address) \ argument
375 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
377 #define __pgd_offset(address) pgd_index(address) argument
379 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
382 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
384 #define __pmd_offset(address) \ argument
393 #define __pte_offset(address) \ argument
395 #define pte_offset_kernel(dir, address) \ argument
397 #define pte_offset_map(dir, address) \ argument
399 #define pte_offset_map_nested(dir, address) \ argument
[all …]
/linux-4.4.14/arch/sparc/mm/
Dfault_32.c38 static void __noreturn unhandled_fault(unsigned long address, in unhandled_fault()
58 unsigned long address) in lookup_fault()
107 unsigned long address, struct task_struct *tsk) in show_signal_msg()
168 unsigned long address) in do_sparc_fault()
384 static void force_user_fault(unsigned long address, int write) in force_user_fault()
Dfault_64.c53 static void __kprobes unhandled_fault(unsigned long address, in unhandled_fault()
150 unsigned long address, struct task_struct *tsk) in show_signal_msg()
216 unsigned long address) in do_kernel_fault()
289 unsigned long address, mm_rss; in do_sparc64_fault() local
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Drq_enet_desc.h25 __le64 address; member
44 u64 address, u8 type, u16 length) in rq_enet_desc_enc()
52 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
Dwq_enet_desc.h25 __le64 address; member
54 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
73 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/linux-4.4.14/drivers/scsi/fnic/
Drq_enet_desc.h23 __le64 address; member
42 u64 address, u8 type, u16 length) in rq_enet_desc_enc()
50 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
Dwq_enet_desc.h23 __le64 address; member
52 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
71 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h89 #define PAGE_PTR(address) \ argument
232 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
235 static inline pgd_t * pgd_offset(const struct mm_struct *mm, unsigned long address) in pgd_offset()
241 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
244 #define __pte_offset(address) \ argument
246 #define pte_offset_kernel(dir, address) \ argument
248 #define pte_offset_map(dir, address) \ argument
270 unsigned long address, pte_t *ptep) in update_mmu_cache()
Dpgalloc.h25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
31 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
55 #define __pte_free_tlb(tlb,pte,address) \ argument
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h51 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
52 #define __pgd_offset(address) pgd_index(address) argument
53 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
56 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
58 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
59 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
78 #define pte_index(address) \ argument
81 #define __pte_offset(address) pte_index(address) argument
Dpgtable_32.h407 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
408 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
409 #define __pgd_offset(address) pgd_index(address) argument
412 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
414 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
415 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
418 #define pte_index(address) ((address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
419 #define __pte_offset(address) pte_index(address) argument
421 #define pte_offset_kernel(dir, address) \ argument
423 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) argument
Dpgalloc.h35 unsigned long address) in pte_alloc_one_kernel()
41 unsigned long address) in pte_alloc_one()
Dpgtable-3level.h39 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
40 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset()
Dstacktrace.h13 void (*address)(void *data, unsigned long address, int reliable); member
/linux-4.4.14/drivers/mfd/
Dtwl4030-power.c188 static int twl4030_write_script_byte(u8 address, u8 byte) in twl4030_write_script_byte()
200 static int twl4030_write_script_ins(u8 address, u16 pmb_message, in twl4030_write_script_ins()
220 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script()
245 static int twl4030_config_wakeup3_sequence(u8 address) in twl4030_config_wakeup3_sequence()
269 u8 address) in twl4030_config_wakeup12_sequence()
319 static int twl4030_config_sleep_sequence(u8 address) in twl4030_config_sleep_sequence()
332 static int twl4030_config_warmreset_sequence(u8 address) in twl4030_config_warmreset_sequence()
467 u8 address) in load_twl4030_script()
571 u8 address = twl4030_start_script_address; in twl4030_power_configure_scripts() local
/linux-4.4.14/arch/openrisc/kernel/
Dtraps.c288 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap()
300 asmlinkage void do_unaligned_access(struct pt_regs *regs, unsigned long address) in do_unaligned_access()
319 asmlinkage void do_bus_fault(struct pt_regs *regs, unsigned long address) in do_bus_fault()
338 unsigned long address) in do_illegal_instruction()
/linux-4.4.14/arch/sh/kernel/
Dtraps_64.c87 __u64 *address) in generate_and_check_address()
137 static void misaligned_kernel_word_load(__u64 address, int do_sign_extend, __u64 *result) in misaligned_kernel_word_load()
153 static void misaligned_kernel_word_store(__u64 address, __u64 value) in misaligned_kernel_word_store()
174 __u64 address; in misaligned_load() local
248 __u64 address; in misaligned_store() local
320 __u64 address; in misaligned_fpu_load() local
392 __u64 address; in misaligned_fpu_store() local
Dio_trapped.c139 static struct trapped_io *lookup_tiop(unsigned long address) in lookup_tiop()
166 unsigned long address) in lookup_address()
271 int handle_trapped_io(struct pt_regs *regs, unsigned long address) in handle_trapped_io()
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h183 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
189 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
212 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset()
224 #define pud_alloc_one(mm, address) NULL argument
226 #define __pud_free_tlb(tlb, x, address) do { } while (0) argument
260 #define __pmd_index(address) 0 argument
262 static inline pmd_t *pmd_offset(pud_t *dir, unsigned long address) in pmd_offset()
432 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
436 #define __pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
444 #define pte_index(address) \ argument
[all …]
/linux-4.4.14/arch/mips/txx9/generic/
Dspi_eeprom.c49 int address; member
60 int address = read_param->address; in early_seeprom_probe() local
87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read()
/linux-4.4.14/drivers/acpi/
Dsbshc.c91 static inline int smb_hc_read(struct acpi_smb_hc *hc, u8 address, u8 *data) in smb_hc_read()
96 static inline int smb_hc_write(struct acpi_smb_hc *hc, u8 address, u8 data) in smb_hc_write()
109 u8 address, u8 command, u8 *data, u8 length) in acpi_smbus_transaction()
165 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_read()
173 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_write()
215 u8 address; in smbus_alarm() local
/linux-4.4.14/arch/powerpc/mm/
Dmmu_decl.h55 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
65 static inline void _tlbil_va(unsigned long address, unsigned int pid, in _tlbil_va()
76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, in _tlbivax_bcast()
Dfault.c116 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus()
208 int __kprobes do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()
509 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault()
Dpgtable_32.c107 __init_refok pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
121 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
401 unsigned long address; in __change_page_attr() local
452 unsigned long address = __fix_to_virt(idx); in __set_fixmap() local
Dpgtable_64.c494 int pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long address, in pmdp_set_access_flags()
547 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
587 unsigned long address, pmd_t *pmdp) in pmdp_test_and_clear_young()
601 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
611 unsigned long address, pmd_t *pmdp) in pmdp_splitting_flush()
715 void pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
/linux-4.4.14/arch/microblaze/include/asm/
Dpgalloc.h108 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
114 unsigned long address) in pte_alloc_one()
136 unsigned long address) in pte_alloc_one_fast()
184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
Dpci-bridge.h20 static inline int pcibios_vaddr_is_ioport(void __iomem *address) in pcibios_vaddr_is_ioport()
100 static inline int isa_vaddr_is_ioport(void __iomem *address) in isa_vaddr_is_ioport()
/linux-4.4.14/arch/x86/include/asm/
Dbios_ebda.h15 unsigned int address = *(unsigned short *)phys_to_virt(0x40E); in get_bios_ebda() local
25 unsigned int address; in get_bios_ebda_length() local
Dpgtable_32.h49 #define pte_offset_map(dir, address) \ argument
54 #define pte_offset_map(dir, address) \ argument
Dpgalloc.h57 unsigned long address) in __pte_free_tlb()
104 unsigned long address) in __pmd_free_tlb()
140 unsigned long address) in __pud_free_tlb()
Dpgtable.h540 static inline unsigned long pmd_index(unsigned long address) in pmd_index()
560 static inline unsigned long pte_index(unsigned long address) in pte_index()
565 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) in pte_offset_kernel()
604 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset()
644 static inline unsigned long pud_index(unsigned long address) in pud_index()
649 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset()
673 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
679 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index((address))) argument
684 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) argument
801 #define flush_tlb_fix_spurious_fault(vma, address) do { } while (0) argument
Dio.h118 static inline phys_addr_t virt_to_phys(volatile void *address) in virt_to_phys()
136 static inline void *phys_to_virt(phys_addr_t address) in phys_to_virt()
151 static inline unsigned int isa_virt_to_bus(volatile void *address) in isa_virt_to_bus()
Dvsyscall.h17 static inline bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) in emulate_vsyscall()
/linux-4.4.14/include/linux/
Dkmemcheck.h123 static inline void kmemcheck_mark_unallocated(void *address, unsigned int n) in kmemcheck_mark_unallocated()
127 static inline void kmemcheck_mark_uninitialized(void *address, unsigned int n) in kmemcheck_mark_uninitialized()
131 static inline void kmemcheck_mark_initialized(void *address, unsigned int n) in kmemcheck_mark_initialized()
135 static inline void kmemcheck_mark_freed(void *address, unsigned int n) in kmemcheck_mark_freed()
Dmmu_notifier.h257 unsigned long address) in mmu_notifier_test_young()
265 unsigned long address, pte_t pte) in mmu_notifier_change_pte()
272 unsigned long address) in mmu_notifier_invalidate_page()
434 unsigned long address) in mmu_notifier_test_young()
440 unsigned long address, pte_t pte) in mmu_notifier_change_pte()
445 unsigned long address) in mmu_notifier_invalidate_page()
Dtimeriomem-rng.h12 void __iomem *address; member
/linux-4.4.14/arch/um/include/asm/
Dpgtable.h297 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
303 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
309 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
318 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
329 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
330 #define pte_offset_kernel(dir, address) \ argument
332 #define pte_offset_map(dir, address) \ argument
339 #define update_mmu_cache(vma,address,ptep) do ; while (0) argument
Dpgalloc.h42 #define __pte_free_tlb(tlb,pte, address) \ argument
55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) argument
/linux-4.4.14/arch/alpha/include/asm/
Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
54 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
67 pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
Dpgtable.h169 #define PAGE_PTR(address) \ argument
280 #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address)) argument
283 #define pgd_offset_k(address) pgd_offset(&init_mm, (address)) argument
286 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
287 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
303 extern inline pmd_t * pmd_offset(pgd_t * dir, unsigned long address) in pmd_offset()
311 extern inline pte_t * pte_offset_kernel(pmd_t * dir, unsigned long address) in pte_offset_kernel()
329 unsigned long address, pte_t *ptep) in update_mmu_cache()
Dtlb.h12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
Dio.h63 static inline unsigned long virt_to_phys(void *address) in virt_to_phys()
68 static inline void * phys_to_virt(unsigned long address) in phys_to_virt()
73 static inline unsigned long virt_to_phys(void *address) in virt_to_phys()
87 static inline void * phys_to_virt(unsigned long address) in phys_to_virt()
114 static inline unsigned long __deprecated virt_to_bus(void *address) in virt_to_bus()
122 static inline void * __deprecated bus_to_virt(unsigned long address) in bus_to_virt()
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-64.h80 unsigned long address) in pte_alloc_one_kernel()
86 unsigned long address) in pte_alloc_one()
149 unsigned long address) in __pte_free_tlb()
195 unsigned long address) in pte_alloc_one_kernel()
201 unsigned long address) in pte_alloc_one()
217 unsigned long address) in __pte_free_tlb()
Dpgtable-ppc32.h299 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
302 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
303 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
306 #define pte_index(address) \ argument
Dpgalloc.h11 unsigned long address) in tlb_flush_pgtable()
/linux-4.4.14/sound/pci/asihpi/
Dhpi6000.c955 u32 address; in hpi6000_adapter_boot_load_dsp() local
990 u32 address; in hpi6000_adapter_boot_load_dsp() local
1024 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp() local
1142 static int hpi_set_address(struct dsp_obj *pdo, u32 address) in hpi_set_address()
1159 static void hpi_write_word(struct dsp_obj *pdo, u32 address, u32 data) in hpi_write_word()
1167 static u32 hpi_read_word(struct dsp_obj *pdo, u32 address) in hpi_read_word()
1180 static void hpi_write_block(struct dsp_obj *pdo, u32 address, u32 *pdata, in hpi_write_block()
1200 static void hpi_read_block(struct dsp_obj *pdo, u32 address, u32 *pdata, in hpi_read_block()
1303 u32 address; in hpi6000_message_response_sequence() local
1397 static short hpi6000_send_data_check_adr(u32 address, u32 length_in_dwords) in hpi6000_send_data_check_adr()
[all …]
/linux-4.4.14/arch/nios2/mm/
Dioremap.c22 static inline void remap_area_pte(pte_t *pte, unsigned long address, in remap_area_pte()
50 static inline int remap_area_pmd(pmd_t *pmd, unsigned long address, in remap_area_pmd()
76 static int remap_area_pages(unsigned long address, unsigned long phys_addr, in remap_area_pages()
/linux-4.4.14/arch/h8300/include/asm/
Dtraps.h24 #define VECTOR(address) ((JMP_OP)|((unsigned long)address)) argument
25 #define REDIRECT(address) ((JSR_OP)|((unsigned long)address)) argument
/linux-4.4.14/arch/mips/mm/
Dioremap.c19 static inline void remap_area_pte(pte_t * pte, unsigned long address, in remap_area_pte()
45 static inline int remap_area_pmd(pmd_t * pmd, unsigned long address, in remap_area_pmd()
67 static int remap_area_pages(unsigned long address, phys_addr_t phys_addr, in remap_area_pages()
Dfault.c40 unsigned long address) in __do_page_fault()
336 unsigned long write, unsigned long address) in do_page_fault()
/linux-4.4.14/drivers/staging/media/cxd2099/
Dcxd2099.c135 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard()
146 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard()
161 static int read_io(struct cxd *ci, u16 address, u8 *val) in read_io()
172 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io()
431 int slot, int address) in read_attribute_mem()
463 int address, u8 value) in write_attribute_mem()
475 int slot, u8 address) in read_cam_control()
488 u8 address, u8 value) in write_cam_control()
/linux-4.4.14/arch/mips/pci/
Dpci-rt2880.c71 u32 address; in rt2880_pci_config_read() local
101 u32 address; in rt2880_pci_config_write() local
159 u32 address; in rt2880_pci_read_u32() local
175 u32 address; in rt2880_pci_write_u32() local
Dpcie-octeon.c82 uint64_t address:32; /* PCIe IO address */ member
91 uint64_t address:36; /* PCIe Mem address */ member
270 uint64_t address = in cvmx_pcie_config_read8() local
292 uint64_t address = in cvmx_pcie_config_read16() local
314 uint64_t address = in cvmx_pcie_config_read32() local
335 uint64_t address = in cvmx_pcie_config_write8() local
354 uint64_t address = in cvmx_pcie_config_write16() local
373 uint64_t address = in cvmx_pcie_config_write32() local
Dpci-rt3883.c108 u32 address; in rt3883_pci_read_cfg32() local
124 u32 address; in rt3883_pci_write_cfg32() local
238 u32 address; in rt3883_pci_config_read() local
272 u32 address; in rt3883_pci_config_write() local
/linux-4.4.14/arch/x86/math-emu/
Dget_address.c140 unsigned long base_address, limit, address, seg_top; in pm_address() local
214 int address = 0; /* Initialized just to stop compiler warnings. */ in FPU_get_address() local
298 int address = 0; /* Default used for mod == 0 */ in FPU_get_address_16() local
Dfpu_emu.h111 struct address { struct
127 u_char address_size, operand_size, segment; argument
/linux-4.4.14/arch/arc/mm/
Dfault.c28 noinline static int handle_kernel_vaddr_fault(unsigned long address) in handle_kernel_vaddr_fault()
63 void do_page_fault(unsigned long address, struct pt_regs *regs) in do_page_fault()
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h307 #define pgd_index(address) \ argument
310 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
313 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
315 #define pmd_index(address) \ argument
318 #define pte_index(address) \ argument
320 #define pte_offset_kernel(dir, address) \ argument
322 #define pte_offset_map(dir, address) \ argument
Dpgalloc.h34 unsigned long address) in pte_alloc_one_kernel()
42 unsigned long address) in pte_alloc_one()
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h295 #define pgd_index(address) (((address) >> PGDIR_SHIFT) \ argument
297 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
300 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
303 #define pte_index(address) \ argument
305 #define pte_offset(dir, address) \ argument
307 #define pte_offset_kernel(dir, address) \ argument
309 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) argument
Dpgalloc.h55 unsigned long address) in pte_alloc_one_kernel()
61 unsigned long address) in pte_alloc_one()
/linux-4.4.14/arch/s390/mm/
Dvmem.c59 static pte_t __ref *vmem_pte_alloc(unsigned long address) in vmem_pte_alloc()
81 unsigned long address = start; in vmem_add_mem() local
149 unsigned long address = start; in vmem_remove_range() local
195 unsigned long address = start; in vmemmap_populate() local
Dpageattr.c108 static void ipte_range(pte_t *pte, unsigned long address, int nr) in ipte_range()
125 unsigned long address; in __kernel_map_pages() local
/linux-4.4.14/drivers/memstick/host/
Dr592.c58 static inline u32 r592_read_reg(struct r592_device *dev, int address) in r592_read_reg()
67 int address, u32 value) in r592_write_reg()
74 static inline u32 r592_read_reg_raw_be(struct r592_device *dev, int address) in r592_read_reg_raw_be()
83 int address, u32 value) in r592_write_reg_raw_be()
91 int address, u32 mask) in r592_set_reg_mask()
100 int address, u32 mask) in r592_clear_reg_mask()
/linux-4.4.14/arch/microblaze/mm/
Dfault.c67 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault()
86 void do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()
Dpgtable.c238 unsigned long address) in pte_alloc_one_kernel()
254 unsigned long address = __fix_to_virt(idx); in __set_fixmap() local
/linux-4.4.14/arch/xtensa/mm/
Dfault.c43 unsigned int address = regs->excvaddr; in do_page_fault() local
243 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) in bad_page_fault()
/linux-4.4.14/drivers/scsi/snic/
Dwq_enet_desc.h23 __le64 address; member
52 u64 address, u16 length, u16 mss, u16 header_length, in wq_enet_desc_enc()
71 u64 *address, u16 *length, u16 *mss, u16 *header_length, in wq_enet_desc_dec()
/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_core.c41 int m5602_read_bridge(struct sd *sd, const u8 address, u8 *i2c_data) in m5602_read_bridge()
63 int m5602_write_bridge(struct sd *sd, const u8 address, const u8 i2c_data) in m5602_write_bridge()
99 int m5602_read_sensor(struct sd *sd, const u8 address, in m5602_read_sensor()
148 int m5602_write_sensor(struct sd *sd, const u8 address, in m5602_write_sensor()
/linux-4.4.14/arch/hexagon/include/asm/
Dpgtable.h231 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
241 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
251 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
433 #define pte_offset_map(dir, address) \ argument
439 #define pte_offset_kernel(dir, address) \ argument
446 #define __pte_offset(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)) argument
Dpgalloc.h63 unsigned long address) in pte_alloc_one()
79 unsigned long address) in pte_alloc_one_kernel()
/linux-4.4.14/drivers/net/ethernet/microchip/
Denc28j60.c277 u8 address) in nolock_regb_read()
284 u8 address) in locked_regb_read()
299 u8 address) in nolock_regw_read()
311 u8 address) in locked_regw_read()
326 u8 address, u8 data) in nolock_regb_write()
333 u8 address, u8 data) in locked_regb_write()
344 u8 address, u16 data) in nolock_regw_write()
353 u8 address, u16 data) in locked_regw_write()
449 static u16 enc28j60_phy_read(struct enc28j60_net *priv, u8 address) in enc28j60_phy_read()
469 static int enc28j60_phy_write(struct enc28j60_net *priv, u8 address, u16 data) in enc28j60_phy_write()
[all …]
/linux-4.4.14/drivers/usb/host/
Du132-hcd.c124 u8 address; member
339 u8 address = u132->addr[usb_addr].address; in u132_endp_delete() local
578 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_input()
588 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_setup()
598 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_single()
608 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_output()
628 u8 address = u132->addr[endp->usb_addr].address; in u132_hcd_interrupt_recv() local
728 u8 address = u132->addr[endp->usb_addr].address; in u132_hcd_bulk_output_sent() local
779 u8 address = u132->addr[endp->usb_addr].address; in u132_hcd_bulk_input_recv() local
919 u8 address = u132->addr[endp->usb_addr].address; in u132_hcd_configure_input_recv() local
[all …]
/linux-4.4.14/arch/ia64/include/asm/
Dpgalloc.h51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) argument
70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument
123 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
Dtlb.h247 __tlb_remove_tlb_entry (struct mmu_gather *tlb, pte_t *ptep, unsigned long address) in __tlb_remove_tlb_entry()
265 #define pte_free_tlb(tlb, ptep, address) \ argument
271 #define pmd_free_tlb(tlb, ptep, address) \ argument
277 #define pud_free_tlb(tlb, pudp, address) \ argument
/linux-4.4.14/arch/um/kernel/
Dmem.c203 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
211 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
226 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
Dtrap.c24 int handle_page_fault(unsigned long address, unsigned long ip, in handle_page_fault()
210 unsigned long address = FAULT_ADDRESS(fi); in segv() local
Dtlb.c393 void flush_tlb_page(struct vm_area_struct *vma, unsigned long address) in flush_tlb_page()
462 pgd_t *pgd_offset_proc(struct mm_struct *mm, unsigned long address) in pgd_offset_proc()
467 pud_t *pud_offset_proc(pgd_t *pgd, unsigned long address) in pud_offset_proc()
472 pmd_t *pmd_offset_proc(pud_t *pud, unsigned long address) in pmd_offset_proc()
477 pte_t *pte_offset_proc(pmd_t *pmd, unsigned long address) in pte_offset_proc()
Dsysrq.c18 static void _print_addr(void *data, unsigned long address, int reliable) in _print_addr()
/linux-4.4.14/arch/ia64/mm/
Dfault.c48 mapped_kernel_page_is_present (unsigned long address) in mapped_kernel_page_is_present()
80 ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs) in ia64_do_page_fault()
/linux-4.4.14/drivers/iommu/
Dintel-svm.c150 unsigned long address, unsigned long pages, int ih, int gl) in intel_flush_svm_range_dev()
195 static void intel_flush_svm_range(struct intel_svm *svm, unsigned long address, in intel_flush_svm_range()
212 unsigned long address, pte_t pte) in intel_change_pte()
220 unsigned long address) in intel_invalidate_page()
539 u64 address; in prq_event_thread() local
Damd_iommu.c519 u64 address; in iommu_print_event() local
761 static void build_completion_wait(struct iommu_cmd *cmd, u64 address) in build_completion_wait()
779 static void build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address, in build_inv_iommu_pages()
811 u64 address, size_t size) in build_inv_iotlb_pages()
842 u64 address, bool size) in build_inv_iommu_pasid()
860 int qdep, u64 address, bool size) in build_inv_iotlb_pasid()
1061 u64 address, size_t size) in device_flush_iotlb()
1105 u64 address, size_t size, int pde) in __domain_flush_pages()
1136 u64 address, size_t size) in domain_flush_pages()
1216 unsigned long address, in alloc_pte()
[all …]
/linux-4.4.14/arch/nios2/include/asm/
Dpgalloc.h41 unsigned long address) in pte_alloc_one_kernel()
52 unsigned long address) in pte_alloc_one()
/linux-4.4.14/arch/parisc/mm/
Dfault.c181 unsigned long address, struct task_struct *tsk, in show_signal_msg()
202 unsigned long address) in do_page_fault()
/linux-4.4.14/kernel/
Dkallsyms.c356 static int __sprint_symbol(char *buffer, unsigned long address, in __sprint_symbol()
394 int sprint_symbol(char *buffer, unsigned long address) in sprint_symbol()
411 int sprint_symbol_no_offset(char *buffer, unsigned long address) in sprint_symbol_no_offset()
431 int sprint_backtrace(char *buffer, unsigned long address) in sprint_backtrace()
437 void __print_symbol(const char *fmt, unsigned long address) in __print_symbol()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhif-ops.h35 static inline int hif_write_async(struct ath6kl *ar, u32 address, u8 *buffer, in hif_write_async()
99 static inline int ath6kl_hif_diag_read32(struct ath6kl *ar, u32 address, in ath6kl_hif_diag_read32()
109 static inline int ath6kl_hif_diag_write32(struct ath6kl *ar, u32 address, in ath6kl_hif_diag_write32()
Dinit.c252 u32 address, data; in ath6kl_set_host_app_area() local
1285 u32 address, param; in ath6kl_upload_otp() local
1332 u32 address; in ath6kl_upload_firmware() local
1363 u32 address; in ath6kl_upload_patch() local
1387 u32 address; in ath6kl_upload_testscript() local
1421 u32 param, options, sleep, address; in ath6kl_init_upload() local
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_regops.h217 #define custom_read_reg32(address, tmp) \ argument
226 #define custom_write_reg32(address, tmp) \ argument
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmmu.c509 static void psb_mmu_flush_ptes(struct psb_mmu_pd *pd, unsigned long address, in psb_mmu_flush_ptes()
557 static void psb_mmu_flush_ptes(struct psb_mmu_pd *pd, unsigned long address, in psb_mmu_flush_ptes()
566 unsigned long address, uint32_t num_pages) in psb_mmu_remove_pfn_sequence()
604 void psb_mmu_remove_pages(struct psb_mmu_pd *pd, unsigned long address, in psb_mmu_remove_pages()
661 unsigned long address, uint32_t num_pages, in psb_mmu_insert_pfn_sequence()
707 unsigned long address, uint32_t num_pages, in psb_mmu_insert_pages()
/linux-4.4.14/arch/unicore32/include/asm/
Dprocessor.h33 u32 address; member
44 unsigned long address; member
/linux-4.4.14/drivers/rtc/
Drtc-max6902.c32 static int max6902_set_reg(struct device *dev, unsigned char address, in max6902_set_reg()
45 static int max6902_get_reg(struct device *dev, unsigned char address, in max6902_get_reg()
Drtc-ds3234.c34 static int ds3234_set_reg(struct device *dev, unsigned char address, in ds3234_set_reg()
47 static int ds3234_get_reg(struct device *dev, unsigned char address, in ds3234_get_reg()
Drtc-ds1347.c35 static int ds1347_read_reg(struct device *dev, unsigned char address, in ds1347_read_reg()
45 static int ds1347_write_reg(struct device *dev, unsigned char address, in ds1347_write_reg()
Drtc-rx4581.c74 static int rx4581_set_reg(struct device *dev, unsigned char address, in rx4581_set_reg()
87 static int rx4581_get_reg(struct device *dev, unsigned char address, in rx4581_get_reg()
Drtc-ds1390.c56 static void ds1390_set_reg(struct device *dev, unsigned char address, in ds1390_set_reg()
69 static int ds1390_get_reg(struct device *dev, unsigned char address, in ds1390_get_reg()
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_pci.c351 u32 address[] = { in configure_device() local
590 u32 address[] = { in configure_bridge() local
1088 u32 address[] = { in scan_behind_bridge() local
1217 u32 address[] = { in unconfigure_boot_device() local
1342 u32 address[] = { in unconfigure_boot_bridge() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dpcie.c313 void __iomem *address = devinfo->regs + reg_offset; in brcmf_pcie_read_reg32() local
323 void __iomem *address = devinfo->regs + reg_offset; in brcmf_pcie_write_reg32() local
332 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_read_tcm8() local
341 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_read_tcm16() local
351 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_write_tcm16() local
360 u16 *address = devinfo->idxbuf + mem_offset; in brcmf_pcie_read_idx() local
370 u16 *address = devinfo->idxbuf + mem_offset; in brcmf_pcie_write_idx() local
379 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_read_tcm32() local
389 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_write_tcm32() local
418 void __iomem *address = devinfo->tcm + mem_offset; in brcmf_pcie_copy_mem_todev() local
[all …]
/linux-4.4.14/arch/frv/mm/
Dpgalloc.c23 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
31 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
/linux-4.4.14/arch/mn10300/mm/
Dpgtable.c64 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
72 struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
/linux-4.4.14/drivers/usb/misc/
Demi26.c30 #define INTERNAL_RAM(address) (address <= MAX_INTERNAL_ADDRESS) argument
41 static int emi26_writememory (struct usb_device *dev, int address, in emi26_writememory()
Demi62.c39 #define INTERNAL_RAM(address) (address <= MAX_INTERNAL_ADDRESS) argument
50 static int emi62_writememory(struct usb_device *dev, int address, in emi62_writememory()
/linux-4.4.14/net/x25/
Dx25_route.c31 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, in x25_add_route()
82 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, in x25_del_route()
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx.c42 int stv06xx_write_bridge(struct sd *sd, u16 address, u16 i2c_data) in stv06xx_write_bridge()
64 int stv06xx_read_bridge(struct sd *sd, u16 address, u8 *i2c_data) in stv06xx_read_bridge()
85 int stv06xx_write_sensor(struct sd *sd, u8 address, u16 value) in stv06xx_write_sensor()
175 int stv06xx_read_sensor(struct sd *sd, const u8 address, u16 *value) in stv06xx_read_sensor()
/linux-4.4.14/arch/arc/include/asm/
Dpgalloc.h94 unsigned long address) in pte_alloc_one_kernel()
105 pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
Dunaligned.h22 misaligned_fixup(unsigned long address, struct pt_regs *regs, in misaligned_fixup()
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_sdio.c35 u32 address, in rsi_sdio_set_cmd52_arg()
53 u32 address, in rsi_cmd52writebyte()
77 u32 address, in rsi_cmd52readbyte()
570 u32 num_blocks, address, length; in rsi_sdio_host_intf_write_pkt() local
/linux-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c79 int64_t address; in cvmx_bootmem_alloc_range() local
89 void *cvmx_bootmem_alloc_address(uint64_t size, uint64_t address, in cvmx_bootmem_alloc_address()
115 void *cvmx_bootmem_alloc_named_address(uint64_t size, uint64_t address, in cvmx_bootmem_alloc_named_address()
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_32.h40 unsigned long address) in pmd_alloc_one()
63 unsigned long address) in pte_alloc_one_kernel()
Dpgtable_32.h312 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
315 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
318 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
321 static inline pmd_t *pmd_offset(pgd_t * dir, unsigned long address) in pmd_offset()
344 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument
/linux-4.4.14/arch/s390/kernel/
Dsmp.c71 u16 address; /* physical cpu address */ member
157 static struct pcpu *pcpu_find_address(const struct cpumask *mask, u16 address) in pcpu_find_address()
364 int smp_find_processor_id(u16 address) in smp_find_processor_id()
542 u16 address, int is_boot_cpu) in __smp_store_cpu_state()
675 int address; in smp_get_core_info() local
702 u16 address; in __smp_rescan_cpus() local
737 u16 address; in smp_detect_cpus() local
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dkmemcheck.h4 static inline void kmemcheck_mark_initialized(void *address, unsigned int n) in kmemcheck_mark_initialized()
/linux-4.4.14/arch/h8300/mm/
Dfault.c35 asmlinkage int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h419 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD - 1)) argument
425 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
431 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
439 #define pmd_index(address) \ argument
448 #define pte_index(address) \ argument
451 #define pte_offset_kernel(dir, address) \ argument
465 #define pte_offset_map(dir, address) \ argument
/linux-4.4.14/drivers/i2c/busses/
Di2c-elektor.c67 u8 __iomem *address = ctl ? (base_iomem + 1) : base_iomem; in pcf_isa_setbyte() local
84 u8 __iomem *address = ctl ? (base_iomem + 1) : base_iomem; in pcf_isa_getbyte() local
/linux-4.4.14/drivers/iio/adc/
Daxp288_adc.c114 static int axp288_adc_read_channel(int *val, unsigned long address, in axp288_adc_read_channel()
127 unsigned long address) in axp288_adc_set_ts()
/linux-4.4.14/arch/x86/kernel/
Dmmconf-fam10h_64.c60 u32 address; in get_fam10h_pci_mmconf_base() local
172 u32 address; in fam10h_check_enable_mmcfg() local
Dvsmp_64.c92 void __iomem *address; in set_vsmp_pv_ops() local
178 void __iomem *address; in vsmp_cap_cpus() local
/linux-4.4.14/arch/blackfin/include/asm/
Dtrace.h30 static inline void decode_address(char *buf, unsigned long address) { } in decode_address()
31 static inline bool get_instruction(unsigned int *val, unsigned short *address) { return false; } in get_instruction()
/linux-4.4.14/arch/parisc/include/asm/
Dpgalloc.h64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
125 pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
Dpgtable.h419 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
422 #define pgd_offset(mm, address) \ argument
426 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
432 #define pmd_offset(dir,address) \ argument
439 #define pte_index(address) (((address) >> PAGE_SHIFT) & (PTRS_PER_PTE-1)) argument
440 #define pte_offset_kernel(pmd, address) \ argument
442 #define pte_offset_map(pmd, address) pte_offset_kernel(pmd, address) argument
/linux-4.4.14/arch/arm/mm/
Dfault-armv.c40 static int do_adjust_pte(struct vm_area_struct *vma, unsigned long address, in do_adjust_pte()
92 static int adjust_pte(struct vm_area_struct *vma, unsigned long address, in adjust_pte()
/linux-4.4.14/arch/arm/kernel/
Dswp_emulate.c131 static int emulate_swpX(unsigned int address, unsigned int *data, in emulate_swpX()
176 unsigned int address, destreg, data, type; in swp_handler() local
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_init.c34 static inline u64 sal_get_hubdev_info(u64 handle, u64 address) in sal_get_hubdev_info()
49 static inline u64 sal_get_pcibus_info(u64 segment, u64 busnum, u64 address) in sal_get_pcibus_info()
/linux-4.4.14/drivers/firewire/
Dcore-iso.c70 dma_addr_t address; in fw_iso_buffer_map_dma() local
129 dma_addr_t address; in fw_iso_buffer_destroy() local
150 dma_addr_t address; in fw_iso_buffer_lookup() local
/linux-4.4.14/arch/x86/pci/
Dpcbios.c80 unsigned long address; member
91 unsigned long address; /* %ebx */ in bios32_service() local
121 unsigned long address; member
/linux-4.4.14/drivers/ssb/
Ddriver_pcicore.c564 static u32 ssb_pcie_read(struct ssb_pcicore *pc, u32 address) in ssb_pcie_read()
570 static void ssb_pcie_write(struct ssb_pcicore *pc, u32 address, u32 data) in ssb_pcie_write()
599 static u16 ssb_pcie_mdio_read(struct ssb_pcicore *pc, u8 device, u8 address) in ssb_pcie_mdio_read()
640 u8 address, u16 data) in ssb_pcie_mdio_write()
/linux-4.4.14/drivers/mtd/nand/
Dr852.c34 static inline uint8_t r852_read_reg(struct r852_device *dev, int address) in r852_read_reg()
42 int address, uint8_t value) in r852_write_reg()
50 static inline uint32_t r852_read_reg_dword(struct r852_device *dev, int address) in r852_read_reg_dword()
58 int address, uint32_t value) in r852_write_reg_dword()
/linux-4.4.14/arch/x86/um/
Dfault.c18 int arch_fixup(unsigned long address, struct uml_pt_regs *regs) in arch_fixup()
/linux-4.4.14/drivers/scsi/
Dt128.c86 unsigned long address; member
99 unsigned int address; member
/linux-4.4.14/arch/tile/kernel/
Dsignal.c326 static void dump_mem(void __user *address) in dump_mem()
365 unsigned long address, int sig) in trace_unhandled_signal()
/linux-4.4.14/drivers/edac/
Dcell_edac.c38 unsigned long address, pfn, offset, syndrome; in cell_edac_count_ce() local
61 unsigned long address, pfn, offset; in cell_edac_count_ue() local
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dfw.c126 static bool valid_dma_addr(const u32 address) in valid_dma_addr()
135 static bool valid_cpu_addr(const u32 address) in valid_cpu_addr()
/linux-4.4.14/arch/ia64/hp/common/
Daml_nfw.c56 static void *virt_map(u64 address) in virt_map()
115 static acpi_status aml_nfw_handler(u32 function, acpi_physical_address address, in aml_nfw_handler()
/linux-4.4.14/drivers/usb/storage/
Dsddr09.c626 sddr09_write_inplace(struct us_data *us, unsigned long address, in sddr09_write_inplace()
744 unsigned long address, in sddr09_read_data()
867 unsigned long address; in sddr09_write_lba() local
970 unsigned long address, in sddr09_write_data()
1056 unsigned long address, in sddr09_read_control()
1258 unsigned long address; in sddr09_read_map() local
1358 unsigned long address; in sddr09_read_map() local
/linux-4.4.14/arch/mips/include/asm/txx9/
Dspi.h28 int address, unsigned char *buf, int len) in spi_eeprom_read()
/linux-4.4.14/fs/btrfs/
Dhash.c32 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length) in btrfs_crc32c()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_gsc.c30 unsigned long address; in serial_init_chip() local
/linux-4.4.14/lib/
Dlibcrc32c.c42 u32 crc32c(u32 crc, const void *address, unsigned int length) in crc32c()
/linux-4.4.14/arch/m68k/mm/
Dfault.c69 int do_page_fault(struct pt_regs *regs, unsigned long address, in do_page_fault()

12345