__asm__ __volatile__("call *%9" :"=a"(result), "=c"(discard_ecx), "=d"(discard_edx) :"d"(0), "a"(code), "b"(0), "c"(in_phys), "D"(0), "S"(out_phys), "m"(hypercall))
static void bios_cpu_nap(void)
Save power by halting the CPU until the next interrupt.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
void cpu_nap(void)
Sleep with interrupts enabled until next CPU interrupt.
#define PROVIDE_NAP(_subsys, _api_func, _func)
Provide an CPU sleeping API implementation.
__asm__(".section \".rodata\", \"a\", " PROGBITS "\n\t" "\nprivate_key_data:\n\t" ".size private_key_data, ( . - private_key_data )\n\t" ".equ private_key_len, ( . - private_key_data )\n\t" ".previous\n\t")