/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-scratch.h | 51 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()
|
H A D | cvmx-asm.h | 93 #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/arch/x86/mm/ |
H A D | fault.c | 175 static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address) in vmalloc_sync_one() 232 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 294 static void dump_pagetable(unsigned long address) in dump_pagetable() 350 static void dump_pagetable(unsigned long address) in dump_pagetable() 419 static int is_errata93(struct pt_regs *regs, unsigned long address) in is_errata93() 454 static int is_errata100(struct pt_regs *regs, unsigned long address) in is_errata100() 465 unsigned long address) in is_f00f_bug() 509 show_fault_oops(struct pt_regs *regs, unsigned long error_code, unsigned long address) in show_fault_oops() 592 unsigned long address) in pgtable_bad() 612 static void sanitize_error_code(unsigned long address, in sanitize_error_code() [all …]
|
/linux/arch/sh/mm/ |
H A D | fault.c | 28 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() 245 unsigned long address, int si_code) in __bad_area_nosemaphore() 264 unsigned long address) in bad_area_nosemaphore() 271 unsigned long address, int si_code) in __bad_area() 285 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area() 292 unsigned long address) in bad_area_access_error() [all …]
|
/linux/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 196 unsigned long address; in split_large_pmd() local 232 static void clflush_page(unsigned long address) in clflush_page() 256 unsigned long address, in set_clr_page_flags() 330 int set_page_decrypted(unsigned long address) in set_page_decrypted() 335 int set_page_encrypted(unsigned long address) in set_page_encrypted() 340 int set_page_non_present(unsigned long address) in set_page_non_present() 346 unsigned long address, unsigned long ip) in do_pf_error() 363 unsigned long address = native_read_cr2(); in do_boot_page_fault() local
|
/linux/mm/ |
H A D | pgtable-generic.c | 69 unsigned long address, pte_t *ptep, in ptep_set_access_flags() 83 unsigned long address, pte_t *ptep) in ptep_clear_flush_young() 94 pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address, in ptep_clear_flush() 110 unsigned long address, pmd_t *pmdp, in pmdp_set_access_flags() 125 unsigned long address, pmd_t *pmdp) in pmdp_clear_flush_young() 137 pmd_t pmdp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_huge_clear_flush() 149 pud_t pudp_huge_clear_flush(struct vm_area_struct *vma, unsigned long address, in pudp_huge_clear_flush() 197 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate() 208 pmd_t pmdp_invalidate_ad(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate_ad() 217 pmd_t pmdp_collapse_flush(struct vm_area_struct *vma, unsigned long address, in pmdp_collapse_flush()
|
H A D | pgalloc-track.h | 7 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
|
/linux/arch/openrisc/kernel/ |
H A D | traps.c | 181 asmlinkage void do_fpe_trap(struct pt_regs *regs, unsigned long address) in do_fpe_trap() 213 asmlinkage void do_trap(struct pt_regs *regs, unsigned long address) in do_trap() 223 asmlinkage void do_unaligned_access(struct pt_regs *regs, unsigned long address) in do_unaligned_access() 235 asmlinkage void do_bus_fault(struct pt_regs *regs, unsigned long address) in do_bus_fault() 270 static inline void adjust_pc(struct pt_regs *regs, unsigned long address) in adjust_pc() 318 static inline void simulate_lwa(struct pt_regs *regs, unsigned long address, in simulate_lwa() 360 static inline void simulate_swa(struct pt_regs *regs, unsigned long address, in simulate_swa() 411 unsigned long address) in do_illegal_instruction()
|
/linux/security/tomoyo/ |
H A D | network.c | 14 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/arch/powerpc/mm/ |
H A D | fault.c | 55 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long address, int si_code) in __bad_area_nosemaphore() 70 static noinline int bad_area_nosemaphore(struct pt_regs *regs, unsigned long address) in bad_area_nosemaphore() 75 static int __bad_area(struct pt_regs *regs, unsigned long address, int si_code, in __bad_area() 91 static noinline int bad_access_pkey(struct pt_regs *regs, unsigned long address, in bad_access_pkey() 134 static noinline int bad_access(struct pt_regs *regs, unsigned long address, in bad_access() 140 static int do_sigbus(struct pt_regs *regs, unsigned long address, in do_sigbus() 201 unsigned long address, bool is_write) in bad_kernel_fault() 315 unsigned long error_code, unsigned long address) in sanity_check_fault() 414 static int ___do_page_fault(struct pt_regs *regs, unsigned long address, in ___do_page_fault()
|
/linux/include/linux/ |
H A D | pgtable.h | 67 static inline unsigned long pte_index(unsigned long address) in pte_index() 73 static inline unsigned long pmd_index(unsigned long address) in pmd_index() 81 static inline unsigned long pud_index(unsigned long address) in pud_index() 115 static inline pte_t *pte_offset_kernel(pmd_t *pmd, unsigned long address) in pte_offset_kernel() 123 #define __pte_map(pmd, address) \ argument 130 static inline pte_t *__pte_map(pmd_t *pmd, unsigned long address) in __pte_map() 144 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) in pmd_offset() 152 static inline pud_t *pud_offset(p4d_t *p4d, unsigned long address) in pud_offset() 159 static inline pgd_t *pgd_offset_pgd(pgd_t *pgd, unsigned long address) in pgd_offset_pgd() 168 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) argument [all …]
|
H A D | kmsan-checks.h | 77 static inline void kmsan_poison_memory(const void *address, size_t size, in kmsan_poison_memory() 81 static inline void kmsan_unpoison_memory(const void *address, size_t size) in kmsan_unpoison_memory() 84 static inline void kmsan_check_memory(const void *address, size_t size) in kmsan_check_memory()
|
/linux/drivers/acpi/acpica/ |
H A D | exregion.c | 36 acpi_physical_address address, in acpi_ex_system_memory_space_handler() 284 acpi_physical_address address, in acpi_ex_system_io_space_handler() 344 acpi_physical_address address, in acpi_ex_pci_config_space_handler() 422 acpi_physical_address address, in acpi_ex_cmos_space_handler() 455 acpi_physical_address address, in acpi_ex_pci_bar_space_handler() 488 acpi_physical_address address, in acpi_ex_data_table_space_handler()
|
H A D | hwvalid.c | 90 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) in acpi_hw_validate_io_request() 187 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port() 251 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) in acpi_hw_write_port() 311 acpi_status acpi_hw_validate_io_block(u64 address, u32 bit_width, u32 count) in acpi_hw_validate_io_block()
|
/linux/arch/riscv/mm/ |
H A D | pgtable.c | 9 unsigned long address, pte_t *ptep, in ptep_set_access_flags() 35 unsigned long address, in ptep_test_and_clear_young() 45 pud_t *pud_offset(p4d_t *p4d, unsigned long address) in pud_offset() 53 p4d_t *p4d_offset(pgd_t *pgd, unsigned long address) in p4d_offset() 140 unsigned long address, pmd_t *pmdp) in pmdp_collapse_flush() 158 pud_t pudp_invalidate(struct vm_area_struct *vma, unsigned long address, in pudp_invalidate()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | bmi.c | 157 u32 address, void *buffer, u32 length) in ath10k_bmi_read_memory() 198 int ath10k_bmi_write_soc_reg(struct ath10k *ar, u32 address, u32 reg_val) in ath10k_bmi_write_soc_reg() 227 int ath10k_bmi_read_soc_reg(struct ath10k *ar, u32 address, u32 *reg_val) in ath10k_bmi_read_soc_reg() 262 u32 address, const void *buffer, u32 length) in ath10k_bmi_write_memory() 307 int ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) in ath10k_bmi_execute() 431 int ath10k_bmi_lz_stream_start(struct ath10k *ar, u32 address) in ath10k_bmi_lz_stream_start() 458 u32 address, const void *buffer, u32 length) in ath10k_bmi_fast_download() 500 int ath10k_bmi_set_start(struct ath10k *ar, u32 address) in ath10k_bmi_set_start()
|
/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 155 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() 1311 acpi_physical_address *address) in osl_get_customized_table()
|
/linux/sound/isa/gus/ |
H A D | gus_dram.c | 14 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/drivers/iio/pressure/ |
H A D | mpl115_spi.c | 15 #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/drivers/acpi/pmic/ |
H A D | intel_pmic.c | 34 static int pmic_get_reg_bit(int address, const 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()
|
H A D | tps68470_pmic.c | 19 u32 address; /* operation region address */ member 197 static int pmic_get_reg_bit(u64 address, in pmic_get_reg_bit() 272 acpi_physical_address address, in tps68470_pmic_common_handler() 308 acpi_physical_address address, in tps68470_pmic_cfreq_handler() 322 acpi_physical_address address, u32 bits, in tps68470_pmic_clk_handler() 335 acpi_physical_address address, in tps68470_pmic_vrval_handler() 349 acpi_physical_address address, in tps68470_pmic_pwr_handler()
|
/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-ci.c | 37 int slot, int address) in read_attribute_mem() 52 int address, u8 value) in write_attribute_mem() 63 int slot, u8 address) in read_cam_control() 84 u8 address, u8 value) in write_cam_control() 181 int slot, int address) in read_attribute_mem_xo2() 194 int address, u8 value) in write_attribute_mem_xo2() 204 int slot, u8 address) in read_cam_control_xo2() 217 u8 address, u8 value) in write_cam_control_xo2()
|
/linux/tools/power/acpi/tools/acpidump/ |
H A D | apdump.c | 143 u32 instance, acpi_physical_address address) in ap_dump_table_buffer() 194 acpi_physical_address address; in ap_dump_all_tables() local 250 acpi_physical_address address; in ap_dump_table_by_address() local 297 acpi_physical_address address; in ap_dump_table_by_name() local
|
/linux/drivers/bcma/ |
H A D | driver_pci.c | 20 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/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_spy.c | 34 struct sockaddr * address = (struct sockaddr *) extra; in ipw_wx_set_spy() local 82 struct sockaddr * address = (struct sockaddr *) extra; in ipw_wx_get_spy() local 165 unsigned char * address, in iw_send_thrspy_event() 195 unsigned char * address, in libipw_spy_update()
|