Searched defs:address (Results 1 - 200 of 943) sorted by relevance

12345

/linux-4.4.14/arch/x86/mm/kmemcheck/
H A Dpte.c7 pte_t *kmemcheck_pte_lookup(unsigned long address) kmemcheck_pte_lookup() argument
H A Dshadow.c18 void *kmemcheck_shadow_lookup(unsigned long address) kmemcheck_shadow_lookup() argument
36 static void mark_shadow(void *address, unsigned int n, mark_shadow() argument
77 void kmemcheck_mark_unallocated(void *address, unsigned int n) kmemcheck_mark_unallocated() argument
82 void kmemcheck_mark_uninitialized(void *address, unsigned int n) kmemcheck_mark_uninitialized() argument
91 void kmemcheck_mark_initialized(void *address, unsigned int n) kmemcheck_mark_initialized() argument
97 void kmemcheck_mark_freed(void *address, unsigned int n) kmemcheck_mark_freed() argument
/linux-4.4.14/include/linux/
H A Dtimeriomem-rng.h12 void __iomem *address; member in struct:timeriomem_rng_data
H A Duserfaultfd_k.h59 handle_userfault(struct vm_area_struct *vma, unsigned long address, unsigned int flags, unsigned long reason) handle_userfault() argument
H A Dfutex.h42 unsigned long address; member in struct:futex_key::__anon12318
H A Dksm.h85 ksm_might_need_to_copy(struct page *page, struct vm_area_struct *vma, unsigned long address) ksm_might_need_to_copy() argument
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgalloc.h10 tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address) tlb_flush_pgtable() argument
H A Dtlb.h40 __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) __tlb_remove_tlb_entry() argument
H A Dhw_breakpoint.h28 unsigned long address; member in struct:arch_hw_breakpoint
H A Dpgalloc-32.h84 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, unsigned long address) __pte_free_tlb() argument
/linux-4.4.14/arch/sh/include/asm/
H A Dstacktrace.h13 void (*address)(void *data, unsigned long address, int reliable); member in struct:stacktrace_ops
H A Dpgalloc.h34 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
40 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
H A Dhw_breakpoint.h13 unsigned long address; member in struct:arch_hw_breakpoint
H A Dpgtable-3level.h40 static inline pmd_t *pmd_offset(pud_t *pud, unsigned long address) pmd_offset() argument
/linux-4.4.14/arch/h8300/mm/
H A Dfault.c35 asmlinkage int do_page_fault(struct pt_regs *regs, unsigned long address, do_page_fault() argument
/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
H A Dkmemcheck.h4 static inline void kmemcheck_mark_initialized(void *address, unsigned int n) kmemcheck_mark_initialized() argument
/linux-4.4.14/arch/x86/include/asm/
H A Dvsyscall.h17 static inline bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) emulate_vsyscall() argument
H A Dbios_ebda.h15 unsigned int address = *(unsigned short *)phys_to_virt(0x40E); get_bios_ebda() local
25 unsigned int address; get_bios_ebda_length() local
H A Dkmemcheck.h30 kmemcheck_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) kmemcheck_fault() argument
H A Dhw_breakpoint.h14 unsigned long address; member in struct:arch_hw_breakpoint
H A Dstacktrace.h40 void (*address)(void *data, unsigned long address, int reliable); member in struct:stacktrace_ops
/linux-4.4.14/arch/arc/include/asm/
H A Dunaligned.h22 misaligned_fixup(unsigned long address, struct pt_regs *regs, misaligned_fixup() argument
H A Dkprobes.h55 static void trap_is_kprobe(unsigned long address, struct pt_regs *regs) trap_is_kprobe() argument
H A Dpgalloc.h105 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
93 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
/linux-4.4.14/arch/x86/um/
H A Dfault.c18 int arch_fixup(unsigned long address, struct uml_pt_regs *regs) arch_fixup() argument
/linux-4.4.14/arch/m68k/include/asm/
H A Dvirtconvert.h18 static inline unsigned long virt_to_phys(void *address) virt_to_phys() argument
23 static inline void *phys_to_virt(unsigned long address) phys_to_virt() argument
H A Dmcf_pgalloc.h26 extern inline pmd_t *pmd_alloc_kernel(pgd_t *pgd, unsigned long address) pmd_alloc_kernel() argument
14 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
43 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, unsigned long address) __pte_free_tlb() argument
51 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
H A Dmotorola_pgalloc.h10 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
69 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
59 __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, unsigned long address) __pte_free_tlb() argument
79 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, unsigned long address) __pmd_free_tlb() argument
H A Dsun3_pgalloc.h37 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
49 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_gsc.c30 unsigned long address; serial_init_chip() local
/linux-4.4.14/drivers/ide/
H A Dide-disk.h9 ide_decl_devset(address); variable
H A Dcs5520.c47 int address; member in struct:pio_clocks
/linux-4.4.14/drivers/media/usb/as102/
H A Das102_fw.h20 unsigned char address[4]; member in struct:as10x_raw_fw_pkt
/linux-4.4.14/arch/um/include/asm/
H A Dstacktrace.h13 void (*address)(void *data, unsigned long address, int reliable); member in struct:stacktrace_ops
H A Dtlb.h25 __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long address) __tlb_remove_tlb_entry() argument
/linux-4.4.14/arch/um/kernel/
H A Dsysrq.c18 static void _print_addr(void *data, unsigned long address, int reliable) _print_addr() argument
H A Dstacktrace.c47 static void save_addr(void *data, unsigned long address, int reliable) save_addr() argument
/linux-4.4.14/lib/
H A Dlibcrc32c.c42 u32 crc32c(u32 crc, const void *address, unsigned int length) crc32c() argument
/linux-4.4.14/fs/btrfs/
H A Dhash.c32 u32 btrfs_crc32c(u32 crc, const void *address, unsigned int length) btrfs_crc32c() argument
/linux-4.4.14/arch/mips/include/asm/txx9/
H A Dspi.h27 spi_eeprom_read(int busid, int chipid, int address, unsigned char *buf, int len) spi_eeprom_read() argument
/linux-4.4.14/arch/sh/mm/
H A Dtlbex_32.c22 handle_tlbmiss(struct pt_regs *regs, unsigned long error_code, unsigned long address) handle_tlbmiss() argument
H A Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
H A Dtlb-pteaex.c18 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) __update_tlb() argument
H A Dtlb-sh3.c29 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) __update_tlb() argument
H A Dtlb-sh4.c17 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) __update_tlb() argument
H A Dtlb-sh5.c186 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) __update_tlb() argument
H A Dtlbex_64.c43 handle_tlbmiss(unsigned long long protection_flags, unsigned long address) handle_tlbmiss() argument
131 do_fast_page_fault(unsigned long long ssr_md, unsigned long long expevt, unsigned long address) do_fast_page_fault() argument
/linux-4.4.14/arch/sparc/kernel/
H A Dleon_pmc.c49 register unsigned int address = (unsigned int)leon3_irqctrl_regs; pmc_leon_idle_fixup() local
/linux-4.4.14/arch/m68k/mm/
H A Dfault.c69 int do_page_fault(struct pt_regs *regs, unsigned long address, do_page_fault() argument
H A Dsun3mmu.c41 unsigned long address; paging_init() local
H A Dcache.c75 void flush_icache_range(unsigned long address, unsigned long endaddr) flush_icache_range() argument
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Devergreen_smc.h52 SMC_Evergreen_MCRegisterAddress address[SMC_EVERGREEN_MC_REGISTER_ARRAY_SIZE]; member in struct:SMC_Evergreen_MCRegisters
/linux-4.4.14/drivers/acpi/
H A Dacpi_cmos_rtc.c31 acpi_cmos_rtc_space_handler(u32 function, acpi_physical_address address, acpi_cmos_rtc_space_handler() argument
/linux-4.4.14/drivers/acpi/acpica/
H A Dhwvalid.c124 acpi_hw_validate_io_request(acpi_io_address address, u32 bit_width) acpi_hw_validate_io_request() argument
220 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) acpi_hw_read_port() argument
284 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) acpi_hw_write_port() argument
H A Dhwxface.c132 u64 address; ACPI_EXPORT_SYMBOL() local
218 u64 address; ACPI_EXPORT_SYMBOL() local
H A Dtbprint.c125 acpi_tb_print_table_header(acpi_physical_address address, acpi_tb_print_table_header() argument
H A Dtbxfload.c243 acpi_install_table(acpi_physical_address address, u8 physical) acpi_install_table() argument
H A Dutaddress.c75 acpi_ut_add_address_range(acpi_adr_space_type space_id, acpi_physical_address address, u32 length, struct acpi_namespace_node *region_node) acpi_ut_add_address_range() argument
203 acpi_ut_check_address_range(acpi_adr_space_type space_id, acpi_physical_address address, u32 length, u8 warn) acpi_ut_check_address_range() argument
H A Dutxface.c450 acpi_check_address_range(acpi_adr_space_type space_id, acpi_physical_address address, acpi_size length, u8 warn) acpi_check_address_range() argument
H A Ddbmethod.c74 u32 address; acpi_db_set_method_breakpoint() local
H A Devgpeblk.c332 acpi_ev_create_gpe_block(struct acpi_namespace_node *gpe_device, u64 address, u8 space_id, u32 register_count, u16 gpe_block_base_number, u32 interrupt_number, struct acpi_gpe_block_info **return_gpe_block) acpi_ev_create_gpe_block() argument
H A Devxface.c750 acpi_ev_install_gpe_handler(acpi_handle gpe_device, u32 gpe_number, u32 type, u8 is_raw_handler, acpi_gpe_handler address, void *context) acpi_ev_install_gpe_handler() argument
874 acpi_install_gpe_handler(acpi_handle gpe_device, u32 gpe_number, u32 type, acpi_gpe_handler address, void *context) acpi_install_gpe_handler() argument
H A Dexregion.c69 acpi_ex_system_memory_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_system_memory_space_handler() argument
308 acpi_ex_system_io_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_system_io_space_handler() argument
367 acpi_ex_pci_config_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_config_space_handler() argument
441 acpi_ex_cmos_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_cmos_space_handler() argument
473 acpi_ex_pci_bar_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_pci_bar_space_handler() argument
505 acpi_ex_data_table_space_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_ex_data_table_space_handler() argument
H A Dhwregs.c157 u64 address; acpi_hw_read() local
214 u64 address; acpi_hw_write() local
83 acpi_hw_validate_register(struct acpi_generic_address *reg, u8 max_bit_width, u64 *address) acpi_hw_validate_register() argument
H A Dtbinstal.c175 acpi_tb_install_fixed_table(acpi_physical_address address, acpi_tb_install_fixed_table() argument
243 acpi_tb_install_standard_table(acpi_physical_address address, acpi_tb_install_standard_table() argument
399 acpi_physical_address address; acpi_tb_override_table() local
H A Dtbutils.c263 acpi_physical_address address; acpi_tb_parse_root_table() local
H A Ddbutils.c448 void acpi_db_dump_buffer(u32 address) acpi_db_dump_buffer() argument
H A Devregion.c145 acpi_physical_address address; acpi_ev_address_space_dispatch() local
H A Dtbdata.c67 acpi_tb_init_table_descriptor(struct acpi_table_desc *table_desc, acpi_physical_address address, u8 flags, struct acpi_table_header *table) acpi_tb_init_table_descriptor() argument
191 acpi_tb_acquire_temp_table(struct acpi_table_desc *table_desc, acpi_physical_address address, u8 flags) acpi_tb_acquire_temp_table() argument
/linux-4.4.14/drivers/acpi/pmic/
H A Dintel_pmic.h5 int address; /* operation region address */ member in struct:pmic_table
/linux-4.4.14/arch/sparc/mm/
H A Dhighmem.c40 unsigned long address; kmap_init() local
/linux-4.4.14/arch/x86/kernel/
H A Dtest_nx.c80 static noinline int test_address(void *address) test_address() argument
H A Dhead64.c54 int __init early_make_pgtable(unsigned long address) early_make_pgtable() argument
/linux-4.4.14/arch/x86/mm/
H A Dpgtable_32.c88 unsigned long address; parse_reservetop() local
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dtask_size.c18 unsigned long *address = (unsigned long *) (page << UM_KERN_PAGE_SHIFT); page_ok() local
/linux-4.4.14/arch/arc/kernel/
H A Dtraps.c31 void die(const char *str, struct pt_regs *regs, unsigned long address) die() argument
90 int do_misaligned_access(unsigned long address, struct pt_regs *regs, do_misaligned_access() argument
104 void do_machine_check_fault(unsigned long address, struct pt_regs *regs) do_machine_check_fault() argument
119 void do_non_swi_trap(unsigned long address, struct pt_regs *regs) do_non_swi_trap() argument
147 void do_insterror_or_kprobe(unsigned long address, struct pt_regs *regs) do_insterror_or_kprobe() argument
H A Dunaligned.c202 int misaligned_fixup(unsigned long address, struct pt_regs *regs, misaligned_fixup() argument
H A Dstacktrace.c117 unsigned int address; arc_unwind_core() local
162 static int __print_sym(unsigned int address, void *unused) __print_sym() argument
173 static int __collect_all(unsigned int address, void *arg) __collect_all() argument
188 static int __collect_all_but_sched(unsigned int address, void *arg) __collect_all_but_sched() argument
208 static int __get_first_nonsched(unsigned int address, void *unused) __get_first_nonsched() argument
/linux-4.4.14/net/wireless/
H A Dwext-spy.c32 struct sockaddr * address = (struct sockaddr *) extra; iw_handler_set_spy() local
80 struct sockaddr * address = (struct sockaddr *) extra; iw_handler_get_spy() local
161 iw_send_thrspy_event(struct net_device * dev, struct iw_spy_data * spydata, unsigned char * address, struct iw_quality * wstats) iw_send_thrspy_event() argument
192 wireless_spy_update(struct net_device * dev, unsigned char * address, struct iw_quality * wstats) wireless_spy_update() argument
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-scratch.h51 static inline uint8_t cvmx_scratch_read8(uint64_t address) cvmx_scratch_read8() argument
63 static inline uint16_t cvmx_scratch_read16(uint64_t address) cvmx_scratch_read16() argument
75 static inline uint32_t cvmx_scratch_read32(uint64_t address) cvmx_scratch_read32() argument
87 static inline uint64_t cvmx_scratch_read64(uint64_t address) cvmx_scratch_read64() argument
98 static inline void cvmx_scratch_write8(uint64_t address, uint64_t value) cvmx_scratch_write8() argument
110 static inline void cvmx_scratch_write16(uint64_t address, uint64_t value) cvmx_scratch_write16() argument
122 static inline void cvmx_scratch_write32(uint64_t address, uint64_t value) cvmx_scratch_write32() argument
134 static inline void cvmx_scratch_write64(uint64_t address, uint64_t value) cvmx_scratch_write64() argument
/linux-4.4.14/arch/nios2/include/asm/
H A Dpgalloc.h40 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
51 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/openrisc/mm/
H A Dioremap.c119 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
H A Dfault.c49 asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long address, do_page_fault() argument
/linux-4.4.14/arch/cris/include/asm/
H A Dpgalloc.h25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
31 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/blackfin/include/asm/
H A Dtrace.h30 static inline void decode_address(char *buf, unsigned long address) { } get_instruction() argument
31 static inline bool get_instruction(unsigned int *val, unsigned short *address) { return false; } get_instruction() argument
/linux-4.4.14/sound/isa/gus/
H A Dgus_dram.c28 snd_gus_dram_poke(struct snd_gus_card *gus, char __user *_buffer, unsigned int address, unsigned int size) snd_gus_dram_poke() argument
59 snd_gus_dram_write(struct snd_gus_card *gus, char __user *buffer, unsigned int address, unsigned int size) snd_gus_dram_write() argument
65 snd_gus_dram_peek(struct snd_gus_card *gus, char __user *_buffer, unsigned int address, unsigned int size, int rom) snd_gus_dram_peek() argument
97 snd_gus_dram_read(struct snd_gus_card *gus, char __user *buffer, unsigned int address, unsigned int size, int rom) snd_gus_dram_read() argument
H A Dgus_dma.c44 unsigned int address; snd_gf1_dma_program() local
H A Dgus_mem_proc.c29 unsigned int address; member in struct:gus_proc_private
/linux-4.4.14/include/linux/lockd/
H A Dbind.h40 const struct sockaddr *address; member in struct:nlmclnt_initdata
/linux-4.4.14/drivers/staging/unisys/visorbus/
H A Dvmcallinterface.h89 u64 address; /* contents provided by this VMCALL (OUT) */ member in struct:vmcall_io_controlvm_addr_params
/linux-4.4.14/drivers/scsi/fnic/
H A Drq_enet_desc.h23 __le64 address; member in struct:rq_enet_desc
41 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) rq_enet_desc_enc() argument
49 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) rq_enet_desc_dec() argument
H A Dwq_enet_desc.h23 __le64 address; member in struct:wq_enet_desc
51 wq_enet_desc_enc(struct wq_enet_desc *desc, u64 address, u16 length, u16 mss, u16 header_length, u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap, u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) wq_enet_desc_enc() argument
70 wq_enet_desc_dec(struct wq_enet_desc *desc, u64 *address, u16 *length, u16 *mss, u16 *header_length, u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap, u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) wq_enet_desc_dec() argument
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
H A Drq_enet_desc.h25 __le64 address; member in struct:rq_enet_desc
43 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) rq_enet_desc_enc() argument
51 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) rq_enet_desc_dec() argument
H A Dwq_enet_desc.h25 __le64 address; member in struct:wq_enet_desc
53 wq_enet_desc_enc(struct wq_enet_desc *desc, u64 address, u16 length, u16 mss, u16 header_length, u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap, u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) wq_enet_desc_enc() argument
72 wq_enet_desc_dec(struct wq_enet_desc *desc, u64 *address, u16 *length, u16 *mss, u16 *header_length, u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap, u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) wq_enet_desc_dec() argument
/linux-4.4.14/drivers/gpu/drm/
H A Dati_pcigart.c102 void *address = NULL; drm_ati_pcigart_init() local
/linux-4.4.14/arch/um/os-Linux/
H A Dutil.c18 void stack_protections(unsigned long address) stack_protections() argument
/linux-4.4.14/arch/xtensa/include/asm/
H A Dpgalloc.h41 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
/linux-4.4.14/arch/alpha/include/asm/
H A Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
54 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
67 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/arc/mm/
H A Dfault.c28 noinline static int handle_kernel_vaddr_fault(unsigned long address) handle_kernel_vaddr_fault() argument
63 void do_page_fault(unsigned long address, struct pt_regs *regs) do_page_fault() argument
/linux-4.4.14/arch/cris/arch-v10/mm/
H A Dfault.c52 unsigned long address; handle_mmu_bus_fault() local
/linux-4.4.14/include/xen/interface/
H A Dcallback.h87 xen_callback_t address; member in struct:callback_register
/linux-4.4.14/arch/powerpc/mm/
H A Dicswx.c197 int acop_handle_fault(struct pt_regs *regs, unsigned long address, acop_handle_fault() argument
H A Dmmu_decl.h55 static inline void _tlbil_va(unsigned long address, unsigned int pid, _tlbil_va() argument
65 static inline void _tlbil_va(unsigned long address, unsigned int pid, _tlbil_va() argument
76 static inline void _tlbivax_bcast(unsigned long address, unsigned int pid, _tlbivax_bcast() argument
H A Dpgtable.c200 int ptep_set_access_flags(struct vm_area_struct *vma, unsigned long address, ptep_set_access_flags() argument
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_iudma.h11 u32 address; member in struct:bcm_enet_desc
/linux-4.4.14/arch/s390/include/asm/
H A Dsmp.h53 static inline int smp_find_processor_id(u16 address) { return 0; } smp_store_status() argument
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dkvm_virtio.h43 __u64 address; member in struct:kvm_vqconfig
/linux-4.4.14/arch/score/include/asm/
H A Dpgalloc.h40 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
51 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/score/mm/
H A Dfault.c44 do_page_fault(struct pt_regs *regs, unsigned long write, unsigned long address) do_page_fault() argument
H A Dtlb-score.c213 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) __update_tlb() argument
/linux-4.4.14/arch/metag/include/asm/
H A Dpgalloc.h42 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
50 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/microblaze/mm/
H A Dfault.c67 void bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) bad_page_fault() argument
86 void do_page_fault(struct pt_regs *regs, unsigned long address, do_page_fault() argument
/linux-4.4.14/arch/mips/mm/
H A Dpgtable-64.c67 pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp) pmdp_splitting_flush() argument
H A Dfault.c39 __do_page_fault(struct pt_regs *regs, unsigned long write, unsigned long address) __do_page_fault() argument
335 do_page_fault(struct pt_regs *regs, unsigned long write, unsigned long address) do_page_fault() argument
H A Dioremap.c19 static inline void remap_area_pte(pte_t * pte, unsigned long address, remap_area_pte() argument
45 static inline int remap_area_pmd(pmd_t * pmd, unsigned long address, remap_area_pmd() argument
67 static int remap_area_pages(unsigned long address, phys_addr_t phys_addr, remap_area_pages() argument
/linux-4.4.14/arch/mips/txx9/generic/
H A Dspi_eeprom.c49 int address; member in struct:read_param
60 int address = read_param->address; early_seeprom_probe() local
87 int __init spi_eeprom_read(int busid, int chipid, int address, spi_eeprom_read() argument
/linux-4.4.14/arch/openrisc/include/asm/
H A Dpgalloc.h76 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/hexagon/include/asm/
H A Dpgalloc.h62 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
78 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
H A Dcacheflush.h86 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) update_mmu_cache() argument
/linux-4.4.14/arch/hexagon/mm/
H A Dvm_fault.c48 void do_page_fault(unsigned long address, long cause, struct pt_regs *regs) do_page_fault() argument
/linux-4.4.14/arch/avr32/mm/
H A Dfault.c62 unsigned long address; do_page_fault() local
/linux-4.4.14/arch/arm/mach-zynq/
H A Dplatsmp.c37 int zynq_cpun_start(u32 address, int cpu) zynq_cpun_start() argument
/linux-4.4.14/drivers/usb/misc/
H A Dezusb.c34 static int ezusb_writememory(struct usb_device *dev, int address, ezusb_writememory() argument
H A Demi26.c41 static int emi26_writememory (struct usb_device *dev, int address, emi26_writememory() argument
H A Demi62.c50 static int emi62_writememory(struct usb_device *dev, int address, emi62_writememory() argument
/linux-4.4.14/drivers/rtc/
H A Drtc-ds1347.c35 static int ds1347_read_reg(struct device *dev, unsigned char address, ds1347_read_reg() argument
45 static int ds1347_write_reg(struct device *dev, unsigned char address, ds1347_write_reg() argument
H A Drtc-ds3234.c34 static int ds3234_set_reg(struct device *dev, unsigned char address, ds3234_set_reg() argument
47 static int ds3234_get_reg(struct device *dev, unsigned char address, ds3234_get_reg() argument
H A Drtc-max6902.c32 static int max6902_set_reg(struct device *dev, unsigned char address, max6902_set_reg() argument
45 static int max6902_get_reg(struct device *dev, unsigned char address, max6902_get_reg() argument
H A Drtc-r9701.c43 static int write_reg(struct device *dev, int address, unsigned char data) write_reg() argument
/linux-4.4.14/drivers/video/backlight/
H A Dili9320.h17 unsigned short address; member in struct:ili9320_reg
/linux-4.4.14/drivers/mtd/
H A Dar7part.c42 unsigned int address; member in struct:ar7_bin_rec
H A Dinftlmount.c336 static int check_free_sectors(struct INFTLrecord *inftl, unsigned int address, check_free_sectors() argument
/linux-4.4.14/drivers/input/misc/
H A Datlas_btns.c49 acpi_atlas_button_handler(u32 function, acpi_physical_address address, u32 bit_width, u64 *value, void *handler_context, void *region_context) acpi_atlas_button_handler() argument
/linux-4.4.14/drivers/media/rc/
H A Dir-sanyo-decoder.c59 u8 address, command, not_command; ir_sanyo_decode() local
H A Dir-sharp-decoder.c49 u32 msg, echo, address, command, scancode; ir_sharp_decode() local
H A Dir-nec-decoder.c52 u8 address, not_address, command, not_command; ir_nec_decode() local
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dm920x.h73 u16 address; member in struct:m920x_inits
/linux-4.4.14/drivers/misc/cxl/
H A Dcontext.c106 unsigned long address = (unsigned long)vmf->virtual_address; cxl_mmap_fault() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommonring.c193 void *address; brcmf_commonring_write_complete() local
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dbmi.c178 int ath10k_bmi_execute(struct ath10k *ar, u32 address, u32 param, u32 *result) ath10k_bmi_execute() argument
255 int ath10k_bmi_lz_stream_start(struct ath10k *ar, u32 address) ath10k_bmi_lz_stream_start() argument
91 ath10k_bmi_read_memory(struct ath10k *ar, u32 address, void *buffer, u32 length) ath10k_bmi_read_memory() argument
132 ath10k_bmi_write_memory(struct ath10k *ar, u32 address, const void *buffer, u32 length) ath10k_bmi_write_memory() argument
281 ath10k_bmi_fast_download(struct ath10k *ar, u32 address, const void *buffer, u32 length) ath10k_bmi_fast_download() argument
H A Dswap.h27 __le32 address; member in struct:ath10k_swap_code_seg_tlv
/linux-4.4.14/drivers/net/ethernet/amd/
H A Dmvme147.c78 u_long address; mvme147lance_probe() local
/linux-4.4.14/drivers/auxdisplay/
H A Dks0108.c99 void ks0108_address(unsigned char address) ks0108_address() argument
/linux-4.4.14/arch/unicore32/include/asm/
H A Dprocessor.h33 u32 address; member in struct:debug_entry
44 unsigned long address; member in struct:thread_struct
/linux-4.4.14/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c34 unsigned long address; member in struct:__anon3221
/linux-4.4.14/arch/xtensa/mm/
H A Dfault.c43 unsigned int address = regs->excvaddr; do_page_fault() local
243 bad_page_fault(struct pt_regs *regs, unsigned long address, int sig) bad_page_fault() argument
/linux-4.4.14/drivers/char/tpm/
H A Dtpm_atmel.h42 unsigned long address, size; atmel_get_base_addr() local
/linux-4.4.14/arch/alpha/boot/
H A Dbootp.c43 unsigned long address = (unsigned long) ptr; find_pa() local
H A Dmain.c37 unsigned long address = (unsigned long) ptr; find_pa() local
/linux-4.4.14/arch/alpha/kernel/
H A Dproto.h192 __alpha_remap_area_pages(unsigned long address, unsigned long phys_addr, __alpha_remap_area_pages() argument
/linux-4.4.14/arch/alpha/mm/
H A Dfault.c83 do_page_fault(unsigned long address, unsigned long mmcsr, do_page_fault() argument
/linux-4.4.14/net/x25/
H A Dx25_route.c31 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, x25_add_route() argument
82 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, x25_del_route() argument
/linux-4.4.14/security/tomoyo/
H A Dgroup.c179 bool tomoyo_address_matches_group(const bool is_ipv6, const __be32 *address, tomoyo_address_matches_group() argument
/linux-4.4.14/include/linux/usb/
H A Dehci-dbgp.h41 u32 address; member in struct:ehci_dbg_port
/linux-4.4.14/include/asm-generic/
H A Dpgtable-nopmd.h43 static inline pmd_t * pmd_offset(pud_t * pud, unsigned long address) pmd_offset() argument
H A Dpgtable-nopud.h38 static inline pud_t * pud_offset(pgd_t * pgd, unsigned long address) pud_offset() argument
/linux-4.4.14/arch/powerpc/sysdev/
H A Dppc4xx_hsta_msi.c30 u64 address; member in struct:ppc4xx_hsta_msi
/linux-4.4.14/arch/mips/include/asm/
H A Dpgalloc.h112 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
67 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
77 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/sparc/include/asm/
H A Dpgalloc_32.h39 pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
62 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
/linux-4.4.14/arch/metag/mm/
H A Dfault.c48 int do_page_fault(struct pt_regs *regs, unsigned long address, do_page_fault() argument
/linux-4.4.14/arch/mn10300/mm/
H A Dfault.c118 do_page_fault(struct pt_regs *regs, unsigned long fault_code, unsigned long address) do_page_fault() argument
H A Dpgtable.c64 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
72 struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/nios2/mm/
H A Dfault.c42 do_page_fault(struct pt_regs *regs, unsigned long cause, unsigned long address) do_page_fault() argument
H A Dioremap.c22 static inline void remap_area_pte(pte_t *pte, unsigned long address, remap_area_pte() argument
50 static inline int remap_area_pmd(pmd_t *pmd, unsigned long address, remap_area_pmd() argument
76 static int remap_area_pages(unsigned long address, unsigned long phys_addr, remap_area_pages() argument
/linux-4.4.14/arch/parisc/include/asm/
H A Dpgalloc.h64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) pmd_alloc_one() argument
125 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/parisc/mm/
H A Dfault.c180 show_signal_msg(struct pt_regs *regs, unsigned long code, unsigned long address, struct task_struct *tsk, struct vm_area_struct *vma) show_signal_msg() argument
201 do_page_fault(struct pt_regs *regs, unsigned long code, unsigned long address) do_page_fault() argument
/linux-4.4.14/arch/cris/mm/
H A Dfault.c53 do_page_fault(unsigned long address, struct pt_regs *regs, do_page_fault() argument
/linux-4.4.14/arch/frv/mm/
H A Dpgalloc.c23 pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
31 pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/ia64/mm/
H A Dfault.c48 mapped_kernel_page_is_present (unsigned long address) mapped_kernel_page_is_present() argument
80 ia64_do_page_fault (unsigned long address, unsigned long isr, struct pt_regs *regs) ia64_do_page_fault() argument
/linux-4.4.14/arch/m32r/include/asm/
H A Dpgalloc.h33 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
41 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/m32r/mm/
H A Dfault-nommu.c69 do_page_fault(struct pt_regs *regs, unsigned long error_code, unsigned long address) do_page_fault() argument
/linux-4.4.14/arch/arm64/mm/
H A Dflush.c105 void pmdp_splitting_flush(struct vm_area_struct *vma, unsigned long address, pmdp_splitting_flush() argument
/linux-4.4.14/arch/avr32/include/asm/
H A Dpgalloc.h54 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) pte_alloc_one_kernel() argument
60 pte_alloc_one(struct mm_struct *mm, unsigned long address) pte_alloc_one() argument
/linux-4.4.14/arch/arm/include/asm/
H A Dprocessor.h41 unsigned long address; member in struct:thread_struct
/linux-4.4.14/arch/arm/kernel/
H A Ddma-isa.c61 unsigned long address, length; isa_enable_dma() local
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_doorbell.c122 phys_addr_t address; kfd_doorbell_mmap() local
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_labels.c53 static void replace_u32(u32 *address, u32 mask, u32 new) replace_u32() argument
/linux-4.4.14/sound/pci/asihpi/
H A Dhpi6000.h39 u32 address; member in struct:hpi_hif_6000
/linux-4.4.14/include/linux/iio/
H A Dsysfs.h26 u64 address; member in struct:iio_dev_attr
/linux-4.4.14/tools/power/acpi/tools/acpidump/
H A Dapdump.c225 acpi_physical_address address; ap_dump_all_tables() local
281 acpi_physical_address address; ap_dump_table_by_address() local
328 acpi_physical_address address; ap_dump_table_by_name() local
173 ap_dump_table_buffer(struct acpi_table_header *table, u32 instance, acpi_physical_address address) ap_dump_table_buffer() argument
/linux-4.4.14/drivers/scsi/snic/
H A Dwq_enet_desc.h23 __le64 address; member in struct:wq_enet_desc
51 wq_enet_desc_enc(struct wq_enet_desc *desc, u64 address, u16 length, u16 mss, u16 header_length, u8 offload_mode, u8 eop, u8 cq_entry, u8 fcoe_encap, u8 vlan_tag_insert, u16 vlan_tag, u8 loopback) wq_enet_desc_enc() argument
70 wq_enet_desc_dec(struct wq_enet_desc *desc, u64 *address, u16 *length, u16 *mss, u16 *header_length, u8 *offload_mode, u8 *eop, u8 *cq_entry, u8 *fcoe_encap, u8 *vlan_tag_insert, u16 *vlan_tag, u8 *loopback) wq_enet_desc_dec() argument
/linux-4.4.14/drivers/sh/intc/
H A Daccess.c14 unsigned long intc_phys_to_virt(struct intc_desc_int *d, unsigned long address) intc_phys_to_virt() argument
39 unsigned int intc_get_reg(struct intc_desc_int *d, unsigned long address) intc_get_reg() argument
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dos_bri.c604 diva_bri_write_sdram_block(PISDN_ADAPTER IoAdapter, dword address, const byte *data, dword length) diva_bri_write_sdram_block() argument
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c250 gru_invalidate_page(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long address) gru_invalidate_page() argument
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-elektor.c67 u8 __iomem *address = ctl ? (base_iomem + 1) : base_iomem; pcf_isa_setbyte() local
84 u8 __iomem *address = ctl ? (base_iomem + 1) : base_iomem; pcf_isa_getbyte() local
H A Di2c-parport-light.c192 static int __init i2c_parport_device_add(u16 address) i2c_parport_device_add() argument
/linux-4.4.14/drivers/iio/adc/
H A Daxp288_adc.c114 static int axp288_adc_read_channel(int *val, unsigned long address, axp288_adc_read_channel() argument
126 axp288_adc_set_ts(struct regmap *regmap, unsigned int mode, unsigned long address) axp288_adc_set_ts() argument
/linux-4.4.14/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c98 unsigned long address = (unsigned long)vmf->virtual_address; ttm_bo_vm_fault() local
/linux-4.4.14/drivers/gpu/host1x/hw/
H A Dhost1x01_hardware.h121 static inline u32 host1x_opcode_restart(unsigned address) host1x_opcode_restart() argument
H A Dhost1x02_hardware.h120 static inline u32 host1x_opcode_restart(unsigned address) host1x_opcode_restart() argument
H A Dhost1x04_hardware.h120 static inline u32 host1x_opcode_restart(unsigned address) host1x_opcode_restart() argument
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_core.c41 int m5602_read_bridge(struct sd *sd, const u8 address, u8 *i2c_data) m5602_read_bridge() argument
63 int m5602_write_bridge(struct sd *sd, const u8 address, const u8 i2c_data) m5602_write_bridge() argument
99 int m5602_read_sensor(struct sd *sd, const u8 address, m5602_read_sensor() argument
148 int m5602_write_sensor(struct sd *sd, const u8 address, m5602_write_sensor() argument
H A Dm5602_mt9m111.c425 u8 address, value[2] = {0x00, 0x00}; mt9m111_dump_registers() local
H A Dm5602_ov7660.c291 int address; ov7660_dump_registers() local
H A Dm5602_po1030.c490 int address; po1030_dump_registers() local
H A Dm5602_s5k4aa.c524 int address; s5k4aa_dump_registers() local
H A Dm5602_s5k83a.c416 int address; s5k83a_dump_registers() local
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c88 u32 address[] = { TA_HOLD_THREAD_REG, TA_SOFT_RESET_REG, rsi_copy_to_card() local
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dphy.h58 int address; /* PHY address */ member in struct:mii_phy
/linux-4.4.14/drivers/edac/
H A Dcell_edac.c38 unsigned long address, pfn, offset, syndrome; cell_edac_count_ce() local
61 unsigned long address, pfn, offset; cell_edac_count_ue() local

Completed in 5429 milliseconds

12345