Home
last modified time | relevance | path

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

/drivers/base/
Dmemory.c378 return sprintf(buf, "%d\n", mem->phys_device); in phys_device_show()
440 static DEVICE_ATTR_RO(phys_device);
664 mem->phys_device = arch_get_memory_phys_device(start_pfn); in init_memory_block()
/drivers/visorbus/
Dcontrolvmchannel.h398 u32 phys_device:1; member
Dvisorchipset.c349 outmsg.cmd.device_change_state.flags.phys_device = 1; in controlvm_respond()
1405 if (cmd->device_change_state.flags.phys_device) { in handle_command()