Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/x86/include/asm/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 881 B image not shown  

Quelle  trap_pf.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_TRAP_PF_H
#define _ASM_X86_TRAP_PF_H

#include <linux/bits.h>

/*
 * Page fault error code bits:
 *
 *   bit 0 ==  0: no page found 1: protection fault
 *   bit 1 ==  0: read access 1: write access
 *   bit 2 ==  0: kernel-mode access 1: user-mode access
 *   bit 3 == 1: use of reserved bit detected
 *   bit 4 == 1: fault was an instruction fetch
 *   bit 5 == 1: protection keys block access
 *   bit 6 == 1: shadow stack access fault
 *   bit 15 == 1: SGX MMU page-fault
 *   bit 31 == 1: fault was due to RMP violation
 */

enum x86_pf_error_code {
 X86_PF_PROT =  BIT(0),
 X86_PF_WRITE =  BIT(1),
 X86_PF_USER =  BIT(2),
 X86_PF_RSVD =  BIT(3),
 X86_PF_INSTR =  BIT(4),
 X86_PF_PK =  BIT(5),
 X86_PF_SHSTK =  BIT(6),
 X86_PF_SGX =  BIT(15),
 X86_PF_RMP =  BIT(31),
};

#endif /* _ASM_X86_TRAP_PF_H */

Messung V0.5
C=91 H=92 G=91

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.