Searched defs:ptr (Results 201 - 225 of 2126) sorted by path

1234567891011>>

/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c213 static void free(void *ptr) argument
/linux-master/arch/parisc/include/asm/
H A Dcmpxchg.h25 __arch_xchg(unsigned long x, volatile void *ptr, int size) argument
67 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
91 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new_, int size) argument
[all...]
/linux-master/arch/parisc/kernel/
H A Dhardware.c1363 struct hp_cpu_type_mask *ptr; local
H A Dkgdb.c35 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) argument
H A Dmodule.c961 void *dereference_module_function_descriptor(struct module *mod, void *ptr) argument
H A Dpdc_chassis.c90 pdc_chassis_panic_event(struct notifier_block *this, unsigned long event, void *ptr) argument
113 pdc_chassis_reboot_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/arch/parisc/lib/
H A Dbitops.c21 unsigned long notrace __xchg64(unsigned long x, volatile unsigned long *ptr) argument
33 unsigned long notrace __xchg32(int x, volatile int *ptr) argument
46 __xchg8(char x, volatile char *ptr) argument
59 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new) argument
71 __cmpxchg_u32(volatile unsigned int *ptr, unsigned int old, unsigned int new) argument
83 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new) argument
[all...]
/linux-master/arch/powerpc/boot/
H A Dops.h214 static inline void free(void *ptr) argument
H A Dsimple_alloc.c66 static struct alloc_info *simple_find_entry(void *ptr) argument
81 static void simple_free(void *ptr) argument
95 static void *simple_realloc(void *ptr, unsigned long size) argument
[all...]
/linux-master/arch/powerpc/crypto/
H A Dmd5-glue.c23 u32 *ptr = (u32 *)sctx; local
H A Dsha1-spe-glue.c52 u32 *ptr = (u32 *)sctx; local
H A Dsha256-spe-glue.c53 u32 *ptr = (u32 *)sctx; local
/linux-master/arch/powerpc/include/asm/
H A Dchecksum.h129 const u32 *ptr = (const u32 *)iph + 1; local
H A Dcmpxchg.h218 __xchg_local(void *ptr, unsigned long x, unsigned int size) argument
237 __xchg_relaxed(void *ptr, unsigned long x, unsigned int size) argument
621 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
641 __cmpxchg_local(void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
661 __cmpxchg_relaxed(void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
681 __cmpxchg_acquire(void *ptr, unsigned long old, unsigned long new, unsigned int size) argument
[all...]
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...]
H A Duaccess.h389 user_access_begin(const void __user *ptr, size_t len) argument
405 user_read_access_begin(const void __user *ptr, size_t len) argument
419 user_write_access_begin(const void __user *ptr, size_t len) argument
[all...]
H A Dvdso_datapage.h110 addis \ptr, \ptr, (_vdso_datapage - 999b)@ha variable
111 addi \ptr, \ptr, (_vdso_datapage - 999b)@l variable
/linux-master/arch/powerpc/kernel/
H A Dbtext.c301 unsigned int *ptr = base; local
318 unsigned int *ptr = base; local
337 unsigned int *ptr = base; local
H A Dkgdb.c195 unsigned long *ptr = gdb_regs; local
382 char *ptr = &remcom_in_buffer[1]; local
[all...]
H A Dmodule.c112 void *ptr = NULL; local
H A Dmodule_64.c79 void *dereference_module_function_descriptor(struct module *mod, void *ptr) argument
H A Dpaca.c29 void *ptr; local
65 void *ptr; local
H A Dprom_init.c752 static unsigned long __init prom_memparse(const char *ptr, const char **retptr) argument
H A Dsetup-common.c738 ppc_panic_fadump_handler(struct notifier_block *this, unsigned long event, void *ptr) argument
765 ppc_panic_platform_handler(struct notifier_block *this, unsigned long event, void *ptr) argument
H A Dsetup_32.c143 void *ptr = memblock_alloc(THREAD_SIZE, THREAD_ALIGN); local

Completed in 482 milliseconds

1234567891011>>