Searched refs:write_dt_entry (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Ddesc.h76 #define write_ldt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b)
77 #define write_gdt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b)
78 #define write_idt_entry(dt, entry, a, b) write_dt_entry(dt, entry, a, b)
81 static inline void write_dt_entry(struct desc_struct *dt, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dparavirt.c280 .write_ldt_entry = write_dt_entry,
281 .write_gdt_entry = write_dt_entry,
282 .write_idt_entry = write_dt_entry,

Completed in 44 milliseconds