| /freebsd-13.1/sys/kern/ |
| H A D | subr_trap.c | 122 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) != in userret() 123 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) { in userret() 241 td->td_flags &= ~(TDF_ASTPENDING | TDF_NEEDSIGCHK | TDF_NEEDSUSPCHK | in ast() 311 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) != in ast() 312 (TDF_NEEDSIGCHK | TDF_ASTPENDING)) { in ast()
|
| H A D | kern_clock.c | 435 flags |= TDF_ALRMPEND | TDF_ASTPENDING; in hardclock_itimer() 442 flags |= TDF_PROFPEND | TDF_ASTPENDING; in hardclock_itimer()
|
| H A D | subr_prof.c | 479 td->td_flags |= TDF_ASTPENDING; in addupc_intr()
|
| H A D | kern_thr.c | 260 newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in thread_create()
|
| H A D | sys_generic.c | 986 td->td_flags |= TDF_ASTPENDING; in kern_pselect() 1485 td->td_flags |= TDF_ASTPENDING; in kern_poll()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | genassym.c | 51 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 178 mov x3, #((TDF_ASTPENDING|TDF_NEEDRESCHED) >> 8)
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | genassym.c | 65 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 195 li a3, (TDF_ASTPENDING|TDF_NEEDRESCHED)
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | genassym.c | 119 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 179 and r1, r1, #(TDF_ASTPENDING|TDF_NEEDRESCHED); \
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | genassym.c | 106 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | genassym.c | 99 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.s | 499 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%eax)
|
| /freebsd-13.1/sys/mips/include/ |
| H A D | pcb.h | 81 li s0, TDF_ASTPENDING | TDF_NEEDRESCHED;\
|
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | genassym.c | 235 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | genassym.c | 93 ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
|
| H A D | exception.S | 590 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax) 1157 testl $TDF_ASTPENDING | TDF_NEEDRESCHED,TD_FLAGS(%rax)
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_fork.c | 318 newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK; in linux_clone_thread()
|
| /freebsd-13.1/sys/geom/ |
| H A D | geom_event.c | 357 curthread->td_flags |= TDF_ASTPENDING; in g_post_event_ep_va()
|
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_soft.c | 436 curthread->td_flags |= TDF_ASTPENDING; in pmc_soft_intr()
|
| /freebsd-13.1/sys/powerpc/booke/ |
| H A D | trap_subr.S | 1029 lis %r5, (TDF_ASTPENDING | TDF_NEEDRESCHED)@h 1030 ori %r5, %r5, (TDF_ASTPENDING | TDF_NEEDRESCHED)@l
|
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | trap_subr32.S | 805 lis %r5, (TDF_ASTPENDING|TDF_NEEDRESCHED)@h 806 ori %r5,%r5, (TDF_ASTPENDING|TDF_NEEDRESCHED)@l
|
| H A D | trap_subr64.S | 875 lis %r5, (TDF_ASTPENDING|TDF_NEEDRESCHED)@h 876 ori %r5,%r5, (TDF_ASTPENDING|TDF_NEEDRESCHED)@l
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | vmm.h | 369 if (curthread->td_flags & (TDF_ASTPENDING | TDF_NEEDRESCHED)) in vcpu_should_yield()
|