Searched refs:type (Results 1 – 6 of 6) sorted by relevance
| /arch/x86/ |
| A D | descriptor.c | 16 … 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 D | descriptor.h | 104 … uint8_t present, uint8_t ring, uint8_t sys, uint8_t type, uint8_t gran, uint8_t bits);
|
| /arch/riscv/include/arch/riscv/ |
| A D | sbi.h | 93 status_t sbi_system_reset(uint32_t type, uint32_t reason);
|
| /arch/riscv/ |
| A D | sbi.c | 119 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 D | start.S | 29 .type multiboot_header,STT_OBJECT
|
| /arch/x86/64/ |
| A D | start.S | 33 .type multiboot_header,STT_OBJECT
|
Completed in 12 milliseconds