GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
KSTACK_CONTAINS(9) FreeBSD Kernel Developer's Manual KSTACK_CONTAINS(9)

kstack_containsdetermine if an address range lies within the kernel stack for a thread

#include <machine/stack.h>

bool
kstack_contains(struct thread *td, vm_offset_t va, size_t len);

This function can be used to determine whether a given address range falls within the kernel stack for the thread pointed to by td.

The function kstack_contains() returns true if the range of addresses [va..(va+len-1)] (both addresses inclusive) lies within the kernel stack for the thread pointed to by argument td, or returns false otherwise.

This function does not return an error.

kproc(9), kthread(9)

May 2, 2023 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 9 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.