/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A D | memset.S | 17 ;;void *memset(*ptr, int c, size_t count) 18 ;; ptr = er0
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pointer_auth.h | 74 static inline unsigned long ptrauth_strip_insn_pac(unsigned long ptr) in ptrauth_strip_insn_pac() argument 76 return ptrauth_clear_pac(ptr); in ptrauth_strip_insn_pac()
|
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | idprom.c | 103 unsigned char cksum, i, *ptr = (unsigned char *)idprom; in calc_idprom_cksum() local 106 cksum ^= *ptr++; in calc_idprom_cksum()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cputime.h | 26 #define cmpxchg_cputime(ptr, old, new) cmpxchg(ptr, old, new)
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | idprom.c | 74 unsigned char cksum, i, *ptr = (unsigned char *)idprom; in calc_idprom_cksum() local 77 cksum ^= *ptr++; in calc_idprom_cksum()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | sys_s390.c | 66 unsigned long, third, void __user *, ptr) in SYSCALL_DEFINE5() 78 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/arch/m68k/sun3/ |
H A D | idprom.c | 103 unsigned char cksum, i, *ptr = (unsigned char *)idprom; in calc_idprom_cksum() local 106 cksum ^= *ptr++; in calc_idprom_cksum()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | idprom.c | 74 unsigned char cksum, i, *ptr = (unsigned char *)idprom; in calc_idprom_cksum() local 77 cksum ^= *ptr++; in calc_idprom_cksum()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-host-common.c | 18 static void gen_pci_unmap_cfg(void *ptr) in gen_pci_unmap_cfg() argument 20 pci_ecam_free((struct pci_config_window *)ptr); in gen_pci_unmap_cfg()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
H A D | u_f.h | 57 #define vla_ptr(ptr, groupname, name) \ 58 ((void *) ((char *)ptr + groupname##_##name##__offset))
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | dp_notify.c | 60 void *ptr) in dp_device_event() 63 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in dp_device_event() 59 dp_device_event(struct notifier_block *unused, unsigned long event, void *ptr) dp_device_event() argument
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | environ.c | 14 * @ptr: Pointer to "struct tomoyo_acl_info". 19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl() 22 container_of(ptr, typeof(*acl), head); in tomoyo_check_env_acl() 18 tomoyo_check_env_acl(struct tomoyo_request_info *r, const struct tomoyo_acl_info *ptr) tomoyo_check_env_acl() argument
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | qspinlock_stat.h | 120 static inline void __pv_wait(u8 *ptr, u8 val) in __pv_wait() argument 125 pv_wait(ptr, val); in __pv_wait()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | extable.c | 168 int func_ptr_is_kernel_text(void *ptr) in func_ptr_is_kernel_text() argument 171 addr = (unsigned long) dereference_function_descriptor(ptr); in func_ptr_is_kernel_text()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_nvif.c | 43 nvkm_client_unmap(void *priv, void __iomem *ptr, u32 size) in nvkm_client_unmap() argument 45 iounmap(ptr); in nvkm_client_unmap()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | futex.h | 47 u64 ptr; member 53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | lops.h | 64 __be64 *ptr, in lops_scan_elements() 71 ld, ptr, pass); in lops_scan_elements() 62 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) lops_scan_elements() argument
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | sections.h | 63 void *dereference_function_descriptor(void *ptr); 64 void *dereference_kernel_function_descriptor(void *ptr);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | instrumented.h | 169 * @ptr: userspace pointer to copy to 176 #define instrument_put_user(from, ptr, size) \ 178 kmsan_copy_to_user(ptr, &from, sizeof(from), 0); \
|
H A D | futex.h | 47 u64 ptr; member 53 #define FUTEX_KEY_INIT (union futex_key) { .both = { .ptr = 0ULL } }
|
/kernel/linux/linux-6.6/include/net/ |
H A D | raw.h | 86 #define raw_sk(ptr) container_of_const(ptr, struct raw_sock, inet.sk)
|
/kernel/linux/linux-6.6/drivers/power/reset/ |
H A D | pwr-mlxbf.c | 29 static irqreturn_t pwr_mlxbf_irq(int irq, void *ptr) in pwr_mlxbf_irq() argument 33 struct pwr_mlxbf *priv = ptr; in pwr_mlxbf_irq()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/ |
H A D | u_f.h | 57 #define vla_ptr(ptr, groupname, name) \ 58 ((void *) ((char *)ptr + groupname##_##name##__offset))
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | qspinlock_stat.h | 120 static inline void __pv_wait(u8 *ptr, u8 val) in __pv_wait() argument 125 pv_wait(ptr, val); in __pv_wait()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | sifive_edac.c | 28 int ecc_err_event(struct notifier_block *this, unsigned long event, void *ptr) in ecc_err_event() argument 30 const char *msg = (char *)ptr; in ecc_err_event()
|