Home
last modified time | relevance | path

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

12345678910>>...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
/arch/x86/mm/
Dfault.c165 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault()
188 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
226 unsigned long address; in vmalloc_sync_all() local
260 static noinline __kprobes int vmalloc_fault(unsigned long address) in vmalloc_fault()
295 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
313 static void dump_pagetable(unsigned long address) in dump_pagetable()
357 static noinline __kprobes int vmalloc_fault(unsigned long address) in vmalloc_fault()
438 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
450 static void dump_pagetable(unsigned long address) in dump_pagetable()
510 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
[all …]
Dpgtable.c18 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
23 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
305 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
321 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
371 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
384 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
398 unsigned long address, pmd_t *pmdp) in pmdp_splitting_flush()
433 unsigned long address = __fix_to_virt(idx); in __native_set_fixmap() local
/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()
56 unsigned long address) in __pte_free_tlb()
65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
76 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/sh/mm/
Dfault_32.c38 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
82 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
111 static int fault_in_kernel_space(unsigned long address) in fault_in_kernel_space()
123 unsigned long address) in do_page_fault()
320 unsigned long address) in handle_tlbmiss()
Dfault_64.c44 inline void __do_tlb_refill(unsigned long address, in __do_tlb_refill()
83 unsigned long address) in handle_vmalloc_fault()
117 unsigned long address) in handle_tlbmiss()
209 unsigned long address) in do_fast_page_fault()
/arch/tile/mm/
Dfault.c46 int si_code, unsigned long address, in force_sig_info_fault()
73 SYSCALL_DEFINE2(cmpxchg_badaddr, unsigned long, address, in SYSCALL_DEFINE2() argument
102 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
135 static inline int vmalloc_fault(pgd_t *pgd, unsigned long address) in vmalloc_fault()
213 unsigned long address, unsigned long pc, in handle_migrating_pte()
265 unsigned long address, in handle_page_fault()
594 unsigned long address, in do_page_fault_ics()
697 unsigned long address, unsigned long write) in do_page_fault()
/arch/mips/include/asm/
Dpgtable-64.h223 #define __pgd_offset(address) pgd_index(address) argument
224 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
225 #define __pmd_offset(address) pmd_index(address) argument
228 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
230 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
231 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
245 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
252 #define __pte_offset(address) \ argument
254 #define pte_offset(dir, address) \ argument
256 #define pte_offset_kernel(dir, address) \ argument
[all …]
Dpgtable-32.h119 #define __pgd_offset(address) pgd_index(address) argument
120 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
121 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
124 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
126 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
132 #define __pte_offset(address) \ argument
134 #define pte_offset(dir, address) \ argument
136 #define pte_offset_kernel(dir, address) \ argument
139 #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()
101 #define __pte_free_tlb(tlb,pte,address) \ argument
109 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
/arch/x86/include/asm/
Dpgtable_32.h52 #define pte_offset_map(dir, address) \ argument
57 #define pte_offset_map(dir, address) \ argument
73 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument
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/
Dio.h24 static inline unsigned long virt_to_phys(volatile void * address) in virt_to_phys()
36 static inline void * phys_to_virt(unsigned long address) in phys_to_virt()
Dpgtable.h46 #define update_mmu_cache(vma, address, ptep) do { } while (0) argument
580 unsigned long address, bits; in pgste_update_all() local
635 unsigned long address; in pgste_set_pte() local
916 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
925 static inline void __ptep_ipte(unsigned long address, pte_t *ptep) in __ptep_ipte()
957 unsigned long address, pte_t *ptep) in ptep_get_and_clear()
980 unsigned long address, in ptep_modify_prot_start()
996 unsigned long address, in ptep_modify_prot_commit()
1006 unsigned long address, pte_t *ptep) in ptep_clear_flush()
1034 unsigned long address, in ptep_get_and_clear_full()
[all …]
/arch/h8300/include/asm/
Dtraps.h20 #define VECTOR(address) ((JMP_OP)|((unsigned long)address)) argument
21 #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()
50 #define __pte_free_tlb(tlb,pte,address) \ argument
/arch/mips/txx9/generic/
Dspi_eeprom.c49 int address; member
60 int address = read_param->address; in early_seeprom_probe() local
88 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
272 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/sparc/mm/
Dfault_32.c86 static void unhandled_fault(unsigned long address, struct task_struct *tsk, in unhandled_fault()
105 unsigned long address) in lookup_fault()
154 unsigned long address, struct task_struct *tsk) in show_signal_msg()
219 unsigned long address) in do_sparc_fault()
429 unsigned long address) in do_sun4c_fault()
515 static void force_user_fault(unsigned long address, int write) in force_user_fault()
/arch/mips/pmc-sierra/yosemite/
Dht.c59 uint32_t address; in titan_ht_config_read_dword() local
87 uint32_t address; in titan_ht_config_read_word() local
133 uint32_t address; in titan_ht_config_read_byte() local
175 uint32_t address; in titan_ht_config_write_dword() local
202 uint32_t address; in titan_ht_config_write_word() local
234 uint32_t address; in titan_ht_config_write_byte() local

12345678910>>...14