Searched refs:cause (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp100 WriteCause(uint64_t cause) argument
102 if ((cause & causeInterrupt) == 0) {
104 switch (cause) {
119 default: dprintf("%" B_PRId64, cause);
122 dprintf("interrupt "); WriteInterrupt(cause & ~causeInterrupt);
157 uint64 cause = Scause(); local
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNotifications.cpp103 const char* attribute, int32 cause)
107 fCause(cause)
102 AttributeChangedNotification(Node* node, const char* attribute, int32 cause) argument
H A DNotifications.h77 const char* attribute, int32 cause);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp127 WriteCause(uint64_t cause) argument
129 if ((cause & causeInterrupt) == 0) {
131 switch (cause) {
146 default: dprintf("%" B_PRId64, cause);
149 dprintf("interrupt "); WriteInterrupt(cause & ~causeInterrupt);
211 dprintf("STrap("); WriteCause(frame->cause); dprintf(")\n");
378 switch (frame->cause) {
382 if (SetAccessedFlags(Stval(), frame->cause == causeStorePageFault))
416 switch (frame->cause) {
452 (frame->cause
[all...]
H A Dasm_offsets.cpp46 DEFINE_OFFSET_MACRO(IFRAME, iframe, cause);
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp84 uint64 cause = Mcause(); local
95 switch (cause) {
103 if (cause != causeMEcall) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h125 * Return the current ISR setting and clear the cause.
132 uint32_t cause; local
134 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
136 if (cause == 0xffffffff) { /* card removed */
137 cause = 0;
138 } else if (cause != 0) {
139 /* clear cause bits */
141 MACREG_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask);
144 cause &= mh->mh_imask;
146 *status = cause;
[all...]
H A Dmwlhal.c478 * Return the current ISR setting and clear the cause.
485 uint32_t cause;
487 cause = RD4(mh, MACREG_REG_A2H_INTERRUPT_CAUSE);
488 if (cause == 0xffffffff) { /* card removed */
489 device_printf(mh->mh_dev, "%s: cause 0x%x\n", __func__, cause);
490 cause = 0;
491 } else if (cause != 0) {
492 /* clear cause bits */
494 cause
[all...]
/haiku/src/tools/fs_shell/
H A Dnode_monitor.cpp45 fssh_vnode_id node, const char *attribute, int32_t cause)
44 fssh_notify_attribute_changed(fssh_mount_id device, fssh_vnode_id dir, fssh_vnode_id node, const char *attribute, int32_t cause) argument
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h18 uint64 cause; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c758 * Return the current ISR setting and clear the cause.
763 uint32_t cause; local
765 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
767 if (cause == 0xffffffff) { /* card removed */
768 cause = 0;
769 } else if (cause != 0) {
770 /* clear cause bits */
772 MALO_REG_A2H_INTERRUPT_CAUSE, cause &~ mh->mh_imask);
775 cause &= mh->mh_imask;
778 *status = cause;
[all...]
/haiku/headers/private/net/
H A Dnet_protocol.h98 status_t (*error_reply)(net_protocol* self, net_buffer* cause,
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp104 ino_t node, const char *attribute, int32 cause);
811 \param cause Either of \c B_ATTR_CREATED, \c B_ATTR_REMOVED, or
819 ino_t node, const char *attribute, int32 cause)
862 message.AddInt32("cause", cause); // Haiku only
1225 \param cause Either of \c B_ATTR_CREATED, \c B_ATTR_REMOVED, or
1233 const char *attribute, int32 cause)
1236 attribute, cause);
818 NotifyAttributeChanged(dev_t device, ino_t directory, ino_t node, const char *attribute, int32 cause) argument
1232 notify_attribute_changed(dev_t device, ino_t directory, ino_t node, const char *attribute, int32 cause) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp110 const char *attribute, int32 cause)
115 return UserlandFS::KernelEmu::notify_listener(B_ATTR_CHANGED, cause,
109 notify_attribute_changed(dev_t device, ino_t directory, ino_t node, const char *attribute, int32 cause) argument
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp291 l2cap_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, argument
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp284 unix_error_reply(net_protocol *protocol, net_buffer *cause, net_error error, argument
/haiku/headers/cpp/
H A Dstreambuf.h20 compiled with a GNU compiler to produce an executable, this does not cause
174 failure(string cause, ios* stream) { _stream = stream; } argument
/haiku/headers/os/drivers/
H A Dfs_interface.h364 ino_t node, const char* attribute, int32 cause);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h401 int32_t cause);
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp640 link_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, argument
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp766 tcp_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, argument
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1934 ipv4_error_reply(net_protocol* protocol, net_buffer* cause, net_error error, argument
1942 return icmp->error_reply(protocol, cause, error, errorData);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h684 #define IWM_CSR_MSIX_RX_IVAR(cause) (IWM_CSR_MSIX_RX_IVAR_AD_REG + (cause))
685 #define IWM_CSR_MSIX_IVAR(cause) (IWM_CSR_MSIX_IVAR_AD_REG + (cause))
1403 * from going into a power-savings mode that would cause higher DRAM latency,
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h1106 #define IWX_CSR_MSIX_RX_IVAR(cause) (IWX_CSR_MSIX_RX_IVAR_AD_REG + (cause))
1107 #define IWX_CSR_MSIX_IVAR(cause) (IWX_CSR_MSIX_IVAR_AD_REG + (cause))
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1346 udp_error_reply(net_protocol *protocol, net_buffer *cause, net_error error, argument

Completed in 457 milliseconds

12