/* * Read/write a task's FSBASE or GSBASE. This returns the value that * the FS/GS base would have (if the task were to be resumed). These * work on the current task or on a non-running (typically stopped * ptrace child) task.
*/ externunsignedlong x86_fsbase_read_task(struct task_struct *task); externunsignedlong x86_gsbase_read_task(struct task_struct *task); externvoid x86_fsbase_write_task(struct task_struct *task, unsignedlong fsbase); externvoid x86_gsbase_write_task(struct task_struct *task, unsignedlong gsbase);
/* Must be protected by X86_FEATURE_FSGSBASE check. */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.