Home
last modified time | relevance | path

Searched refs:type (Results 1 – 6 of 6) sorted by relevance

/arch/x86/
A Ddescriptor.c16 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits) { in x86_set_gdt_descriptor() argument
23 uint8_t type : 4; in x86_set_gdt_descriptor() member
61 desc.seg_desc_legacy.type = type & 0x0f; // segment type in x86_set_gdt_descriptor()
78 switch (type) { in x86_set_gdt_descriptor()
/arch/x86/include/arch/x86/
A Ddescriptor.h104 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits);
/arch/riscv/include/arch/riscv/
A Dsbi.h93 status_t sbi_system_reset(uint32_t type, uint32_t reason);
/arch/riscv/
A Dsbi.c119 status_t sbi_system_reset(uint32_t type, uint32_t reason) { in sbi_system_reset() argument
121 ulong error = sbi_call(SBI_EXT_SRST_SIG, 0, type, reason).error; in sbi_system_reset()
/arch/x86/32/
A Dstart.S29 .type multiboot_header,STT_OBJECT
/arch/x86/64/
A Dstart.S33 .type multiboot_header,STT_OBJECT

Completed in 11 milliseconds