代码搜索:CPRI IDT 开发教程
找到约 10,000 项符合「CPRI IDT 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12792325
h idt.h
#ifndef __IDT_H_
#define __IDT_H_
#define IDT_ENTRIES 256
#define START_HW_INT 0x20
#define NUM_HW_INT 16
/* idt selector type */
#define IDT_VECTOR_TRAP 0x8f /* 10001111 : present, DPL=0 */
#defin
www.eeworm.com/read/245586/12792369
o idt.o
www.eeworm.com/read/245586/12792393
c idt.c
#include "hos.h"
static idt_selector_t __idt[IDT_ENTRIES];
static idtr_t __idtr;
void idt_traps_setup(void);
void do_divide_error(void);
void init_idt(void)
{
unsigned long idt_base_addr = (unsig
www.eeworm.com/read/245586/12792584
h idt.h
#ifndef __IDT_H_
#define __IDT_H_
#define IDT_ENTRIES 256
#define START_HW_INT 0x20
#define NUM_HW_INT 16
/* idt selector type */
#define IDT_VECTOR_TRAP 0x8f /* 10001111 : present, DPL=0 */
#defin
www.eeworm.com/read/245586/12792692
o idt.o
www.eeworm.com/read/245586/12792727
c idt.c
#include "hos.h"
static idt_selector_t __idt[IDT_ENTRIES];
static idtr_t __idtr;
void idt_traps_setup(void);
void do_divide_error(void);
void init_idt(void)
{
unsigned long idt_base_addr = (unsig
www.eeworm.com/read/245586/12792811
h idt.h
#ifndef __IDT_H_
#define __IDT_H_
#define IDT_ENTRIES 256
#define START_HW_INT 0x20
#define NUM_HW_INT 16
/* idt selector type */
#define IDT_VECTOR_TRAP 0x8f /* 10001111 : present, DPL=0 */
#defin
www.eeworm.com/read/245586/12792835
o idt.o
www.eeworm.com/read/245586/12792853
c idt.c
#include "hos.h"
static idt_selector_t __idt[IDT_ENTRIES];
static idtr_t __idtr;
void idt_traps_setup(void);
void do_divide_error(void);
void init_idt(void)
{
unsigned long idt_base_addr = (unsig
www.eeworm.com/read/245586/12793080
h idt.h
#ifndef __IDT_H_
#define __IDT_H_
#define IDT_ENTRIES 256
#define START_HW_INT 0x20
#define NUM_HW_INT 16
/* idt selector type */
#define IDT_VECTOR_TRAP 0x8f /* 10001111 : present, DPL=0 */
#defin