Home
last modified time | relevance | path

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

12345678910>>...16

/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
/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 …]
/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()
233 unsigned long address; in vmalloc_sync() local
273 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
310 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
330 static void dump_pagetable(unsigned long address) in dump_pagetable()
384 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
470 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
482 static void dump_pagetable(unsigned long address) in dump_pagetable()
542 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
[all …]
/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.c123 unsigned int address; in arc_unwind_core() local
174 static int __print_sym(unsigned int address, void *unused) in __print_sym()
185 static int __collect_all(unsigned int address, void *arg) in __collect_all()
200 static int __collect_all_but_sched(unsigned int address, void *arg) in __collect_all_but_sched()
220 static int __get_first_nonsched(unsigned int address, void *unused) in __get_first_nonsched()
/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()
50 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) argument
53 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()
/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()
/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()
/arch/mips/include/asm/
Dpgtable-64.h241 #define __pgd_offset(address) pgd_index(address) argument
242 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
243 #define __pmd_offset(address) pmd_index(address) argument
246 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
248 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
249 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
263 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
270 #define __pte_offset(address) \ argument
272 #define pte_offset(dir, address) \ argument
274 #define pte_offset_kernel(dir, address) \ argument
[all …]
Dpgtable-32.h139 #define __pgd_offset(address) pgd_index(address) argument
140 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
141 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
144 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
146 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
152 #define __pte_offset(address) \ argument
154 #define pte_offset(dir, address) \ argument
156 #define pte_offset_kernel(dir, address) \ argument
159 #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()
/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()
/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
/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
978 static inline void __ptep_ipte(unsigned long address, pte_t *ptep) in __ptep_ipte()
988 static inline void __ptep_ipte_local(unsigned long address, pte_t *ptep) in __ptep_ipte_local()
998 static inline void __ptep_ipte_range(unsigned long address, int nr, pte_t *ptep) in __ptep_ipte_range()
1011 unsigned long address, pte_t *ptep) in ptep_flush_direct()
1028 unsigned long address, pte_t *ptep) in ptep_flush_lazy()
1104 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
[all …]
/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 …]
/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
/arch/cris/include/asm/
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
/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()
/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()
/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()
/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()
/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()

12345678910>>...16