Searched refs:kbs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvt_ioctl.c318 struct kbsentry *kbs; local
331 kbs = kmalloc(sizeof(*kbs), GFP_KERNEL);
332 if (!kbs) {
338 if (copy_from_user(kbs, user_kdgkb, sizeof(struct kbsentry))) {
342 kbs->kb_string[sizeof(kbs->kb_string)-1] = '\0';
343 i = kbs->kb_func;
347 sz = sizeof(kbs->kb_string) - 1; /* sz should have been
361 kfree(kbs);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunaligned.c309 unsigned long *kbs = (void *) current + IA64_RBS_OFFSET; local
329 on_kbs = ia64_rse_num_regs(kbs, (unsigned long *) sw->ar_bspstore);
331 if (addr >= kbs) {
382 unsigned long *kbs = (void *) current + IA64_RBS_OFFSET; local
402 on_kbs = ia64_rse_num_regs(kbs, (unsigned long *) sw->ar_bspstore);
404 if (addr >= kbs) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvcpu.c300 unsigned long *kbs = (void *) current_vcpu + VMM_RBS_OFFSET; local
316 bsp = kbs + (regs->loadrs >> 19);
342 unsigned long *kbs = (void *) current_vcpu + VMM_RBS_OFFSET; local
358 bsp = kbs + (regs->loadrs >> 19); /* 16 + 3 */

Completed in 63 milliseconds