/haiku/src/system/boot/platform/efi/arch/riscv64/ |
H A D | arch_traps.cpp | 100 WriteCause(uint64_t cause) in WriteCause() argument 102 if ((cause & causeInterrupt) == 0) { in WriteCause() 104 switch (cause) { in WriteCause() 119 default: dprintf("%" B_PRId64, cause); in WriteCause() 122 dprintf("interrupt "); WriteInterrupt(cause & ~causeInterrupt); in WriteCause() 157 uint64 cause = Scause(); in STrap() local
|
/haiku/src/system/kernel/arch/riscv64/ |
H A D | arch_int.cpp | 136 switch (frame->cause) { in STrap() 140 if (SetAccessedFlags(Stval(), frame->cause == causeStorePageFault)) in STrap() 174 switch (frame->cause) { in STrap() 210 (frame->cause == causeStorePageFault) in STrap() 221 frame->cause == causeStorePageFault in STrap() 249 vm_page_fault(stval, frame->epc, frame->cause == causeStorePageFault, in STrap() 250 frame->cause == causeExecPageFault, in STrap()
|
H A D | arch_debug.cpp | 351 write_cause(uint64_t cause) in write_cause() argument 353 if ((cause & causeInterrupt) == 0) { in write_cause() 355 switch (cause) { in write_cause() 370 default: kprintf("%" B_PRId64, cause); in write_cause() 373 kprintf("interrupt "); write_interrupt(cause & ~causeInterrupt); in write_cause() 415 write_cause(frame->cause); in print_iframe() 574 CHECK_DEBUG_VARIABLE("cause", frame->cause, true); in find_debug_variable() 1020 *_isSyscall = frame->cause == causeUEcall; in arch_debug_get_interrupt_pc()
|
H A D | asm_offsets.cpp | 46 DEFINE_OFFSET_MACRO(IFRAME, iframe, cause); in dummy()
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | mwlhal.h | 130 uint32_t cause; in mwl_hal_getisr() local 132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr() 134 if (cause == 0xffffffff) { /* card removed */ in mwl_hal_getisr() 135 cause = 0; in mwl_hal_getisr() 136 } else if (cause != 0) { in mwl_hal_getisr() 139 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in mwl_hal_getisr() 142 cause &= mh->mh_imask; in mwl_hal_getisr() 144 *status = cause; in mwl_hal_getisr()
|
H A D | mwlhal.c | 483 uint32_t cause; 485 cause = RD4(mh, MACREG_REG_A2H_INTERRUPT_CAUSE); 486 if (cause == 0xffffffff) { /* card removed */ 487 device_printf(mh->mh_dev, "%s: cause 0x%x\n", __func__, cause); 488 cause = 0; 489 } else if (cause != 0) { 492 cause &~ mh->public.mh_imask); 495 *status = cause;
|
/haiku/src/system/boot/platform/riscv/ |
H A D | traps.cpp | 84 uint64 cause = Mcause(); in MTrap() local 95 switch (cause) { in MTrap() 103 if (cause != causeMEcall) { in MTrap()
|
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Notifications.cpp | 103 const char* attribute, int32 cause) in AttributeChangedNotification() argument 107 fCause(cause) in AttributeChangedNotification()
|
H A D | Notifications.h | 77 const char* attribute, int32 cause);
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malohal.c | 758 uint32_t cause; in malo_hal_getisr() local 760 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr() 762 if (cause == 0xffffffff) { /* card removed */ in malo_hal_getisr() 763 cause = 0; in malo_hal_getisr() 764 } else if (cause != 0) { in malo_hal_getisr() 767 MALO_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask); in malo_hal_getisr() 770 cause &= mh->mh_imask; in malo_hal_getisr() 773 *status = cause; in malo_hal_getisr()
|
/haiku/data/catalogs/bin/dstcheck/ |
H A D | fr.catkeys | 4 …ion!\n\nL’horloge de votre ordinateur est peut-être décalée d’une heure à cause du changement d’he…
|
/haiku/src/tools/fs_shell/ |
H A D | node_monitor.cpp | 45 fssh_vnode_id node, const char *attribute, int32_t cause) in fssh_notify_attribute_changed() argument
|
/haiku/data/system/data/licenses/ |
H A D | GNU GPL font exception | 3 …red portions of this font into the document, this font does not by itself cause the resulting docu…
|
/haiku/headers/private/kernel/arch/riscv64/ |
H A D | arch_thread_types.h | 18 uint64 cause; member
|
/haiku/build/jam/images/ |
H A D | AnybootImage | 47 # TODO: this one seems to cause the build to fail each other run (caching?)
|
/haiku/docs/apps/mail/Programming Notes/ |
H A D | ChainRunner Overview.txt | 12 does not* cause the connection to be terminated and the add-ons to be
|
/haiku/headers/private/net/ |
H A D | net_protocol.h | 98 status_t (*error_reply)(net_protocol* self, net_buffer* cause,
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | haiku_kernel_emu.cpp | 110 const char *attribute, int32 cause) in notify_attribute_changed() argument 115 return UserlandFS::KernelEmu::notify_listener(B_ATTR_CHANGED, cause, in notify_attribute_changed()
|
/haiku/3rdparty/docker/bootstrap/ |
H A D | README.md | 17 the shell being used (bash works, mksh is known to cause problems), or even
|
/haiku/src/system/kernel/fs/ |
H A D | node_monitor.cpp | 104 ino_t node, const char *attribute, int32 cause); 819 ino_t node, const char *attribute, int32 cause) in NotifyAttributeChanged() argument 862 message.AddInt32("cause", cause); // Haiku only in NotifyAttributeChanged() 1233 const char *attribute, int32 cause) in notify_attribute_changed() argument 1236 attribute, cause); in notify_attribute_changed()
|
/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 171 More information can be found in the "cause" field. 195 // More specific info in the "cause" field of B_ATTR_CHANGED notification 201 \brief \c B_ATTR_CHANGED notification message "cause" set when attribute is 210 \brief \c B_ATTR_CHANGED notification message "cause" set when attribute is
|
/haiku/headers/cpp/ |
H A D | stdexcept | 20 // compiled with a GNU compiler to produce an executable, this does not cause
|
/haiku/docs/user/netservices/ |
H A D | NetServicesDefs.dox | 224 \param customMessage Optional custom message describing the reason or cause for the error. 239 \param customMessage Optional custom message describing the reason or cause for the error. 260 \return Get the \ref BNetworkRequestError::ErrorType that describes the cause for the request
|
/haiku/docs/develop/servers/app_server/ |
H A D | Decorator.rst | 207 These cause the window's title to be drawn. DrawTitle() amounts to 238 do more than display itself. The return type will cause the server to
|
/haiku/src/add-ons/kernel/network/protocols/l2cap/ |
H A D | l2cap.cpp | 320 l2cap_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, in l2cap_error_reply() argument
|