Searched defs:ptr (Results 1 - 200 of 1492) sorted by relevance

12345678

/linux-4.4.14/tools/virtio/linux/
H A Dkmemleak.h1 static inline void kmemleak_ignore(const void *ptr) kmemleak_ignore() argument
H A Derr.h12 static inline long __must_check PTR_ERR(const void *ptr) PTR_ERR() argument
17 static inline long __must_check IS_ERR(const void *ptr) IS_ERR() argument
22 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) IS_ERR_OR_NULL() argument
/linux-4.4.14/arch/unicore32/include/mach/
H A Duncompress.h22 static void arch_decomp_puts(const char *ptr) arch_decomp_puts() argument
/linux-4.4.14/include/linux/
H A Dadfs_fs.h11 static inline int adfs_checkbblk(unsigned char *ptr) adfs_checkbblk() argument
H A Dgoldfish.h6 static inline void gf_write_ptr(const void *ptr, void __iomem *portl, gf_write_ptr() argument
H A Derr.h28 static inline long __must_check PTR_ERR(__force const void *ptr) PTR_ERR() argument
33 static inline bool __must_check IS_ERR(__force const void *ptr) IS_ERR() argument
38 static inline bool __must_check IS_ERR_OR_NULL(__force const void *ptr) IS_ERR_OR_NULL() argument
50 static inline void * __must_check ERR_CAST(__force const void *ptr) ERR_CAST() argument
56 static inline int __must_check PTR_ERR_OR_ZERO(__force const void *ptr) PTR_ERR_OR_ZERO() argument
H A Dhash.h87 static inline unsigned long hash_ptr(const void *ptr, unsigned int bits) hash_ptr() argument
92 static inline u32 hash32_ptr(const void *ptr) hash32_ptr() argument
H A Dfutex.h48 void *ptr; member in struct:futex_key::__anon12319
H A Dhugetlb_cgroup.h85 hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, struct hugetlb_cgroup **ptr) hugetlb_cgroup_charge_cgroup() argument
H A Dkmemleak.h42 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, kmemleak_alloc_recursive() argument
50 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) kmemleak_free_recursive() argument
56 static inline void kmemleak_erase(void **ptr) kmemleak_erase() argument
66 static inline void kmemleak_alloc(const void *ptr, size_t size, int min_count, kmemleak_alloc() argument
70 static inline void kmemleak_alloc_recursive(const void *ptr, size_t size, kmemleak_alloc_recursive() argument
75 static inline void kmemleak_alloc_percpu(const void __percpu *ptr, size_t size, kmemleak_alloc_percpu() argument
79 static inline void kmemleak_free(const void *ptr) kmemleak_free() argument
82 static inline void kmemleak_free_part(const void *ptr, size_t size) kmemleak_free_part() argument
85 static inline void kmemleak_free_recursive(const void *ptr, unsigned long flags) kmemleak_free_recursive() argument
88 static inline void kmemleak_free_percpu(const void __percpu *ptr) kmemleak_free_percpu() argument
91 static inline void kmemleak_update_trace(const void *ptr) kmemleak_update_trace() argument
94 static inline void kmemleak_not_leak(const void *ptr) kmemleak_not_leak() argument
97 static inline void kmemleak_ignore(const void *ptr) kmemleak_ignore() argument
100 static inline void kmemleak_scan_area(const void *ptr, size_t size, gfp_t gfp) kmemleak_scan_area() argument
103 static inline void kmemleak_erase(void **ptr) kmemleak_erase() argument
106 static inline void kmemleak_no_scan(const void *ptr) kmemleak_no_scan() argument
H A Dlist_nulls.h37 static inline int is_a_nulls(const struct hlist_nulls_node *ptr) is_a_nulls() argument
48 static inline unsigned long get_nulls_value(const struct hlist_nulls_node *ptr) get_nulls_value() argument
/linux-4.4.14/arch/ia64/include/asm/
H A Dsections.h30 static inline void *dereference_function_descriptor(void *ptr) dereference_function_descriptor() argument
/linux-4.4.14/arch/arm/plat-samsung/
H A Dpm-common.c31 void s3c_pm_do_save(struct sleep_save *ptr, int count) s3c_pm_do_save() argument
50 void s3c_pm_do_restore(const struct sleep_save *ptr, int count) s3c_pm_do_restore() argument
71 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count) s3c_pm_do_restore_core() argument
/linux-4.4.14/arch/x86/include/asm/
H A Dcmpxchg_64.h4 static inline void set_64bit(volatile u64 *ptr, u64 val) set_64bit() argument
H A Dcmpxchg_32.h23 static inline void set_64bit(volatile u64 *ptr, u64 value) set_64bit() argument
46 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) __cmpxchg64() argument
59 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) __cmpxchg64_local() argument
/linux-4.4.14/fs/fscache/
H A Dnetfs.c24 struct fscache_netfs *ptr; __fscache_register_netfs() local
/linux-4.4.14/lib/
H A Dmemweight.c10 size_t memweight(const void *ptr, size_t bytes) memweight() argument
H A Dtimerqueue.c43 struct timerqueue_node *ptr; timerqueue_add() local
H A Dcmdline.c127 unsigned long long memparse(const char *ptr, char **retptr) memparse() argument
/linux-4.4.14/samples/bpf/
H A Dtracex4_kern.c30 long ptr = PT_REGS_PARM2(ctx); bpf_prog1() local
39 long ptr = PT_REGS_RC(ctx); bpf_prog2() local
/linux-4.4.14/include/drm/
H A Ddrm_mem_util.h57 static __inline void drm_free_large(void *ptr) drm_free_large() argument
/linux-4.4.14/arch/microblaze/include/asm/
H A Dcmpxchg.h8 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, __xchg() argument
/linux-4.4.14/arch/powerpc/boot/
H A Dstdlib.c16 unsigned long long int strtoull(const char *ptr, char **end, int base) strtoull() argument
H A Dsimple_alloc.c68 static struct alloc_info *simple_find_entry(void *ptr) simple_find_entry() argument
83 static void simple_free(void *ptr) simple_free() argument
97 static void *simple_realloc(void *ptr, unsigned long size) simple_realloc() argument
/linux-4.4.14/arch/hexagon/include/asm/
H A Dcmpxchg.h36 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, __xchg() argument
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_driver.h34 void *ptr; member in struct:vmci_obj
/linux-4.4.14/drivers/pps/clients/
H A Dpps-ktimer.c42 static void pps_ktimer_event(unsigned long ptr) pps_ktimer_event() argument
/linux-4.4.14/arch/unicore32/include/asm/
H A Dcmpxchg.h19 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, __xchg() argument
H A Dassembler.h100 .macro usracc, instr, reg, ptr, inc, cond, rept, abort variable
119 .macro strusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f variable
120 usracc st, \reg, \ptr, \inc, \cond, \rept, \abort variable
123 .macro ldrusr, reg, ptr, inc, cond = al, rept = 1, abort = 9001f variable
124 usracc ld, \reg, \ptr, \inc, \cond, \rept, \abort variable
/linux-4.4.14/arch/c6x/include/asm/
H A Dcmpxchg.h19 static inline unsigned int __xchg(unsigned int x, volatile void *ptr, int size) __xchg() argument
/linux-4.4.14/net/sched/
H A Dem_u32.c25 const unsigned char *ptr = skb_network_header(skb); em_u32_match() local
H A Dem_cmp.c29 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off; em_cmp_match() local
H A Dem_nbyte.c47 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); em_nbyte_match() local
/linux-4.4.14/fs/btrfs/
H A Dstruct-funcs.c139 unsigned long ptr = btrfs_node_key_ptr_offset(nr); btrfs_node_key() local
/linux-4.4.14/include/net/netns/
H A Dgeneric.h31 void *ptr[0]; member in struct:net_generic
37 void *ptr; net_generic() local
/linux-4.4.14/include/asm-generic/
H A Dcmpxchg-local.h14 static inline unsigned long __cmpxchg_local_generic(volatile void *ptr, __cmpxchg_local_generic() argument
53 static inline u64 __cmpxchg64_local_generic(volatile void *ptr, __cmpxchg64_local_generic() argument
H A Dmsi.h26 void *ptr; member in union:msi_alloc_info::__anon12044
H A Dcmpxchg.h25 unsigned long __xchg(unsigned long x, volatile void *ptr, int size) __xchg() argument
/linux-4.4.14/include/linux/mlx5/
H A Dcmd.h39 u64 ptr; member in struct:manage_pages_layout
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-packet.h39 void *ptr; member in union:cvmx_buf_ptr
/linux-4.4.14/arch/s390/include/asm/
H A Dfacility.h18 unsigned char *ptr; __test_facility() local
/linux-4.4.14/arch/sh/include/asm/
H A Dcmpxchg.h49 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, __cmpxchg() argument
/linux-4.4.14/arch/sparc/kernel/
H A Didprom.c66 unsigned char cksum, i, *ptr = (unsigned char *)idprom; calc_idprom_cksum() local
H A Dkgdb_32.c113 char *ptr; kgdb_arch_handle_exception() local
H A Dkgdb_64.c140 char *ptr; kgdb_arch_handle_exception() local
H A Dsstate.c77 static int sstate_panic_event(struct notifier_block *n, unsigned long event, void *ptr) sstate_panic_event() argument
/linux-4.4.14/arch/metag/include/asm/
H A Dcmpxchg.h43 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, __cmpxchg() argument
/linux-4.4.14/tools/include/linux/
H A Derr.h39 static inline long __must_check PTR_ERR(__force const void *ptr) PTR_ERR() argument
44 static inline bool __must_check IS_ERR(__force const void *ptr) IS_ERR() argument
/linux-4.4.14/tools/perf/util/
H A Dwrapper.c27 void *xrealloc(void *ptr, size_t size) xrealloc() argument
H A Dzlib.c17 void *ptr; gzip_decompress_to_file() local
/linux-4.4.14/drivers/usb/misc/
H A Disight_firmware.c45 const u8 *ptr; isight_firmware_load() local
/linux-4.4.14/drivers/staging/android/uapi/
H A Dion_test.h31 __u64 ptr; member in struct:ion_test_rw_data
/linux-4.4.14/drivers/net/caif/
H A Dcaif_spi_slave.c64 u8 *ptr = NULL; cfspi_xfer() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datom-bits.h28 static inline uint8_t get_u8(void *bios, int ptr) get_u8() argument
34 static inline uint16_t get_u16(void *bios, int ptr) get_u16() argument
40 static inline uint32_t get_u32(void *bios, int ptr) get_u32() argument
H A Dradeon_gart.c67 void *ptr; radeon_gart_table_ram_alloc() local
/linux-4.4.14/drivers/misc/cb710/
H A Dsgbuf2.c48 static inline bool needs_unaligned_copy(const void *ptr) needs_unaligned_copy() argument
57 static bool sg_dwiter_get_next_block(struct sg_mapping_iter *miter, uint32_t **ptr) sg_dwiter_get_next_block() argument
95 uint32_t *ptr = NULL; cb710_sg_dwiter_read_next_block() local
135 uint32_t *ptr = NULL; cb710_sg_dwiter_write_next_block() local
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datom-bits.h28 static inline uint8_t get_u8(void *bios, int ptr) get_u8() argument
34 static inline uint16_t get_u16(void *bios, int ptr) get_u16() argument
40 static inline uint32_t get_u32(void *bios, int ptr) get_u32() argument
/linux-4.4.14/drivers/edac/
H A Docteon_edac-pc.c39 co_cache_error_event(struct notifier_block *this, unsigned long event, void *ptr) co_cache_error_event() argument
/linux-4.4.14/arch/um/drivers/
H A Dcow_sys.h13 static inline void cow_free(void *ptr) cow_free() argument
H A Dslip_common.h48 unsigned char *ptr = d; slip_esc() local
/linux-4.4.14/arch/x86/boot/
H A Dpm.c63 u32 ptr; member in struct:gdt_ptr
/linux-4.4.14/arch/x86/purgatory/
H A Dpurgatory.c44 struct sha_region *ptr, *end; verify_sha256_digest() local
/linux-4.4.14/arch/x86/um/
H A Dsyscalls_64.c15 unsigned long *ptr = addr, tmp; arch_prctl() local
/linux-4.4.14/arch/xtensa/platforms/iss/
H A Dsetup.c99 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) iss_panic_event() argument
/linux-4.4.14/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h40 xchal_sa_align \ptr, 0, 1024-8, 4, 4 variable
43 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
44 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
48 xchal_sa_align \ptr, 0, 1024-16, 4, 4 variable
51 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
52 s32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
55 s32i \at1, \ptr, .Lxchal_ofs_ + 8 variable
56 s32i \at2, \ptr, .Lxchal_ofs_ + 12 variable
60 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
62 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
66 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
68 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
81 xchal_sa_align \ptr, 0, 1024-8, 4, 4 variable
82 l32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
83 l32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
89 xchal_sa_align \ptr, 0, 1024-16, 4, 4 variable
90 l32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
91 l32i \at2, \ptr, .Lxchal_ofs_ + 4 variable
94 l32i \at1, \ptr, .Lxchal_ofs_ + 8 variable
95 l32i \at2, \ptr, .Lxchal_ofs_ + 12 variable
101 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
102 l32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
107 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
108 l32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
/linux-4.4.14/arch/xtensa/variants/fsf/include/variant/
H A Dtie-asm.h40 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
42 s32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
55 xchal_sa_align \ptr, 0, 1024-4, 4, 4 variable
56 l32i \at1, \ptr, .Lxchal_ofs_ + 0 variable
/linux-4.4.14/drivers/clk/
H A Dclk-devres.c19 struct clk **ptr, *clk; devm_clk_get() local
/linux-4.4.14/arch/alpha/include/asm/
H A Dxchg.h109 ____xchg(, volatile void *ptr, unsigned long x, int size) ____xchg() argument
241 ____cmpxchg(, volatile void *ptr, unsigned long old, unsigned long new, ____cmpxchg() argument
H A Dprocessor.h72 extern inline void prefetch(const void *ptr) prefetch() argument
77 extern inline void prefetchw(const void *ptr) prefetchw() argument
83 extern inline void spin_lock_prefetch(const void *ptr) spin_lock_prefetch() argument
/linux-4.4.14/arch/arc/include/asm/
H A Dchecksum.h43 const void *ptr = iph; ip_fast_csum() local
H A Dcmpxchg.h20 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) __cmpxchg() argument
50 __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new) __cmpxchg() argument
87 static inline unsigned long __xchg(unsigned long val, volatile void *ptr, __xchg() argument
/linux-4.4.14/net/hsr/
H A Dhsr_main.c23 hsr_netdev_notify(struct notifier_block *nb, unsigned long event, void *ptr) hsr_netdev_notify() argument
/linux-4.4.14/security/tomoyo/
H A Denviron.c17 tomoyo_check_env_acl(struct tomoyo_request_info *r, const struct tomoyo_acl_info *ptr) tomoyo_check_env_acl() argument
H A Dmemory.c46 bool tomoyo_memory_ok(void *ptr) tomoyo_memory_ok() argument
74 void *ptr = kzalloc(size, GFP_NOFS); tomoyo_commit_ok() local
149 struct tomoyo_name *ptr; tomoyo_get_name() local
H A Dmount.c45 tomoyo_check_mount_acl(struct tomoyo_request_info *r, const struct tomoyo_acl_info *ptr) tomoyo_check_mount_acl() argument
/linux-4.4.14/kernel/
H A Dextable.c136 int func_ptr_is_kernel_text(void *ptr) func_ptr_is_kernel_text() argument
H A Dmemremap.c125 void **ptr, *addr; devm_memremap() local
/linux-4.4.14/include/linux/unaligned/
H A Dpacked_struct.h12 const struct __una_u16 *ptr = (const struct __una_u16 *)p; __get_unaligned_cpu16() local
18 const struct __una_u32 *ptr = (const struct __una_u32 *)p; __get_unaligned_cpu32() local
24 const struct __una_u64 *ptr = (const struct __una_u64 *)p; __get_unaligned_cpu64() local
30 struct __una_u16 *ptr = (struct __una_u16 *)p; __put_unaligned_cpu16() local
36 struct __una_u32 *ptr = (struct __una_u32 *)p; __put_unaligned_cpu32() local
42 struct __una_u64 *ptr = (struct __una_u64 *)p; __put_unaligned_cpu64() local
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsections.h55 static inline void *dereference_function_descriptor(void *ptr) dereference_function_descriptor() argument
H A Dcmpxchg.h102 __xchg(volatile void *ptr, unsigned long x, unsigned int size) __xchg() argument
117 __xchg_local(volatile void *ptr, unsigned long x, unsigned int size) __xchg_local() argument
243 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, __cmpxchg() argument
259 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, __cmpxchg_local() argument
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_sram.c72 void mpc85xx_cache_sram_free(void *ptr) mpc85xx_cache_sram_free() argument
/linux-4.4.14/arch/sparc/include/asm/
H A Dcmpxchg_32.h17 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, int size) __xchg() argument
45 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) __cmpxchg() argument
H A Dcmpxchg_64.h47 static inline unsigned long __xchg(unsigned long x, __volatile__ void * ptr, __xchg() argument
95 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
120 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
/linux-4.4.14/arch/m68k/include/asm/
H A Dcmpxchg.h12 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) __xchg() argument
43 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) __xchg() argument
/linux-4.4.14/arch/m68k/sun3/
H A Didprom.c100 unsigned char cksum, i, *ptr = (unsigned char *)idprom; calc_idprom_cksum() local
/linux-4.4.14/arch/mips/lasat/
H A Dsetup.c90 lasat_panic_display(struct notifier_block *this, unsigned long event, void *ptr) lasat_panic_display() argument
102 lasat_panic_prom_monitor(struct notifier_block *this, unsigned long event, void *ptr) lasat_panic_prom_monitor() argument
/linux-4.4.14/arch/parisc/include/asm/
H A Dcmpxchg.h24 __xchg(unsigned long x, __volatile__ void *ptr, int size) __xchg() argument
60 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) __cmpxchg() argument
83 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
/linux-4.4.14/arch/parisc/kernel/
H A Dhardware.c1379 struct hp_cpu_type_mask *ptr; parisc_get_cpu_type() local
H A Dpdc_chassis.c98 pdc_chassis_panic_event(struct notifier_block *this, unsigned long event, void *ptr) pdc_chassis_panic_event() argument
118 pdc_chassis_reboot_event(struct notifier_block *this, unsigned long event, void *ptr) pdc_chassis_reboot_event() argument
/linux-4.4.14/arch/parisc/lib/
H A Dbitops.c20 unsigned long __xchg64(unsigned long x, unsigned long *ptr) __xchg64() argument
32 unsigned long __xchg32(int x, int *ptr) __xchg32() argument
45 unsigned long __xchg8(char x, char *ptr) __xchg8() argument
59 unsigned long __cmpxchg_u64(volatile unsigned long *ptr, unsigned long old, unsigned long new) __cmpxchg_u64() argument
72 unsigned long __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) __cmpxchg_u32() argument
/linux-4.4.14/arch/frv/include/asm/
H A Dcmpxchg.h149 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
/linux-4.4.14/arch/h8300/include/asm/
H A Dcmpxchg.h13 __xchg(unsigned long x, volatile void *ptr, int size) __xchg() argument
/linux-4.4.14/arch/h8300/kernel/
H A Dsim-console.c16 static void sim_write(struct console *co, const char *ptr, sim_write() argument
/linux-4.4.14/arch/m68k/amiga/
H A Dchipram.c93 void amiga_chip_free(void *ptr) amiga_chip_free() argument
/linux-4.4.14/arch/arm/mm/
H A Dcopypage-xscale.c112 void *ptr, *kaddr = kmap_atomic(page); xscale_mc_clear_user_highpage() local
H A Dcopypage-fa.c61 void *ptr, *kaddr = kmap_atomic(page); fa_clear_user_highpage() local
H A Dcopypage-feroceon.c85 void *ptr, *kaddr = kmap_atomic(page); feroceon_clear_user_highpage() local
H A Dcopypage-v4mc.c91 void *ptr, *kaddr = kmap_atomic(page); v4_mc_clear_user_highpage() local
H A Dcopypage-v4wb.c70 void *ptr, *kaddr = kmap_atomic(page); v4wb_clear_user_highpage() local
H A Dcopypage-v4wt.c65 void *ptr, *kaddr = kmap_atomic(page); v4wt_clear_user_highpage() local
H A Dcopypage-xsc3.c93 void *ptr, *kaddr = kmap_atomic(page); xsc3_mc_clear_user_highpage() local
/linux-4.4.14/arch/arm64/include/asm/
H A Dtraps.h38 static inline int __in_irqentry_text(unsigned long ptr) __in_irqentry_text() argument
47 static inline int __in_irqentry_text(unsigned long ptr) __in_irqentry_text() argument
53 static inline int in_exception_text(unsigned long ptr) in_exception_text() argument
/linux-4.4.14/arch/arm64/kernel/
H A Dsuspend.c23 void notrace __cpu_suspend_save(struct cpu_suspend_ctx *ptr, __cpu_suspend_save() argument
/linux-4.4.14/arch/blackfin/kernel/
H A Dflat.c15 unsigned long bfin_get_addr_from_rp(unsigned long *ptr, bfin_get_addr_from_rp() argument
61 void bfin_put_addr_at_rp(unsigned long *ptr, unsigned long addr, bfin_put_addr_at_rp() argument
/linux-4.4.14/arch/arm/include/asm/
H A Dtraps.h22 static inline int __in_irqentry_text(unsigned long ptr) __in_irqentry_text() argument
31 static inline int __in_irqentry_text(unsigned long ptr) __in_irqentry_text() argument
37 static inline int in_exception_text(unsigned long ptr) in_exception_text() argument
/linux-4.4.14/arch/arm/kernel/
H A Dsuspend.c55 void __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr) __cpu_suspend_save() argument
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/
H A Duncompress.h14 static unsigned char __raw_readb(unsigned int ptr) __raw_readb() argument
19 static unsigned int __raw_readl(unsigned int ptr) __raw_readl() argument
24 static void __raw_writeb(unsigned char value, unsigned int ptr) __raw_writeb() argument
29 static void __raw_writel(unsigned int value, unsigned int ptr) __raw_writel() argument
/linux-4.4.14/drivers/fmc/
H A Dfru-parse.c49 uint8_t *ptr = (void *)header; fru_header_cksum_ok() local
58 uint8_t *ptr = (void *)bia; fru_bia_cksum_ok() local
/linux-4.4.14/net/ipv6/netfilter/
H A Dip6t_ipv6header.c36 unsigned int ptr; ipv6header_mt6() local
H A Dip6t_ah.c44 unsigned int ptr = 0; ah_mt6() local
H A Dip6t_frag.c43 unsigned int ptr = 0; frag_mt6() local
/linux-4.4.14/net/openvswitch/
H A Ddp_notify.c72 dp_device_event(struct notifier_block *unused, unsigned long event, void *ptr) dp_device_event() argument
/linux-4.4.14/tools/perf/ui/gtk/
H A Dhelpline.c30 char *ptr; gtk_helpline_show() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dsuper25.c67 struct ll_inode_info *ptr = ll_i2info(inode); ll_inode_destroy_callback() local
/linux-4.4.14/drivers/isdn/hisax/
H A Dhscx_irq.c55 u_char *ptr; hscx_empty_fifo() local
88 u_char *ptr; hscx_fill_fifo() local
H A Djade_irq.c45 u_char *ptr; jade_empty_fifo() local
78 u_char *ptr; jade_fill_fifo() local
/linux-4.4.14/drivers/net/can/
H A Dled.c103 can_led_notifier(struct notifier_block *nb, unsigned long msg, void *ptr) can_led_notifier() argument
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_dmabuf.c248 vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, SVGAGuestPtr *ptr) vmw_bo_get_guest_ptr() argument
/linux-4.4.14/drivers/infiniband/hw/usnic/
H A Dusnic_debugfs.c75 char *ptr; flowinfo_read() local
/linux-4.4.14/drivers/input/mouse/
H A Dpc110pad.c59 static irqreturn_t pc110pad_interrupt(int irq, void *ptr) pc110pad_interrupt() argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcommon.c46 char *ptr; brcmf_c_preinit_dcmds() local
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_fbdev.c44 void *ptr; armada_fb_create() local
/linux-4.4.14/drivers/dma/bestcomm/
H A Dsram.c165 void bcom_sram_free(void *ptr) bcom_sram_free() argument
/linux-4.4.14/arch/x86/math-emu/
H A Dfpu_tags.c61 int FPU_Special(FPU_REG const *ptr) FPU_Special() argument
74 int isNaN(FPU_REG const *ptr) isNaN() argument
/linux-4.4.14/arch/x86/realmode/
H A Dinit.c62 u32 *ptr = (u32 *) (base + *rel++); setup_real_mode() local
/linux-4.4.14/arch/xtensa/include/asm/
H A Dcmpxchg.h56 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
74 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
150 __xchg(unsigned long x, volatile void * ptr, int size) __xchg() argument
/linux-4.4.14/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h81 xchal_sa_align \ptr, 0, 1020, 4, 4 variable
83 s32i \at1, \ptr, .Lxchal_ofs_+0 variable
91 xchal_sa_align \ptr, 0, 1016, 4, 4 variable
93 s32i \at1, \ptr, .Lxchal_ofs_+0 variable
95 s32i \at1, \ptr, .Lxchal_ofs_+4 variable
103 xchal_sa_align \ptr, 0, 1004, 4, 4 variable
105 s32i \at1, \ptr, .Lxchal_ofs_+0 variable
107 s32i \at1, \ptr, .Lxchal_ofs_+4 variable
109 s32i \at1, \ptr, .Lxchal_ofs_+8 variable
111 s32i \at1, \ptr, .Lxchal_ofs_+12 variable
113 s32i \at1, \ptr, .Lxchal_ofs_+16 variable
145 xchal_sa_align \ptr, 0, 1020, 4, 4 variable
146 l32i \at1, \ptr, .Lxchal_ofs_+0 variable
155 xchal_sa_align \ptr, 0, 1016, 4, 4 variable
156 l32i \at1, \ptr, .Lxchal_ofs_+0 variable
158 l32i \at1, \ptr, .Lxchal_ofs_+4 variable
167 xchal_sa_align \ptr, 0, 1004, 4, 4 variable
168 l32i \at1, \ptr, .Lxchal_ofs_+0 variable
170 l32i \at1, \ptr, .Lxchal_ofs_+4 variable
172 l32i \at1, \ptr, .Lxchal_ofs_+8 variable
174 l32i \at1, \ptr, .Lxchal_ofs_+12 variable
176 l32i \at1, \ptr, .Lxchal_ofs_+16 variable
/linux-4.4.14/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h80 xchal_sa_align \ptr, 0, 1016, 4, 4 variable
82 s32i \at1, \ptr, .Lxchal_ofs_+0 variable
84 s32i \at1, \ptr, .Lxchal_ofs_+4 variable
92 xchal_sa_align \ptr, 0, 1004, 4, 4 variable
94 s32i \at1, \ptr, .Lxchal_ofs_+0 variable
96 s32i \at1, \ptr, .Lxchal_ofs_+4 variable
98 s32i \at1, \ptr, .Lxchal_ofs_+8 variable
100 s32i \at1, \ptr, .Lxchal_ofs_+12 variable
102 s32i \at1, \ptr, .Lxchal_ofs_+16 variable
134 xchal_sa_align \ptr, 0, 1016, 4, 4 variable
135 l32i \at1, \ptr, .Lxchal_ofs_+0 variable
137 l32i \at1, \ptr, .Lxchal_ofs_+4 variable
146 xchal_sa_align \ptr, 0, 1004, 4, 4 variable
147 l32i \at1, \ptr, .Lxchal_ofs_+0 variable
149 l32i \at1, \ptr, .Lxchal_ofs_+4 variable
151 l32i \at1, \ptr, .Lxchal_ofs_+8 variable
153 l32i \at1, \ptr, .Lxchal_ofs_+12 variable
155 l32i \at1, \ptr, .Lxchal_ofs_+16 variable
/linux-4.4.14/fs/gfs2/
H A Dlops.h77 lops_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
/linux-4.4.14/net/bridge/
H A Dbr.c32 static int br_device_event(struct notifier_block *unused, unsigned long event, void *ptr) br_device_event() argument
125 br_switchdev_event(struct notifier_block *unused, unsigned long event, void *ptr) br_switchdev_event() argument
/linux-4.4.14/net/x25/
H A Dx25_dev.c154 unsigned char *ptr; x25_establish_link() local
183 unsigned char *ptr; x25_terminate_link() local
/linux-4.4.14/sound/core/
H A Dhwdep_compat.c37 compat_caddr_t ptr; snd_hwdep_dsp_load_compat() local
H A Dmemalloc.c65 void snd_free_pages(void *ptr, size_t size) snd_free_pages() argument
99 static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr, snd_free_dev_pages() argument
/linux-4.4.14/fs/xfs/
H A Dkmem.c33 void *ptr; kmem_zalloc_greedy() local
50 void *ptr; kmem_alloc() local
69 void *ptr; kmem_zalloc_large() local
96 kmem_realloc(const void *ptr, size_t newsize, size_t oldsize, kmem_realloc() argument
116 void *ptr; kmem_zone_alloc() local
H A Dkmem.h66 static inline void kmem_free(const void *ptr) kmem_free() argument
105 kmem_zone_free(kmem_zone_t *zone, void *ptr) kmem_zone_free() argument
/linux-4.4.14/include/uapi/drm/
H A Darmada_drm.h37 uint64_t ptr; member in struct:drm_armada_gem_pwrite
/linux-4.4.14/arch/mips/include/asm/
H A Dcmpxchg.h121 static inline unsigned long __xchg(unsigned long x, volatile void * ptr, int size) __xchg() argument
/linux-4.4.14/arch/mips/include/asm/netlogic/
H A Dhaldefs.h74 volatile uint64_t *ptr = (volatile uint64_t *)(long)addr; nlm_read_reg64() local
101 volatile uint64_t *ptr = (volatile uint64_t *)(long)addr; nlm_write_reg64() local
/linux-4.4.14/arch/mips/kernel/
H A Dmachine_kexec.c66 unsigned long *ptr; machine_kexec() local
/linux-4.4.14/arch/sh/kernel/
H A Dmachine_kexec.c79 unsigned long *ptr; machine_kexec() local
/linux-4.4.14/arch/nios2/include/asm/
H A Ddma-mapping.h64 static inline dma_addr_t dma_map_single(struct device *dev, void *ptr, dma_map_single() argument
/linux-4.4.14/arch/m32r/include/asm/
H A Dcmpxchg.h17 __xchg(unsigned long x, volatile void *ptr, int size) __xchg() argument
71 __xchg_local(unsigned long x, volatile void *ptr, int size) __xchg_local() argument
176 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) __cmpxchg() argument
196 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
/linux-4.4.14/arch/avr32/include/asm/
H A Dcmpxchg.h73 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, __cmpxchg() argument
94 static inline unsigned long __cmpxchg_local(volatile void *ptr, __cmpxchg_local() argument
33 __xchg(unsigned long x, volatile void *ptr, int size) __xchg() argument
/linux-4.4.14/arch/blackfin/include/asm/
H A Dcmpxchg.h24 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, __xchg() argument
49 static inline unsigned long __cmpxchg(volatile void *ptr, unsigned long old, __cmpxchg() argument
82 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, __xchg() argument
/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dpm-s3c2410.c55 unsigned long ptr; s3c2410_pm_prepare() local
71 unsigned long ptr; s3c2410_pm_prepare() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.c67 void *ptr; amdgpu_gart_table_ram_alloc() local
/linux-4.4.14/sound/soc/
H A Dsoc-devres.c36 struct device **ptr; devm_snd_soc_register_component() local
71 struct device **ptr; devm_snd_soc_register_platform() local
105 struct snd_soc_card **ptr; devm_snd_soc_register_card() local
143 struct device **ptr; devm_snd_dmaengine_pcm_register() local
/linux-4.4.14/drivers/usb/host/
H A Dehci-sysfs.c30 char *ptr = buf; show_companion() local
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_user_pages.c129 dma_addr_t ipath_map_single(struct pci_dev *hwdev, void *ptr, size_t size, ipath_map_single() argument
/linux-4.4.14/drivers/staging/speakup/
H A Ddevsynth.c20 const char __user *ptr = buffer; speakup_file_write() local
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs.h132 static inline void *__container_of(void *ptr, unsigned long shift) __container_of() argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_handles.c171 void *ptr = (void *)(unsigned long)h->h_cookie; class_handle_free_cb() local
/linux-4.4.14/drivers/remoteproc/
H A Dremoteproc_elf_loader.c163 void *ptr; rproc_elf_load_segments() local
/linux-4.4.14/drivers/reset/
H A Dcore.c262 struct reset_control **ptr, *rstc; devm_reset_control_get() local
/linux-4.4.14/drivers/md/bcache/
H A Dio.c46 bch_submit_bbio(struct bio *bio, struct cache_set *c, struct bkey *k, unsigned ptr) bch_submit_bbio() argument
/linux-4.4.14/drivers/misc/mic/cosm_client/
H A Dcosm_scif_client.c38 cosm_reboot_event(struct notifier_block *this, unsigned long event, void *ptr) cosm_reboot_event() argument
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c100 int virtio_gpu_object_kmap(struct virtio_gpu_object *bo, void **ptr) virtio_gpu_object_kmap() argument
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-av-firmware.c84 const u8 *ptr; cx18_av_loadfw() local
/linux-4.4.14/drivers/media/pci/zoran/
H A Dvideocodec.c80 struct attached_list *a, *ptr; videocodec_attach() local
236 struct codec_list *ptr, *h = codeclist_top; videocodec_register() local
/linux-4.4.14/drivers/input/keyboard/
H A Dmaple_keyb.c98 void *ptr; dc_scan_kbd() local
/linux-4.4.14/drivers/media/i2c/cx25840/
H A Dcx25840-firmware.c113 const u8 *ptr; cx25840_loadfw() local
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A D11n.h69 mwifiex_is_station_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_station_ampdu_allowed() argument
82 mwifiex_is_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) mwifiex_is_ampdu_allowed() argument
H A Dwmm.h55 mwifiex_get_tid(struct mwifiex_ra_list_tbl *ptr) mwifiex_get_tid() argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.h48 u32 ptr; /* last descriptor posted to chip */ member in struct:dma64regs
/linux-4.4.14/drivers/net/wan/
H A Dhdlc_x25.c34 unsigned char *ptr; x25_connect_disconnect() local
66 unsigned char *ptr; x25_data_indication() local
/linux-4.4.14/drivers/parisc/
H A Dpower.c183 parisc_panic_event(struct notifier_block *this, unsigned long event, void *ptr) parisc_panic_event() argument
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_info.c198 static int drm_gem_one_name_info(int id, void *ptr, void *data) drm_gem_one_name_info() argument
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
H A Da3xx_gpu.c75 uint32_t *ptr, len; a3xx_hw_init() local
H A Da4xx_gpu.c141 uint32_t *ptr, len; a4xx_hw_init() local
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h18 void __iomem *ptr; member in struct:nvif_object::__anon4310
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c43 nvkm_client_unmap(void *priv, void __iomem *ptr, u32 size) nvkm_client_unmap() argument
/linux-4.4.14/arch/sparc/lib/
H A Datomic32.c156 unsigned long __cmpxchg_u32(volatile u32 *ptr, u32 old, u32 new) __cmpxchg_u32() argument
170 unsigned long __xchg_u32(volatile u32 *ptr, u32 new) __xchg_u32() argument
/linux-4.4.14/arch/tile/lib/
H A Datomic_32.c33 unsigned long ptr = __insn_mm((unsigned long)v >> 1, __atomic_hashed_lock() local
/linux-4.4.14/arch/x86/power/
H A Dcpu.c258 bsp_pm_callback(struct notifier_block *nb, unsigned long action, void *ptr) bsp_pm_callback() argument
/linux-4.4.14/drivers/char/hw_random/
H A Domap3-rom-rng.c52 u32 ptr; omap3_rom_rng_get_random() local
/linux-4.4.14/drivers/char/tpm/
H A Dtpm-dev.c37 static void user_reader_timeout(unsigned long ptr) user_reader_timeout() argument
/linux-4.4.14/drivers/char/xillybus/
H A Dxillybus_of.c65 static void xilly_of_unmap(void *ptr) xilly_of_unmap() argument
75 xilly_map_single_of(struct xilly_endpoint *ep, void *ptr, size_t size, int direction, dma_addr_t *ret_dma_handle ) xilly_map_single_of() argument
H A Dxillybus_pcie.c75 static void xilly_pci_unmap(void *ptr) xilly_pci_unmap() argument
91 xilly_map_single_pci(struct xilly_endpoint *ep, void *ptr, size_t size, int direction, dma_addr_t *ret_dma_handle ) xilly_map_single_pci() argument
/linux-4.4.14/arch/alpha/boot/
H A Dbootp.c41 find_pa(unsigned long *vptb, void *ptr) find_pa() argument
H A Dmain.c35 find_pa(unsigned long *vptb, void *ptr) find_pa() argument
/linux-4.4.14/arch/arm/boot/compressed/
H A Dmisc.c86 static void putstr(const char *ptr) putstr() argument
/linux-4.4.14/arch/c6x/kernel/
H A Ddma.c39 dma_addr_t dma_map_single(struct device *dev, void *ptr, size_t size, dma_map_single() argument
/linux-4.4.14/fs/hfs/
H A Dbfind.c16 void *ptr; hfs_find_init() local
H A Dmdb.c72 char *ptr; hfs_mdb_get() local
303 char *ptr; hfs_mdb_commit() local
/linux-4.4.14/net/decnet/netfilter/
H A Ddn_rtmsg.c39 unsigned char *ptr; dnrmg_build_message() local
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c76 u16 *ptr; setup_token() local
102 u16 *ptr; setup_token_v2() local
134 void *ptr; gss_get_mic_v1() local
H A Dgss_krb5_unseal.c85 unsigned char *ptr = (unsigned char *)read_token->data; gss_verify_mic_v1() local
153 u8 *ptr = read_token->data; gss_verify_mic_v2() local
/linux-4.4.14/sound/core/seq/
H A Dseq_memory.h42 struct snd_seq_event_cell *ptr; /* pointer to first event chunk */ member in struct:snd_seq_pool
/linux-4.4.14/include/sound/
H A Dpcm-indirect.h92 snd_pcm_indirect_playback_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) snd_pcm_indirect_playback_pointer() argument
157 snd_pcm_indirect_capture_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) snd_pcm_indirect_capture_pointer() argument
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h46 void *ptr; member in union:xt_hashlimit_info::__anon14299
/linux-4.4.14/arch/powerpc/xmon/
H A Dnonstdio.c42 static int xmon_write(const char *ptr, int nb) xmon_write() argument
/linux-4.4.14/arch/s390/kernel/
H A Dos_info.c45 void os_info_entry_add(int nr, void *ptr, u64 size) os_info_entry_add() argument
58 void *ptr = &os_info; os_info_init() local
H A Dsclp.c125 unsigned char *ptr, ch; _sclp_print() local
/linux-4.4.14/arch/s390/lib/
H A Duaccess.c20 static inline unsigned long copy_from_user_mvcos(void *x, const void __user *ptr, copy_from_user_mvcos() argument
60 static inline unsigned long copy_from_user_mvcp(void *x, const void __user *ptr, copy_from_user_mvcp() argument
113 static inline unsigned long copy_to_user_mvcos(void __user *ptr, const void *x, copy_to_user_mvcos() argument
143 static inline unsigned long copy_to_user_mvcs(void __user *ptr, const void *x, copy_to_user_mvcs() argument
/linux-4.4.14/arch/mips/sgi-ip32/
H A Dip32-reset.c110 panic_event(struct notifier_block *this, unsigned long event, void *ptr) panic_event() argument
/linux-4.4.14/arch/nios2/kernel/
H A Dkgdb.c126 char *ptr; kgdb_arch_handle_exception() local
/linux-4.4.14/arch/powerpc/crypto/
H A Dmd5-glue.c29 u32 *ptr = (u32 *)sctx; ppc_md5_clear_context() local
H A Dsha1-spe-glue.c56 u32 *ptr = (u32 *)sctx; ppc_sha1_clear_context() local
/linux-4.4.14/arch/frv/mb93090-mb00/
H A Dpci-dma.c41 dma_addr_t dma_map_single(struct device *dev, void *ptr, size_t size, dma_map_single() argument
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
H A Dpcibr_reg.c28 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_control_bit_clr() local
48 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_control_bit_set() local
71 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_tflush_get() local
101 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_intr_status_get() local
126 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_intr_enable_bit_clr() local
146 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_intr_enable_bit_set() local
170 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_intr_addr_addr_set() local
199 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_force_intr_set() local
222 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_wrb_flush_get() local
247 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_int_ate_set() local
267 union br_ptr __iomem *ptr = (union br_ptr __iomem *)pcibus_info->pbi_buscommon.bs_base; pcireg_int_ate_addr() local

Completed in 5166 milliseconds

12345678