HomeSort by: relevance | last modified time | path
    Searched refs:cmdline_paddr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
start_info.h 46 * | cmdline_paddr | Physical address of the command line,
68 * | cmdline_paddr | Physical address of the command line,
133 uint64_t cmdline_paddr; /* Physical address of the command line. */ member in struct:hvm_start_info
148 uint64_t cmdline_paddr; /* Physical address of the command line. */ member in struct:hvm_modlist_entry
  /src/sys/arch/xen/xen/
hypervisor.c 249 if (hvm_start_info->cmdline_paddr != 0) {
251 (void *)((uintptr_t)hvm_start_info->cmdline_paddr + KERNBASE);

Completed in 14 milliseconds