Home
last modified time | relevance | path

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

12345678910>>...45

/Linux-v5.4/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-v5.4/arch/x86/mm/
Dfault.c149 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
194 unsigned long address; in vmalloc_sync_all() local
224 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
261 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
281 static void dump_pagetable(unsigned long address) in dump_pagetable()
331 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
412 check_v8086_mode(struct pt_regs *regs, unsigned long address, in check_v8086_mode()
424 static void dump_pagetable(unsigned long address) in dump_pagetable()
493 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93()
525 static int is_errata100(struct pt_regs *regs, unsigned long address) in is_errata100()
[all …]
/Linux-v5.4/arch/sh/mm/
Dfault.c28 force_sig_info_fault(int si_signo, int si_code, unsigned long address) in force_sig_info_fault()
106 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one()
156 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault()
186 show_fault_oops(struct pt_regs *regs, unsigned long address) in show_fault_oops()
206 unsigned long address) in no_context()
230 unsigned long address, int si_code) in __bad_area_nosemaphore()
249 unsigned long address) in bad_area_nosemaphore()
256 unsigned long address, int si_code) in __bad_area()
270 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
277 unsigned long address) in bad_area_access_error()
[all …]
/Linux-v5.4/arch/powerpc/mm/
Dfault.c83 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore()
98 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore()
103 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area()
116 static noinline int bad_area(struct pt_regs *regs, unsigned long address) in bad_area()
121 static int bad_key_fault_exception(struct pt_regs *regs, unsigned long address, in bad_key_fault_exception()
137 static noinline int bad_access(struct pt_regs *regs, unsigned long address) in bad_access()
142 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus()
203 unsigned long address, bool is_write) in bad_kernel_fault()
244 static bool bad_stack_expansion(struct pt_regs *regs, unsigned long address, in bad_stack_expansion()
351 unsigned long error_code, unsigned long address) in sanity_check_fault()
[all …]
/Linux-v5.4/mm/
Dpgtable-generic.c56 unsigned long address, pte_t *ptep, in ptep_set_access_flags()
70 unsigned long address, pte_t *ptep) in ptep_clear_flush_young()
81 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush()
97 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
112 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
124 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush()
137 pud_t pudp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pudp_huge_clear_flush()
185 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
195 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
/Linux-v5.4/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()
Dstacktrace.c116 unsigned int address; in arc_unwind_core() local
161 static int __print_sym(unsigned int address, void *unused) in __print_sym()
172 static int __collect_all(unsigned int address, void *arg) in __collect_all()
187 static int __collect_all_but_sched(unsigned int address, void *arg) in __collect_all_but_sched()
207 static int __get_first_nonsched(unsigned int address, void *unused) in __get_first_nonsched()
/Linux-v5.4/arch/mips/include/asm/
Dpgtable-64.h212 #define pud_index(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD - 1)) argument
219 static inline pud_t *pud_offset(pgd_t *pgd, unsigned long address) in pud_offset()
317 #define __pgd_offset(address) pgd_index(address) argument
318 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
319 #define __pmd_offset(address) pmd_index(address) argument
322 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
324 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
325 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
339 static inline pmd_t *pmd_offset(pud_t * pud, unsigned long address) in pmd_offset()
346 #define __pte_offset(address) \ argument
[all …]
Dpgtable-32.h199 #define __pgd_offset(address) pgd_index(address) argument
200 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
201 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
204 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
206 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
207 #define pmd_index(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
213 #define __pte_offset(address) \ argument
215 #define pte_offset(dir, address) \ argument
217 #define pte_offset_kernel(dir, address) \ argument
220 #define pte_offset_map(dir, address) \ argument
/Linux-v5.4/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 …]
/Linux-v5.4/include/asm-generic/
Dtlb.h287 unsigned long address, in __tlb_adjust_range()
491 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) argument
501 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
508 #define tlb_remove_huge_tlb_entry(h, tlb, ptep, address) \ argument
524 #define __tlb_remove_pmd_tlb_entry(tlb, pmdp, address) do {} while (0) argument
527 #define tlb_remove_pmd_tlb_entry(tlb, pmdp, address) \ argument
539 #define __tlb_remove_pud_tlb_entry(tlb, pudp, address) do {} while (0) argument
542 #define tlb_remove_pud_tlb_entry(tlb, pudp, address) \ argument
568 #define pte_free_tlb(tlb, ptep, address) \ argument
578 #define pmd_free_tlb(tlb, pmdp, address) \ argument
[all …]
Dpgtable.h45 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags()
52 unsigned long address, pud_t *pudp, in pudp_set_access_flags()
63 unsigned long address, in ptep_test_and_clear_young()
79 unsigned long address, in pmdp_test_and_clear_young()
92 unsigned long address, in pmdp_test_and_clear_young()
116 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young()
126 unsigned long address, in ptep_get_and_clear()
138 unsigned long address, in pmdp_huge_get_and_clear()
148 unsigned long address, in pudp_huge_get_and_clear()
162 unsigned long address, pmd_t *pmdp, in pmdp_huge_get_and_clear_full()
[all …]
/Linux-v5.4/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()
335 acpi_physical_address address, in acpi_ex_pci_config_space_handler()
413 acpi_physical_address address, in acpi_ex_cmos_space_handler()
446 acpi_physical_address address, in acpi_ex_pci_bar_space_handler()
479 acpi_physical_address address, in acpi_ex_data_table_space_handler()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dbmi.c161 u32 address, void *buffer, u32 length) in ath10k_bmi_read_memory()
201 int ath10k_bmi_write_soc_reg(struct ath10k *ar, u32 address, u32 reg_val) in ath10k_bmi_write_soc_reg()
230 int ath10k_bmi_read_soc_reg(struct ath10k *ar, u32 address, u32 *reg_val) in ath10k_bmi_read_soc_reg()
265 u32 address, const void *buffer, u32 length) in ath10k_bmi_write_memory()
310 int ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) in ath10k_bmi_execute()
387 int ath10k_bmi_lz_stream_start(struct ath10k *ar, u32 address) in ath10k_bmi_lz_stream_start()
414 u32 address, const void *buffer, u32 length) in ath10k_bmi_fast_download()
452 int ath10k_bmi_set_start(struct ath10k *ar, u32 address) in ath10k_bmi_set_start()
/Linux-v5.4/arch/openrisc/kernel/
Dtraps.c245 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap()
252 asmlinkage void do_unaligned_access(struct pt_regs *regs, unsigned long address) in do_unaligned_access()
265 asmlinkage void do_bus_fault(struct pt_regs *regs, unsigned long address) in do_bus_fault()
301 static inline void adjust_pc(struct pt_regs *regs, unsigned long address) in adjust_pc()
349 static inline void simulate_lwa(struct pt_regs *regs, unsigned long address, in simulate_lwa()
391 static inline void simulate_swa(struct pt_regs *regs, unsigned long address, in simulate_swa()
442 unsigned long address) in do_illegal_instruction()
/Linux-v5.4/sound/isa/gus/
Dgus_dram.c14 unsigned int address, unsigned int size) in snd_gus_dram_poke()
45 unsigned int address, unsigned int size) in snd_gus_dram_write()
51 unsigned int address, unsigned int size, in snd_gus_dram_peek()
83 unsigned int address, unsigned int size, in snd_gus_dram_read()
/Linux-v5.4/drivers/iio/pressure/
Dmpl115_spi.c15 #define MPL115_SPI_WRITE(address) ((address) << 1) argument
16 #define MPL115_SPI_READ(address) (0x80 | (address) << 1) argument
37 static int mpl115_spi_read(struct device *dev, u8 address) in mpl115_spi_read()
58 static int mpl115_spi_write(struct device *dev, u8 address, u8 value) in mpl115_spi_write()
/Linux-v5.4/arch/m68k/include/asm/
Dmcf_pgalloc.h26 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
42 unsigned long address) in __pte_free_tlb()
48 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) argument
/Linux-v5.4/arch/s390/include/asm/
Dtlb.h65 unsigned long address) in pte_free_tlb()
87 unsigned long address) in pmd_free_tlb()
107 unsigned long address) in p4d_free_tlb()
126 unsigned long address) in pud_free_tlb()
/Linux-v5.4/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c155 acpi_os_get_table_by_address(acpi_physical_address address, in acpi_os_get_table_by_address()
222 acpi_physical_address *address) in acpi_os_get_table_by_name()
350 u32 *instance, acpi_physical_address *address) in acpi_os_get_table_by_index()
405 unsigned long long address = 0; in osl_find_rsdp_via_efi_by_keyword() local
434 acpi_physical_address address = 0; in osl_find_rsdp_via_efi() local
545 acpi_physical_address address; in osl_table_initialize() local
769 acpi_physical_address *address) in osl_get_bios_table()
1054 osl_map_table(acpi_size address, in osl_map_table()
1310 acpi_physical_address *address) in osl_get_customized_table()
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h40 #define __pte_offset_t(address) \ argument
42 #define pte_offset_kernel(dir, address) \ argument
44 #define pte_offset_map(dir, address) \ argument
235 #define __pgd_offset(address) pgd_index(address) argument
236 #define __pud_offset(address) (((address) >> PUD_SHIFT) & (PTRS_PER_PUD-1)) argument
237 #define __pmd_offset(address) (((address) >> PMD_SHIFT) & (PTRS_PER_PMD-1)) argument
240 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
242 #define pgd_index(address) ((address) >> PGDIR_SHIFT) argument
288 static inline pgd_t *pgd_offset(struct mm_struct *mm, unsigned long address) in pgd_offset()
294 static inline pte_t *pte_offset(pmd_t *dir, unsigned long address) in pte_offset()
/Linux-v5.4/drivers/acpi/pmic/
Dintel_pmic.c34 static int pmic_get_reg_bit(int address, struct pmic_table *table, in pmic_get_reg_bit()
51 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler()
153 static bool pmic_thermal_is_temp(int address) in pmic_thermal_is_temp()
158 static bool pmic_thermal_is_aux(int address) in pmic_thermal_is_aux()
164 static bool pmic_thermal_is_pen(int address) in pmic_thermal_is_pen()
170 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler()
210 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_regs_handler()
/Linux-v5.4/drivers/media/pci/ddbridge/
Dddbridge-ci.c46 int slot, int address) in read_attribute_mem()
61 int address, u8 value) in write_attribute_mem()
72 int slot, u8 address) in read_cam_control()
93 u8 address, u8 value) in write_cam_control()
190 int slot, int address) in read_attribute_mem_xo2()
203 int address, u8 value) in write_attribute_mem_xo2()
213 int slot, u8 address) in read_cam_control_xo2()
226 u8 address, u8 value) in write_cam_control_xo2()
/Linux-v5.4/arch/openrisc/include/asm/
Dpgtable.h214 #define PAGE_PTR(address) \ argument
372 #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1)) argument
374 #define __pgd_offset(address) pgd_index(address) argument
376 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) argument
379 #define pgd_offset_k(address) pgd_offset(&init_mm, address) argument
381 #define __pmd_offset(address) \ argument
390 #define __pte_offset(address) \ argument
392 #define pte_offset_kernel(dir, address) \ argument
394 #define pte_offset_map(dir, address) \ argument
396 #define pte_offset_map_nested(dir, address) \ argument
[all …]

12345678910>>...45