Home
last modified time | relevance | path

Searched refs:bsd_x86_64_write_dt (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch.h24 void bsd_x86_64_write_dt(void *ptr, unsigned long addr, unsigned long limit,
H A Dtarget_arch_cpu.h97 bsd_x86_64_write_dt(&gdt_table[__USER_CS >> 3], 0, 0xfffff, in target_cpu_init()
101 bsd_x86_64_write_dt(&gdt_table[__USER_DS >> 3], 0, 0xfffff, in target_cpu_init()
H A Dtarget_arch_cpu.c35 void bsd_x86_64_write_dt(void *ptr, unsigned long addr, in bsd_x86_64_write_dt() function