Searched defs:ptr (Results 226 - 250 of 2137) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dinst.h79 static inline ppc_inst_t ppc_inst_read(const u32 *ptr) argument
134 ppc_inst_write(u32 *ptr, ppc_inst_t x) argument
[all...]
/linux-master/net/nfc/hci/
H A Dhcp.c29 const u8 *ptr = payload; local
/linux-master/arch/powerpc/kernel/
H A Dsetup_32.c143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); local
/linux-master/arch/arm/include/asm/
H A Dprocessor.h110 static inline void prefetch(const void *ptr) argument
119 static inline void prefetchw(const void *ptr) argument
H A Dcmpxchg.h29 __arch_xchg(unsigned long x, volatile void *ptr, int size) argument
157 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
218 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
245 __cmpxchg64(unsigned long long *ptr, unsigned long long old, unsigned long long new) argument
[all...]
/linux-master/lib/
H A Dcmdline.c150 unsigned long long memparse(const char *ptr, char **retptr) argument
H A Dtest_hmm_uapi.h25 __u64 ptr; member in struct:hmm_dmirror_cmd
H A Drandom32.c76 u8 *ptr = buf; local
/linux-master/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_ddc.c54 dal_hw_ddc_destroy( struct hw_gpio_pin **ptr) argument
66 set_config( struct hw_gpio_pin *ptr, const struct gpio_config_data *config_data) argument
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c41 nvkm_client_unmap(void *priv, void __iomem *ptr, u32 size) argument
/linux-master/net/core/
H A Dfailover.c186 failover_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/drivers/accel/habanalabs/include/common/
H A Dqman_if.h18 __le64 ptr; member in struct:hl_bd
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_msgb.h27 u8 *ptr; member in struct:msgbuf
39 static inline void msgb_init(struct msgbuf *msgb, u8 *ptr, size_t cap) argument
[all...]
/linux-master/tools/testing/selftests/rseq/
H A Drseq-riscv-bits.h232 int RSEQ_TEMPLATE_IDENTIFIER(rseq_offset_deref_addv)(intptr_t *ptr, off_t off, intptr_t inc, int cpu) argument
[all...]
H A Drseq-x86-bits.h204 int RSEQ_TEMPLATE_IDENTIFIER(rseq_offset_deref_addv)(intptr_t *ptr, long off, intptr_t inc, int cpu) argument
/linux-master/arch/alpha/boot/
H A Dmain.c35 find_pa(unsigned long *vptb, void *ptr) argument
H A Dbootp.c41 find_pa(unsigned long *vptb, void *ptr) argument
/linux-master/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c67 int *ptr = NULL; local
[all...]
/linux-master/include/sound/
H A Dpcm-indirect.h82 snd_pcm_indirect_playback_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
155 snd_pcm_indirect_capture_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
/linux-master/arch/s390/boot/
H A Dipl_report.c66 struct ipl_rb_component_entry *comp, *ptr; local
76 void *ptr; local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dcmpxchg.h74 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
92 static inline unsigned long __cmpxchg_local(volatile void *ptr, argument
175 xchg_small(volatile void *ptr, u32 x, int size) argument
206 __arch_xchg(unsigned long x, volatile void * ptr, int size) argument
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n.h57 mwifiex_is_station_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) argument
70 mwifiex_is_ampdu_allowed(struct mwifiex_private *priv, struct mwifiex_ra_list_tbl *ptr, int tid) argument
/linux-master/drivers/nubus/
H A Dproc.c95 nubus_proc_alloc_pde_data(unsigned char *ptr, unsigned int size) argument
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h25 static inline unsigned int __xchg_small(volatile void *ptr, unsigned int val, argument
65 __arch_xchg(volatile void *ptr, unsigned long x, int size) argument
114 __cmpxchg_small(volatile void *ptr, unsigned int old, unsigned int new, unsigned int size) argument
163 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
[all...]
/linux-master/arch/openrisc/include/asm/
H A Dcmpxchg.h25 static inline unsigned long cmpxchg_u32(volatile void *ptr, argument
44 static inline unsigned long xchg_u32(volatile void *ptr, argument
59 static inline u32 cmpxchg_small(volatile void *ptr, u32 old, u32 new, argument
92 static inline u32 xchg_small(volatile void *ptr, u32 x, int size) argument
121 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, int size) argument
151 __arch_xchg(volatile void *ptr, unsigned long with, int size) argument
[all...]

Completed in 191 milliseconds

1234567891011>>