Searched refs:__lgread (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/lguest/ |
D | lg.h | 119 void __lgread(struct lg_cpu *, void *, unsigned long, unsigned); 131 ({ type _v; __lgread((cpu), &_v, (addr), sizeof(_v)); _v; })
|
D | segments.c | 214 __lgread(cpu, tls, gtls, sizeof(*tls)*GDT_ENTRY_TLS_ENTRIES); in guest_load_tls()
|
D | hypercalls.c | 68 __lgread(cpu, msg, args->arg1, sizeof(msg)); in do_hcall()
|
D | core.c | 184 void __lgread(struct lg_cpu *cpu, void *b, unsigned long addr, unsigned bytes) in __lgread() function
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 355 __lgread(cpu, dst, guest_pa(cpu, vaddr), len); in copy_from_guest()
|