Home
last modified time | relevance | path

Searched refs:gd_spending (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dipl_funcs.c53 DO_SETBITS(setdelayed, &gd->gd_spending, loadandclear(&gd->gd_sdelayed))
55 DO_SETBITS(setsoftcamnet,&gd->gd_spending, SWI_CAMNET_PENDING)
56 DO_SETBITS(setsoftcambio,&gd->gd_spending, SWI_CAMBIO_PENDING)
59 DO_SETBITS(setsofttty, &gd->gd_spending, SWI_TTY_PENDING)
60 DO_SETBITS(setsoftvm, &gd->gd_spending, SWI_VM_PENDING)
61 DO_SETBITS(setsofttq, &gd->gd_spending, SWI_TQ_PENDING)
62 DO_SETBITS(setsoftcrypto,&gd->gd_spending, SWI_CRYPTO_PENDING)
H A Dglobal.s82 .globl gd_spending, gd_ipending
98 .set gd_spending,globaldata + GD_SPENDING define
H A Dgenassym.c231 ASSYM(GD_SPENDING, offsetof(struct mdglobaldata, gd_spending));
/dragonfly/sys/platform/vkernel64/platform/
H A Dipl_funcs.c57 DO_SETBITS(setdelayed, &gd->gd_spending, loadandclear(&gd->gd_sdelayed))
59 DO_SETBITS(setsoftcamnet,&gd->gd_spending, SWI_CAMNET_PENDING)
60 DO_SETBITS(setsoftcambio,&gd->gd_spending, SWI_CAMBIO_PENDING)
63 DO_SETBITS(setsofttty, &gd->gd_spending, SWI_TTY_PENDING)
64 DO_SETBITS(setsoftvm, &gd->gd_spending, SWI_VM_PENDING)
65 DO_SETBITS(setsofttq, &gd->gd_spending, SWI_TQ_PENDING)
66 DO_SETBITS(setsoftcrypto,&gd->gd_spending, SWI_CRYPTO_PENDING)
H A Dmachintr.c138 while ((irq = ffs(gd->gd_spending)) != 0) { in splz()
140 atomic_clear_int(&gd->gd_spending, 1 << irq); in splz()
225 gd->gd_spending) { in cpu_interrupt_running()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dglobal.s79 .globl gd_spending, gd_ipending, gd_fpending
96 .set gd_spending,globaldata + GD_SPENDING define
/dragonfly/sys/platform/vkernel64/include/
H A Dglobaldata.h76 int gd_spending; /* software interrupt pending */ member
/dragonfly/sys/platform/pc64/include/
H A Dglobaldata.h76 int gd_spending; /* software interrupt pending */ member