Searched refs:bsd_i386_write_dt (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/bsd-user/i386/ |
H A D | target_arch.h | 24 void bsd_i386_write_dt(void *ptr, unsigned long addr, unsigned long limit,
|
H A D | target_arch_cpu.c | 35 void bsd_i386_write_dt(void *ptr, unsigned long addr, unsigned long limit, in bsd_i386_write_dt() function
|
H A D | target_arch_cpu.h | 87 bsd_i386_write_dt(&gdt_table[__USER_CS >> 3], 0, 0xfffff, in target_cpu_init() 91 bsd_i386_write_dt(&gdt_table[__USER_DS >> 3], 0, 0xfffff, in target_cpu_init()
|