Searched refs:__force_order (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | special_insns.h | 19 extern unsigned long __force_order; 26 asm volatile("mov %%cr0,%0\n\t" : "=r" (val), "=m" (__force_order)); in native_read_cr0() 33 asm volatile("mov %%cr2,%0\n\t" : "=r" (val), "=m" (__force_order)); in native_read_cr2() 39 asm volatile("mov %0,%%cr2": : "r" (val), "m" (__force_order)); in native_write_cr2() 45 asm volatile("mov %%cr3,%0\n\t" : "=r" (val), "=m" (__force_order)); in __native_read_cr3() 51 asm volatile("mov %0,%%cr3": : "r" (val), "m" (__force_order)); in native_write_cr3() 66 : "=r" (val), "=m" (__force_order) : "0" (0)); in native_read_cr4() 69 asm volatile("mov %%cr4,%0\n\t" : "=r" (val), "=m" (__force_order)); in native_read_cr4()
|
| /Linux-v5.4/arch/x86/boot/compressed/ |
| D | kaslr_64.c | 33 unsigned long __force_order; variable
|
| D | pgtable_64.c | 15 unsigned long __force_order; variable
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | common.c | 377 asm volatile("mov %0,%%cr0": "+r" (val), "+m" (__force_order)); in native_write_cr0()
|