| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kprobes.h | 378 int register_kprobes(struct kprobe **kps, int num); 379 void unregister_kprobes(struct kprobe **kps, int num); 426 static inline int register_kprobes(struct kprobe **kps, int num) in register_kprobes() argument 433 static inline void unregister_kprobes(struct kprobe **kps, int num) in unregister_kprobes() argument
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | test_kprobes.c | 112 struct kprobe *kps[2] = {&kp, &kp2}; in test_kprobes() local 117 ret = register_kprobes(kps, 2); in test_kprobes() 151 unregister_kprobes(kps, 2); in test_kprobes()
|
| H A D | params.c | 494 const struct kparam_string *kps = kp->str; in param_set_copystring() local 496 if (strlen(val)+1 > kps->maxlen) { in param_set_copystring() 498 kp->name, kps->maxlen-1); in param_set_copystring() 501 strcpy(kps->string, val); in param_set_copystring() 508 const struct kparam_string *kps = kp->str; in param_get_string() local 509 return scnprintf(buffer, PAGE_SIZE, "%s\n", kps->string); in param_get_string()
|
| H A D | kprobes.c | 1888 int register_kprobes(struct kprobe **kps, int num) in register_kprobes() argument 1895 ret = register_kprobe(kps[i]); in register_kprobes() 1898 unregister_kprobes(kps, i); in register_kprobes() 1912 void unregister_kprobes(struct kprobe **kps, int num) in unregister_kprobes() argument 1920 if (__unregister_kprobe_top(kps[i]) < 0) in unregister_kprobes() 1921 kps[i]->addr = NULL; in unregister_kprobes() 1926 if (kps[i]->addr) in unregister_kprobes() 1927 __unregister_kprobe_bottom(kps[i]); in unregister_kprobes()
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-nsp.c | 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 33 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
| H A D | clk-ns2.c | 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 33 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
| H A D | clk-cygnus.c | 40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 41 .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, .ka_shift = kas, \
|
| H A D | clk-sr.c | 24 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \ argument 25 .ki_shift = kis, .ki_width = kiw, .kp_shift = kps, .kp_width = kpw, \
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | hibernate.c | 258 unsigned int kps; in swsusp_show_speed() local 266 kps = (k * 100) / centisecs; in swsusp_show_speed() 268 msg, k, centisecs / 100, centisecs % 100, kps / 1000, in swsusp_show_speed() 269 (kps % 1000) / 10); in swsusp_show_speed()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | kgdboc.c | 35 static struct kparam_string kps = { variable 601 module_param_call(kgdboc, param_set_kgdboc_var, param_get_string, &kps, 0644);
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | kgdbts.c | 156 static struct kparam_string kps = { variable 1180 module_param_call(kgdbts, param_set_kgdbts_var, param_get_string, &kps, 0644);
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | kprobes.rst | 491 int register_kprobes(struct kprobe **kps, int num); 499 - kps/rps: an array of pointers to ``*probe`` data structures 513 void unregister_kprobes(struct kprobe **kps, int num);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 5198 struct kvm_kpit_state *kps = &kvm->arch.vpit->pit_state; in kvm_vm_ioctl_get_pit() local 5200 BUILD_BUG_ON(sizeof(*ps) != sizeof(kps->channels)); in kvm_vm_ioctl_get_pit() 5202 mutex_lock(&kps->lock); in kvm_vm_ioctl_get_pit() 5203 memcpy(ps, &kps->channels, sizeof(*ps)); in kvm_vm_ioctl_get_pit() 5204 mutex_unlock(&kps->lock); in kvm_vm_ioctl_get_pit()
|