Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 126) sorted by relevance

123456

/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp100 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 Darch_int.cpp136 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 Darch_debug.cpp351 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 Dasm_offsets.cpp46 DEFINE_OFFSET_MACRO(IFRAME, iframe, cause); in dummy()
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h130 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 Dmwlhal.c483 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 Dtraps.cpp84 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 DNotifications.cpp103 const char* attribute, int32 cause) in AttributeChangedNotification() argument
107 fCause(cause) in AttributeChangedNotification()
H A DNotifications.h77 const char* attribute, int32 cause);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c758 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 Dfr.catkeys4 …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 Dnode_monitor.cpp45 fssh_vnode_id node, const char *attribute, int32_t cause) in fssh_notify_attribute_changed() argument
/haiku/data/system/data/licenses/
H A DGNU GPL font exception3 …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 Darch_thread_types.h18 uint64 cause; member
/haiku/build/jam/images/
H A DAnybootImage47 # TODO: this one seems to cause the build to fail each other run (caching?)
/haiku/docs/apps/mail/Programming Notes/
H A DChainRunner Overview.txt12 does not* cause the connection to be terminated and the add-ons to be
/haiku/headers/private/net/
H A Dnet_protocol.h98 status_t (*error_reply)(net_protocol* self, net_buffer* cause,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp110 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 DREADME.md17 the shell being used (bash works, mksh is known to cause problems), or even
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp104 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 DNodeMonitor.dox171 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 Dstdexcept20 // compiled with a GNU compiler to produce an executable, this does not cause
/haiku/docs/user/netservices/
H A DNetServicesDefs.dox224 \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 DDecorator.rst207 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 Dl2cap.cpp320 l2cap_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, in l2cap_error_reply() argument

123456