Searched refs:notify (Results 1 – 10 of 10) sorted by relevance
| /arch/mips/include/asm/ |
| A D | vpe.h | 73 struct list_head notify; member 104 int vpe_notify(int index, struct vpe_notifications *notify);
|
| /arch/mips/kernel/ |
| A D | vpe.c | 106 INIT_LIST_HEAD(&v->notify); in alloc_vpe() 774 list_for_each_entry(notifier, &v->notify, list) in vpe_open() 884 int vpe_notify(int index, struct vpe_notifications *notify) in vpe_notify() argument 891 list_add(¬ify->list, &v->notify); in vpe_notify()
|
| A D | vpe-mt.c | 140 list_for_each_entry(notifier, &v->notify, list) in vpe_run() 266 list_for_each_entry(notifier, &vpe->notify, list) in store_kill()
|
| A D | entry.S | 139 # notify-resume requests
|
| /arch/s390/include/asm/ |
| A D | eadm.h | 110 void (*notify) (struct scm_device *scmdev, enum scm_event event); member
|
| A D | ccwdev.h | 141 int (*notify) (struct ccw_device *, int); member
|
| /arch/x86/events/intel/ |
| A D | uncore.c | 1309 bool notify = false; in uncore_pci_sub_driver_init() local 1336 notify = true; in uncore_pci_sub_driver_init() 1341 if (notify && bus_register_notifier(&pci_bus_type, &uncore_pci_sub_notifier)) in uncore_pci_sub_driver_init() 1342 notify = false; in uncore_pci_sub_driver_init() 1344 if (!notify) in uncore_pci_sub_driver_init()
|
| /arch/loongarch/kvm/intc/ |
| A D | eiointc.c | 75 int irq, u64 val, u32 len, bool notify) in eiointc_update_sw_coremap() argument 97 if (notify && test_bit(irq + i, (unsigned long *)s->isr.reg_u8)) { in eiointc_update_sw_coremap()
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.c | 5998 vcpu->run->notify.flags = context_invalid ? in handle_notify()
|
| /arch/x86/ |
| A D | Kconfig | 1153 Machine Check support allows the processor to notify the
|
Completed in 37 milliseconds