Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Ddomctl.c15 static long switch_mode(struct domain *d, enum domain_type type) in switch_mode() function
46 return switch_mode(d, DOMAIN_32BIT); in subarch_do_domctl()
48 return switch_mode(d, DOMAIN_64BIT); in subarch_do_domctl()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-remus.c210 static int switch_mode(td_driver_t *driver, enum tdremus_mode mode);
878 switch_mode(s->tdremus_driver, mode_unprotected); in primary_queue_write()
1019 switch_mode(s->tdremus_driver, mode_primary); in remus_connect_event()
1177 switch_mode(driver, mode_unprotected); in backup_queue_write()
1281 switch_mode(driver, mode_unprotected); in remus_server_event()
1451 static int switch_mode(td_driver_t *driver, enum tdremus_mode mode) in switch_mode() function
1675 rc = switch_mode(driver, mode_backup); in tdremus_open()
1677 rc = switch_mode(driver, mode_primary); in tdremus_open()

Completed in 7 milliseconds