Home | History | Annotate | Download | only in asm-x86

Lines Matching full:low

99 				int entrynum, u32 low, u32 high);
101 int entrynum, u32 low, u32 high);
103 int entrynum, u32 low, u32 high);
362 * in low,high order.
564 static inline int paravirt_write_msr(unsigned msr, unsigned low, unsigned high)
566 return PVOP_CALL3(int, pv_cpu_ops.write_msr, msr, low, high);
603 #define rdtscl(low) do { \
605 low = (int)_l; \
623 #define rdpmc(counter,low,high) do { \
625 low = (u32)_l; \
662 static inline void write_ldt_entry(void *dt, int entry, u32 low, u32 high)
664 PVOP_VCALL4(pv_cpu_ops.write_ldt_entry, dt, entry, low, high);
666 static inline void write_gdt_entry(void *dt, int entry, u32 low, u32 high)
668 PVOP_VCALL4(pv_cpu_ops.write_gdt_entry, dt, entry, low, high);
670 static inline void write_idt_entry(void *dt, int entry, u32 low, u32 high)
672 PVOP_VCALL4(pv_cpu_ops.write_idt_entry, dt, entry, low, high);