Home
last modified time | relevance | path

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

12345678910>>...91

/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/arch/sh/mm/
Dfault.c28 force_sig_info_fault(int si_signo, int si_code, unsigned long address) in force_sig_info_fault()
120 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
176 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
206 show_fault_oops(struct pt_regs *regs, unsigned long address) in show_fault_oops()
223 unsigned long address) in no_context()
247 unsigned long address, int si_code) in __bad_area_nosemaphore()
266 unsigned long address) in bad_area_nosemaphore()
273 unsigned long address, int si_code) in __bad_area()
287 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
294 unsigned long address) in bad_area_access_error()
[all …]
/kernel/linux/linux-5.10/arch/x86/mm/
Dfault.c157 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
214 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
275 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
295 static void dump_pagetable(unsigned long address) in dump_pagetable()
348 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
360 static void dump_pagetable(unsigned long address) in dump_pagetable()
429 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
461 static int is_errata100(struct pt_regs *regs, unsigned long address) in is_errata100()
471 static int is_f00f_bug(struct pt_regs *regs, unsigned long address) in is_f00f_bug()
514 show_fault_oops(struct pt_regs *regs, unsigned long error_code, unsigned long address) in show_fault_oops()
[all …]
/kernel/linux/linux-4.19/arch/sh/mm/
Dfault.c42 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault()
121 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
171 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
201 show_fault_oops(struct pt_regs *regs, unsigned long address) in show_fault_oops()
221 unsigned long address) in no_context()
245 unsigned long address, int si_code) in __bad_area_nosemaphore()
266 unsigned long address) in bad_area_nosemaphore()
273 unsigned long address, int si_code) in __bad_area()
287 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
294 unsigned long address) in bad_area_access_error()
[all …]
/kernel/linux/linux-4.19/arch/x86/mm/
Dfault.c207 force_sig_info_fault(int si_signo, int si_code, unsigned long address, in force_sig_info_fault()
233 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
278 unsigned long address; in vmalloc_sync() local
318 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
355 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
375 static void dump_pagetable(unsigned long address) in dump_pagetable()
437 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
518 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
530 static void dump_pagetable(unsigned long address) in dump_pagetable()
599 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dfault.c51 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore()
66 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore()
71 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area()
84 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area()
90 static noinline int bad_access_pkey(struct pt_regs *regs, unsigned long address, in bad_access_pkey()
131 static noinline int bad_access(struct pt_regs *regs, unsigned long address) in bad_access()
136 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus()
197 unsigned long address, bool is_write) in bad_kernel_fault()
305 unsigned long error_code, unsigned long address) in sanity_check_fault()
389 static int __do_page_fault(struct pt_regs *regs, unsigned long address, in __do_page_fault()
[all …]
/kernel/linux/linux-4.19/mm/
Dpgtable-generic.c55 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
69 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
80 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush()
96 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
111 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
123 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush()
136 pud_t pudp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pudp_huge_clear_flush()
184 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
194 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
/kernel/linux/linux-5.10/mm/
Dpgtable-generic.c65 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
79 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
90 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush()
106 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
121 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
133 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush()
146 pud_t pudp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pudp_huge_clear_flush()
194 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
204 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
Dpgalloc-track.h7 unsigned long address, in p4d_alloc_track()
20 unsigned long address, in pud_alloc_track()
33 unsigned long address, in pmd_alloc_track()
46 #define pte_alloc_kernel_track(pmd, address, mask) \ argument
/kernel/linux/linux-4.19/arch/powerpc/mm/
Dfault.c106 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code, in __bad_area_nosemaphore()
122 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore()
127 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code, in __bad_area()
141 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area()
146 static int bad_key_fault_exception(struct pt_regs *regs, unsigned long address, in bad_key_fault_exception()
152 static noinline int bad_access(struct pt_regs *regs, unsigned long address) in bad_access()
157 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus()
222 unsigned long address) in bad_kernel_fault()
239 static bool bad_stack_expansion(struct pt_regs *regs, unsigned long address, in bad_stack_expansion()
414 static int __do_page_fault(struct pt_regs *regs, unsigned long address, in __do_page_fault()
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dtlb.h306 unsigned long address, in __tlb_adjust_range()
519 unsigned long address, unsigned long size) in tlb_flush_pte_range()
526 unsigned long address, unsigned long size) in tlb_flush_pmd_range()
533 unsigned long address, unsigned long size) in tlb_flush_pud_range()
540 unsigned long address, unsigned long size) in tlb_flush_p4d_range()
547 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
557 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
563 #define tlb_remove_huge_tlb_entry(h, tlb, ptep, address) \ argument
578 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument
581 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument
[all …]
/kernel/linux/linux-4.19/include/asm-generic/
Dtlb.h125 unsigned long address, in __tlb_adjust_range()
209 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
219 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
225 #define tlb_remove_huge_tlb_entry(h, tlb, ptep, address) \ argument
236 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument
239 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument
250 #define __tlb_remove_pud_tlb_entry(tlb, pudp, address) do {} while (0) argument
253 #define tlb_remove_pud_tlb_entry(tlb, pudp, address) \ argument
278 #define pte_free_tlb(tlb, ptep, address) \ argument
286 #define pmd_free_tlb(tlb, pmdp, address) \ argument
[all …]
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dmcf_pgalloc.h16 unsigned long address) in pte_alloc_one_kernel()
27 extern inline pmd_t *pmd_alloc_kernel(pgd_t *pgd, unsigned long address) in pmd_alloc_kernel()
32 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
33 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
45 unsigned long address) in __pte_free_tlb()
51 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) argument
54 unsigned long address) in pte_alloc_one()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h43 static inline unsigned long pte_index(unsigned long address) in pte_index()
49 static inline unsigned long pmd_index(unsigned long address) in pmd_index()
57 static inline unsigned long pud_index(unsigned long address) in pud_index()
70 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) in pte_offset_kernel()
78 #define pte_offset_map(dir, address) \ argument
83 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) argument
89 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset()
97 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address) in pud_offset()
104 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd()
113 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) argument
[all …]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
Dident_map_64.c185 unsigned long address; in split_large_pmd() local
221 static void clflush_page(unsigned long address) in clflush_page()
245 unsigned long address, in set_clr_page_flags()
303 int set_page_decrypted(unsigned long address) in set_page_decrypted()
308 int set_page_encrypted(unsigned long address) in set_page_encrypted()
313 int set_page_non_present(unsigned long address) in set_page_non_present()
319 unsigned long address, unsigned long ip) in do_pf_error()
336 unsigned long address = native_read_cr2(); in do_boot_page_fault() local
/kernel/linux/linux-4.19/arch/arc/kernel/
Dtraps.c31 void die(const char *str, struct pt_regs *regs, unsigned long address) in die()
93 int do_misaligned_access(unsigned long address, struct pt_regs *regs, in do_misaligned_access()
107 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) in do_machine_check_fault()
124 void do_non_swi_trap(unsigned long address, struct pt_regs *regs) in do_non_swi_trap()
155 void do_insterror_or_kprobe(unsigned long address, struct pt_regs *regs) in do_insterror_or_kprobe()
/kernel/linux/linux-5.10/arch/arc/kernel/
Dtraps.c28 void die(const char *str, struct pt_regs *regs, unsigned long address) in die()
84 int do_misaligned_access(unsigned long address, struct pt_regs *regs, in do_misaligned_access()
98 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) in do_machine_check_fault()
115 void do_non_swi_trap(unsigned long address, struct pt_regs *regs) in do_non_swi_trap()
146 void do_insterror_or_kprobe(unsigned long address, struct pt_regs *regs) in do_insterror_or_kprobe()
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dpgtable-64.h214 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) argument
224 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset()
322 #define __pgd_offset(address) pgd_index(address) argument
323 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
324 #define __pmd_offset(address) pmd_index(address) argument
327 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
329 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
330 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
344 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
351 #define __pte_offset(address) \ argument
[all …]
/kernel/linux/linux-4.19/security/tomoyo/
Dnetwork.c14 const __be32 *address; /* In network byte order. */ member
55 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
365 const u8 operation, const char *address) in tomoyo_audit_net_log()
383 const __be32 *address = r->param.inet_network.address; in tomoyo_audit_inet_log() local
467 static int tomoyo_inet_entry(const struct tomoyo_addr_info *address) in tomoyo_inet_entry()
504 struct tomoyo_addr_info *address) in tomoyo_check_inet_address()
542 static int tomoyo_unix_entry(const struct tomoyo_addr_info *address) in tomoyo_unix_entry()
593 struct tomoyo_addr_info *address) in tomoyo_check_unix_address()
648 struct tomoyo_addr_info address; in tomoyo_socket_listen_permission() local
685 struct tomoyo_addr_info address; in tomoyo_socket_connect_permission() local
[all …]
/kernel/linux/linux-5.10/security/tomoyo/
Dnetwork.c14 const __be32 *address; /* In network byte order. */ member
55 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
365 const u8 operation, const char *address) in tomoyo_audit_net_log()
383 const __be32 *address = r->param.inet_network.address; in tomoyo_audit_inet_log() local
467 static int tomoyo_inet_entry(const struct tomoyo_addr_info *address) in tomoyo_inet_entry()
504 struct tomoyo_addr_info *address) in tomoyo_check_inet_address()
544 static int tomoyo_unix_entry(const struct tomoyo_addr_info *address) in tomoyo_unix_entry()
595 struct tomoyo_addr_info *address) in tomoyo_check_unix_address()
652 struct tomoyo_addr_info address; in tomoyo_socket_listen_permission() local
689 struct tomoyo_addr_info address; in tomoyo_socket_connect_permission() local
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dexregion.c36 acpi_physical_address address, in acpi_ex_system_memory_space_handler()
303 acpi_physical_address address, in acpi_ex_system_io_space_handler()
363 acpi_physical_address address, in acpi_ex_pci_config_space_handler()
441 acpi_physical_address address, in acpi_ex_cmos_space_handler()
474 acpi_physical_address address, in acpi_ex_pci_bar_space_handler()
507 acpi_physical_address address, in acpi_ex_data_table_space_handler()
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Dexregion.c36 acpi_physical_address address, in acpi_ex_system_memory_space_handler()
275 acpi_physical_address address, in acpi_ex_system_io_space_handler()
334 acpi_physical_address address, in acpi_ex_pci_config_space_handler()
411 acpi_physical_address address, in acpi_ex_cmos_space_handler()
443 acpi_physical_address address, in acpi_ex_pci_bar_space_handler()
475 acpi_physical_address address, in acpi_ex_data_table_space_handler()

12345678910>>...91