Home
last modified time | relevance | path

Searched defs:ptr (Results 176 – 200 of 2755) sorted by relevance

12345678910>>...111

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Derr.h8 static inline int IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL()
13 static inline long PTR_ERR(const void *ptr) in PTR_ERR()
/openbmc/libmctp/
H A Dalloc.c21 void *ptr = __mctp_alloc(size); in default_msg_malloc() local
72 void __mctp_free(void *ptr) in __mctp_free()
89 void __mctp_msg_free(void *ptr, struct mctp *mctp) in __mctp_msg_free()
/openbmc/linux/tools/testing/selftests/mm/
H A Dvirtual_address_range.c71 static int validate_addr(char *ptr, int high_addr) in validate_addr()
92 char *ptr; in validate_lower_address_hint() local
105 char *ptr[NR_CHUNKS_LOW]; in main() local
/openbmc/linux/arch/s390/include/asm/
H A Dcmpxchg.h75 #define arch_xchg(ptr, x) \ argument
179 #define arch_cmpxchg(ptr, o, n) \ argument
195 static __always_inline u128 arch_cmpxchg128(volatile u128 *ptr, u128 old, u128 new) in arch_cmpxchg128()
/openbmc/linux/drivers/extcon/
H A Ddevres.c68 struct extcon_dev **ptr, *edev; in devm_extcon_dev_allocate() local
120 struct extcon_dev **ptr; in devm_extcon_dev_register() local
175 struct extcon_dev_notifier_devres *ptr; in devm_extcon_register_notifier() local
231 struct extcon_dev_notifier_devres *ptr; in devm_extcon_register_notifier_all() local
/openbmc/linux/tools/testing/radix-tree/
H A Dmultiorder.c164 static void *creator_func(void *ptr) in creator_func()
180 static void *iterator_func(void *ptr) in iterator_func()
215 static void *load_creator(void *ptr) in load_creator()
239 static void *load_worker(void *ptr) in load_worker()
/openbmc/linux/lib/
H A Dtest_vmalloc.c83 void *ptr; in random_size_align_alloc_test() local
116 void *ptr; in align_shift_alloc_test() local
135 void *ptr; in fix_align_alloc_test() local
174 void **ptr; in long_busy_list_alloc_test() local
216 void **ptr, **junk_ptr, *tmp; in full_fit_alloc_test() local
267 void *ptr; in fix_size_alloc_test() local
H A Dtest_maple_tree.c70 void *ptr) in mtree_test_insert()
76 unsigned long start, unsigned long end, void *ptr) in mtree_test_store_range()
82 void *ptr) in mtree_test_store()
88 unsigned long start, unsigned long end, void *ptr) in mtree_test_insert_range()
106 unsigned long expected, int eret, void *ptr) in check_mtree_alloc_range()
123 unsigned long expected, int eret, void *ptr) in check_mtree_alloc_rrange()
140 unsigned long index, void *ptr) in check_load()
150 unsigned long start, unsigned long end, void *ptr, int expected) in check_store_range()
166 unsigned long start, unsigned long end, void *ptr, int expected) in check_insert_range()
182 unsigned long index, void *ptr) in check_insert()
[all …]
/openbmc/qemu/hw/display/
H A Dvga-pci.c71 static uint64_t pci_vga_ioport_read(void *ptr, hwaddr addr, in pci_vga_ioport_read()
89 static void pci_vga_ioport_write(void *ptr, hwaddr addr, in pci_vga_ioport_write()
120 static uint64_t pci_vga_bochs_read(void *ptr, hwaddr addr, in pci_vga_bochs_read()
130 static void pci_vga_bochs_write(void *ptr, hwaddr addr, in pci_vga_bochs_write()
150 static uint64_t pci_vga_qext_read(void *ptr, hwaddr addr, unsigned size) in pci_vga_qext_read()
165 static void pci_vga_qext_write(void *ptr, hwaddr addr, in pci_vga_qext_write()
/openbmc/linux/arch/powerpc/boot/
H A Dsimple_alloc.c66 static struct alloc_info *simple_find_entry(void *ptr) in simple_find_entry()
81 static void simple_free(void *ptr) in simple_free()
95 static void *simple_realloc(void *ptr, unsigned long size) in simple_realloc()
/openbmc/linux/fs/erofs/
H A Dpcpubuf.c14 void *ptr; member
38 void erofs_put_pcpubuf(void *ptr) __releases(pcb->lock) in erofs_put_pcpubuf()
65 void *ptr, *old_ptr; in erofs_pcpubuf_growsize() local
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c743 unsigned int ptr, in build_huge_handler_tail()
780 unsigned int tmp, unsigned int ptr) in build_get_pmde64()
871 unsigned int bvaddr, unsigned int ptr, in build_get_pgd_vmalloc64()
945 void build_get_pgde32(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_pgde32()
984 void build_get_ptep(u32 **p, unsigned int tmp, unsigned int ptr) in build_get_ptep()
1070 unsigned int ptr, int c0_scratch_reg) in build_fast_tlb_refill_handler()
1631 iPTE_LW(u32 **p, unsigned int pte, unsigned int ptr) in iPTE_LW()
1653 iPTE_SW(u32 **p, struct uasm_reloc **r, unsigned int pte, unsigned int ptr, in iPTE_SW()
1722 int pte, int ptr, int scratch, enum label_id lid) in build_pte_present()
1760 unsigned int ptr, unsigned int scratch) in build_make_valid()
[all …]
/openbmc/qemu/util/
H A Dmemfd.c111 void *ptr; in qemu_memfd_alloc() local
150 void qemu_memfd_free(void *ptr, size_t size, int fd) in qemu_memfd_free()
183 void *ptr; in qemu_memfd_alloc_check() local
H A Dmemalign.c34 void *ptr; in qemu_try_memalign() local
83 void qemu_vfree(void *ptr) in qemu_vfree()
/openbmc/linux/drivers/spi/
H A Dspi-tle62x0.c103 int ptr; in tle62x0_status_show() local
229 int ptr; in to_gpio_num() local
243 int ptr; in tle62x0_probe() local
294 int ptr; in tle62x0_remove() local
/openbmc/linux/arch/sparc/include/asm/
H A Duaccess_64.h59 #define put_user(x, ptr) ({ \ argument
65 #define get_user(x, ptr) ({ \ argument
71 #define __put_user(x, ptr) put_user(x, ptr) argument
72 #define __get_user(x, ptr) get_user(x, ptr) argument
/openbmc/linux/security/tomoyo/
H A Dfile.c67 void tomoyo_put_name_union(struct tomoyo_name_union *ptr) in tomoyo_put_name_union()
83 const struct tomoyo_name_union *ptr) in tomoyo_compare_name_union()
99 void tomoyo_put_number_union(struct tomoyo_number_union *ptr) in tomoyo_put_number_union()
113 const struct tomoyo_number_union *ptr) in tomoyo_compare_number_union()
253 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_acl()
276 const struct tomoyo_acl_info *ptr) in tomoyo_check_path_number_acl()
297 const struct tomoyo_acl_info *ptr) in tomoyo_check_path2_acl()
317 const struct tomoyo_acl_info *ptr) in tomoyo_check_mkdev_acl()
/openbmc/linux/tools/testing/selftests/arm64/tags/
H A Dtags_test.c12 #define SET_TAG(ptr, tag) (((uint64_t)(ptr) & ~SHIFT_TAG(0xff)) | \ argument
19 struct utsname *ptr; in main() local
/openbmc/u-boot/tools/
H A Domapimage.c39 static int omapimage_verify_header(unsigned char *ptr, int image_size, in omapimage_verify_header()
88 static void omapimage_print_header(const void *ptr) in omapimage_print_header()
126 static void omapimage_set_header(void *ptr, struct stat *sbuf, int ifd, in omapimage_set_header()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_child_memory.c29 static int check_child_tag_inheritance(char *ptr, int size, int mode) in check_child_tag_inheritance()
86 char *ptr; in check_child_memory_mapping() local
108 char *ptr, *map_ptr; in check_child_file_mapping() local
/openbmc/linux/drivers/soc/samsung/
H A Ds3c-pm-check.c46 static void s3c_pm_run_res(struct resource *ptr, run_fn_t fn, u32 *arg) in s3c_pm_run_res()
140 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region()
166 void *ptr; in s3c_pm_runcheck() local
/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h168 xdr_decode_opaque_fixed(__be32 *p, void *ptr, unsigned int len) in xdr_decode_opaque_fixed()
533 xdr_stream_encode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t len) in xdr_stream_encode_opaque_inline()
558 xdr_stream_encode_opaque_fixed(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque_fixed()
579 xdr_stream_encode_opaque(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque()
651 xdr_stream_decode_bool(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_bool()
672 xdr_stream_decode_u32(struct xdr_stream *xdr, __u32 *ptr) in xdr_stream_decode_u32()
693 xdr_stream_decode_u64(struct xdr_stream *xdr, __u64 *ptr) in xdr_stream_decode_u64()
715 xdr_stream_decode_opaque_fixed(struct xdr_stream *xdr, void *ptr, size_t len) in xdr_stream_decode_opaque_fixed()
742 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline()
/openbmc/linux/include/linux/
H A Dcontainer_of.h18 #define container_of(ptr, type, member) ({ \ argument
32 #define container_of_const(ptr, type, member) \ argument
/openbmc/u-boot/include/linux/
H A Dcompiler-intel.h22 #define barrier_data(ptr) barrier() argument
24 #define RELOC_HIDE(ptr, off) \ argument
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_mem.c90 u8 *ptr; in zip_data_buf_alloc() local
109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free()

12345678910>>...111