Home
last modified time | relevance | path

Searched defs:ptr (Results 51 – 75 of 2742) sorted by relevance

12345678910>>...110

/openbmc/linux/include/linux/
H A Dif_tun.h19 void *ptr; member
30 static inline bool tun_is_xdp_frame(void *ptr) in tun_is_xdp_frame()
38 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp()
56 static inline bool tun_is_xdp_frame(void *ptr) in tun_is_xdp_frame()
64 static inline struct xdp_frame *tun_ptr_to_xdp(void *ptr) in tun_ptr_to_xdp()
68 static inline void tun_ptr_free(void *ptr) in tun_ptr_free()
H A Dkcsan-checks.h142 const volatile void *ptr; member
189 static inline void __kcsan_check_access(const volatile void *ptr, size_t size, in __kcsan_check_access()
209 kcsan_begin_scoped_access(const volatile void *ptr, size_t size, int type, in kcsan_begin_scoped_access()
229 static inline void kcsan_check_access(const volatile void *ptr, size_t size, in kcsan_check_access()
276 #define __kcsan_check_read(ptr, size) __kcsan_check_access(ptr, size, 0) argument
284 #define __kcsan_check_write(ptr, size) \ argument
293 #define __kcsan_check_read_write(ptr, size) \ argument
302 #define kcsan_check_read(ptr, size) kcsan_check_access(ptr, size, 0) argument
310 #define kcsan_check_write(ptr, size) \ argument
319 #define kcsan_check_read_write(ptr, size) \ argument
[all …]
/openbmc/linux/include/linux/unaligned/
H A Dpacked_struct.h12 const struct __una_u16 *ptr = (const struct __una_u16 *)p; in __get_unaligned_cpu16() local
18 const struct __una_u32 *ptr = (const struct __una_u32 *)p; in __get_unaligned_cpu32() local
24 const struct __una_u64 *ptr = (const struct __una_u64 *)p; in __get_unaligned_cpu64() local
30 struct __una_u16 *ptr = (struct __una_u16 *)p; in __put_unaligned_cpu16() local
36 struct __una_u32 *ptr = (struct __una_u32 *)p; in __put_unaligned_cpu32() local
42 struct __una_u64 *ptr = (struct __una_u64 *)p; in __put_unaligned_cpu64() local
/openbmc/linux/arch/parisc/lib/
H A Dbitops.c21 unsigned long notrace __xchg64(unsigned long x, volatile unsigned long *ptr) in __xchg64()
33 unsigned long notrace __xchg32(int x, volatile int *ptr) in __xchg32()
46 unsigned long notrace __xchg8(char x, volatile char *ptr) in __xchg8()
59 u64 notrace __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg_u64()
71 unsigned long notrace __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) in __cmpxchg_u32()
83 u8 notrace __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) in __cmpxchg_u8()
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c122 dpll_param *ptr = (dpll_param *) get_core_dpll_param(); in dpll3_init_34xx() local
234 dpll_param *ptr = (dpll_param *) get_per_dpll_param(); in dpll4_init_34xx() local
287 dpll_param *ptr = (dpll_param *) get_per2_dpll_param(); in dpll5_init_34xx() local
311 dpll_param *ptr = (dpll_param *) get_mpu_dpll_param(); in mpu_init_34xx() local
338 dpll_param *ptr = (dpll_param *) get_iva_dpll_param(); in iva_init_34xx() local
379 dpll_param *ptr = (dpll_param *) get_36x_core_dpll_param(); in dpll3_init_36xx() local
484 struct dpll_per_36x_param *ptr; in dpll4_init_36xx() local
527 dpll_param *ptr = (dpll_param *) get_36x_per2_dpll_param(); in dpll5_init_36xx() local
549 dpll_param *ptr = (dpll_param *) get_36x_mpu_dpll_param(); in mpu_init_36xx() local
569 dpll_param *ptr = (dpll_param *)get_36x_iva_dpll_param(); in iva_init_36xx() local
/openbmc/linux/arch/alpha/include/asm/
H A Dcmpxchg.h13 #define xchg_local(ptr, x) \ argument
20 #define arch_cmpxchg_local(ptr, o, n) \ argument
29 #define arch_cmpxchg64_local(ptr, o, n) \ argument
45 #define arch_xchg(ptr, x) \ argument
56 #define arch_cmpxchg(ptr, o, n) \ argument
68 #define arch_cmpxchg64(ptr, o, n) \ argument
H A Duaccess.h18 #define put_user(x, ptr) \ argument
20 #define get_user(x, ptr) \ argument
28 #define __put_user(x, ptr) \ argument
30 #define __get_user(x, ptr) \ argument
47 #define __get_user_nocheck(x, ptr, size) \ argument
63 #define __get_user_check(x, ptr, size) \ argument
145 #define __put_user_nocheck(x, ptr, size) \ argument
159 #define __put_user_check(x, ptr, size) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dcmpxchg.h218 __xchg_local(void *ptr, unsigned long x, unsigned int size) in __xchg_local()
254 #define arch_xchg_local(ptr,x) \ argument
261 #define arch_xchg_relaxed(ptr, x) \ argument
699 #define arch_cmpxchg(ptr, o, n) \ argument
708 #define arch_cmpxchg_local(ptr, o, n) \ argument
716 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
725 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
734 #define arch_cmpxchg64(ptr, o, n) \ argument
739 #define arch_cmpxchg64_local(ptr, o, n) \ argument
744 #define arch_cmpxchg64_relaxed(ptr, o, n) \ argument
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h5 #define arch_cmpxchg64(ptr, o, n) \ argument
11 #define arch_cmpxchg64_local(ptr, o, n) \ argument
17 #define arch_try_cmpxchg64(ptr, po, n) \ argument
44 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
50 static __always_inline u128 arch_cmpxchg128_local(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128_local()
76 static __always_inline bool arch_try_cmpxchg128(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128()
82 static __always_inline bool arch_try_cmpxchg128_local(volatile u128 *ptr, u128 *oldp, u128 new) in arch_try_cmpxchg128_local()
/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c93 void *ptr; in g_malloc_n() local
108 void *ptr; in g_malloc0_n() local
121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n()
139 void g_free(void *ptr) in g_free()
170 void *g_try_realloc_n(void *ptr, size_t nmemb, size_t size) in g_try_realloc_n()
184 void *ptr; in g_malloc() local
198 void *ptr; in g_malloc0() local
210 void *g_realloc(void *ptr, size_t size) in g_realloc()
247 void *g_try_realloc(void *ptr, size_t size) in g_try_realloc()
/openbmc/u-boot/include/linux/unaligned/
H A Dgeneric.h10 #define __get_unaligned_le(ptr) ((__force typeof(*(ptr)))({ \ argument
18 #define __get_unaligned_be(ptr) ((__force typeof(*(ptr)))({ \ argument
26 #define __put_unaligned_le(val, ptr) ({ \ argument
47 #define __put_unaligned_be(val, ptr) ({ \ argument
/openbmc/qemu/host/include/generic/host/
H A Datomic128-ldst.h19 atomic16_read_ro(const Int128 *ptr) in atomic16_read_ro()
29 atomic16_read_rw(Int128 *ptr) in atomic16_read_rw()
35 atomic16_set(Int128 *ptr, Int128 val) in atomic16_set()
51 atomic16_read_rw(Int128 *ptr) in atomic16_read_rw()
59 atomic16_set(Int128 *ptr, Int128 val) in atomic16_set()
/openbmc/linux/tools/include/asm-generic/
H A Dunaligned.h9 #define __get_unaligned_t(type, ptr) ({ \ argument
14 #define __put_unaligned_t(type, val, ptr) do { \ argument
19 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) argument
20 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) argument
/openbmc/u-boot/include/linux/
H A Derr.h29 static inline long PTR_ERR(const void *ptr) in PTR_ERR()
34 static inline long IS_ERR(const void *ptr) in IS_ERR()
39 static inline bool IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL()
51 static inline void * __must_check ERR_CAST(__force const void *ptr) in ERR_CAST()
/openbmc/linux/fs/nilfs2/
H A Ddirect.c30 __u64 key, __u64 ptr) in nilfs_direct_set_ptr()
38 __u64 ptr; in nilfs_direct_lookup() local
55 __u64 ptr, ptr2; in nilfs_direct_lookup_contig() local
100 __u64 ptr; in nilfs_direct_find_target_v() local
111 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert()
211 __u64 ptr; in nilfs_direct_gather_data() local
267 __u64 ptr; in nilfs_direct_propagate() local
293 __u64 key, __u64 ptr, in nilfs_direct_assign_v()
313 __u64 key, __u64 ptr, in nilfs_direct_assign_p()
333 __u64 ptr; in nilfs_direct_assign() local
/openbmc/linux/arch/mips/include/asm/
H A Duaccess.h66 #define put_user(x, ptr) \ argument
92 #define get_user(x, ptr) \ argument
121 #define __put_user(x, ptr) \ argument
169 #define __get_user(x, ptr) \ argument
199 #define __GET_DW(val, insn, ptr) __get_data_asm_ll32(val, insn, ptr) argument
202 #define __GET_DW(val, insn, ptr) __get_data_asm(val, insn, ptr) argument
292 #define __PUT_DW(insn, ptr) __put_data_asm_ll32(insn, ptr) argument
295 #define __PUT_DW(insn, ptr) __put_data_asm(insn, ptr) argument
298 #define __put_data_asm(insn, ptr) \ argument
316 #define __put_data_asm_ll32(insn, ptr) \ argument
/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c75 struct cs_etm_recording *ptr = in cs_etm_validate_context_id() local
146 struct cs_etm_recording *ptr = in cs_etm_validate_timestamp() local
230 struct cs_etm_recording *ptr = in cs_etm_parse_snapshot_options() local
296 struct cs_etm_recording *ptr = in cs_etm_recording_options() local
457 struct cs_etm_recording *ptr = in cs_etm_get_config() local
570 struct cs_etm_recording *ptr = in cs_etm_is_etmv4() local
730 struct cs_etm_recording *ptr = in cs_etm_get_metadata() local
788 struct cs_etm_recording *ptr = in cs_etm_info_fill() local
841 struct cs_etm_recording *ptr = in cs_etm_snapshot_start() local
854 struct cs_etm_recording *ptr = in cs_etm_snapshot_finish() local
[all …]
/openbmc/linux/lib/zstd/common/
H A Dcompiler.h86 # define PREFETCH_L1(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 3 /* locality */) argument
87 # define PREFETCH_L2(ptr) __builtin_prefetch((ptr), 0 /* rw==read */, 2 /* locality */) argument
89 # define PREFETCH_L1(ptr) __asm__ __volatile__("prfm pldl1keep, %0" ::"Q"(*(ptr))) argument
90 # define PREFETCH_L2(ptr) __asm__ __volatile__("prfm pldl2keep, %0" ::"Q"(*(ptr))) argument
92 # define PREFETCH_L1(ptr) (void)(ptr) /* disabled */ argument
93 # define PREFETCH_L2(ptr) (void)(ptr) /* disabled */ argument
/openbmc/linux/mm/
H A Dkmemleak.c298 const u8 *ptr = (const u8 *)object->pointer; in hex_dump_object() local
370 void *ptr = (void *)entries[i]; in print_unreferenced() local
763 static void delete_object_full(unsigned long ptr) in delete_object_full()
850 static void make_gray_object(unsigned long ptr) in make_gray_object()
944 static void object_no_scan(unsigned long ptr) in object_no_scan()
1044 void __ref kmemleak_free(const void *ptr) in kmemleak_free()
1098 void __ref kmemleak_update_trace(const void *ptr) in kmemleak_update_trace()
1132 void __ref kmemleak_not_leak(const void *ptr) in kmemleak_not_leak()
1150 void __ref kmemleak_ignore(const void *ptr) in kmemleak_ignore()
1188 void __ref kmemleak_no_scan(const void *ptr) in kmemleak_no_scan()
[all …]
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg.h25 #define __arch_xchg(ptr, x, size) \ argument
48 #define arch_xchg(ptr,x) \ argument
55 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
66 #define arch_cmpxchg(ptr,o,n) \ argument
/openbmc/linux/drivers/sh/intc/
H A Daccess.c78 void __iomem *ptr = (void __iomem *)addr; in test_8() local
85 void __iomem *ptr = (void __iomem *)addr; in test_16() local
92 void __iomem *ptr = (void __iomem *)addr; in test_32() local
99 void __iomem *ptr = (void __iomem *)addr; in write_8() local
108 void __iomem *ptr = (void __iomem *)addr; in write_16() local
117 void __iomem *ptr = (void __iomem *)addr; in write_32() local
126 void __iomem *ptr = (void __iomem *)addr; in modify_8() local
140 void __iomem *ptr = (void __iomem *)addr; in modify_16() local
154 void __iomem *ptr = (void __iomem *)addr; in modify_32() local
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h164 #define uaccess_mask_ptr(ptr) (__typeof__(ptr))__uaccess_mask_ptr(ptr) argument
165 static inline void __user *__uaccess_mask_ptr(const void __user *ptr) in __uaccess_mask_ptr()
195 #define __raw_get_mem(ldr, x, ptr, err, type) \ argument
222 #define __raw_get_user(x, ptr, err) \ argument
235 #define __get_user_error(x, ptr, err) \ argument
247 #define __get_user(x, ptr) \ argument
284 #define __raw_put_mem(str, x, ptr, err, type) \ argument
310 #define __raw_put_user(x, ptr, err) \ argument
321 #define __put_user_error(x, ptr, err) \ argument
333 #define __put_user(x, ptr) \ argument
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c39 struct vf_id_map *ptr = in adf_find_vf() local
53 struct vf_id_map *ptr = in adf_get_vf_real_id() local
71 struct list_head *ptr, *tmp; in adf_clean_vf_map() local
104 struct adf_accel_dev *ptr = in adf_devmgr_update_class_index() local
159 struct adf_accel_dev *ptr = in adf_devmgr_add_dev() local
304 struct adf_accel_dev *ptr = in adf_devmgr_pci_to_accel_dev() local
330 struct adf_accel_dev *ptr = in adf_devmgr_get_dev_by_id() local
360 struct vf_id_map *ptr = in adf_get_num_dettached_vfs() local
/openbmc/linux/tools/testing/selftests/mm/
H A Dhmm-tests.c38 void *ptr; member
298 int *ptr; in TEST_F() local
362 int *ptr; in TEST_F() local
421 int *ptr; in TEST_F() local
469 int *ptr; in TEST_F() local
535 int *ptr; in TEST_F() local
613 int *ptr; in TEST_F() local
692 int *ptr; in TEST_F() local
795 int *ptr; in TEST_F() local
851 int *ptr; in TEST_F() local
[all …]
/openbmc/linux/security/tomoyo/
H A Dcommon.c485 struct tomoyo_profile *ptr; in tomoyo_assign_profile() local
908 struct tomoyo_manager *ptr = in tomoyo_read_manager() local
931 struct tomoyo_manager *ptr; in tomoyo_manager() local
1398 struct tomoyo_path_acl *ptr = in tomoyo_print_entry() local
1420 struct tomoyo_task_acl *ptr = in tomoyo_print_entry() local
1429 struct tomoyo_path2_acl *ptr = in tomoyo_print_entry() local
1494 struct tomoyo_inet_acl *ptr = in tomoyo_print_entry() local
1527 struct tomoyo_unix_acl *ptr = in tomoyo_print_entry() local
1558 struct tomoyo_env_acl *ptr = in tomoyo_print_entry() local
1593 struct tomoyo_acl_info *ptr = in tomoyo_read_domain2() local
[all …]

12345678910>>...110