Searched refs:master (Results 1 – 21 of 21) sorted by relevance
/xen/docs/process/ |
A D | branching-checklist.txt | 5 git-branch $v-testing master 11 git branch stable-$v master 13 git branch stable-$v master 18 git branch osstest/frozen/xen-$v-testing xen-tested-master 24 git branch stable-$v master 62 cp xen--master.patchbot-reported-heads xen--stable-$v.patchbot-reported-heads 64 cp qemu-xen--master.patchbot-reported-heads qemu-xen--stable-$v.patchbot-reported-heads 66 …cp qemu-xen-traditional--master.patchbot-reported-heads qemu-xen-traditional--stable-$v.patchbot-r…
|
A D | release-technician-checklist.txt | 2 s=master 97 maybe force push into master
|
A D | xen-release-management.pandoc | 113 timely pushes to master.
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 20 - master 42 - master 64 - master 86 - master 108 - master
|
A D | build.yaml | 13 - master
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 733 return master; in find_smmu_master() 783 struct arm_smmu_master *master; in register_smmu_master() local 786 if (master) { in register_smmu_master() 800 master = devm_kzalloc(dev, sizeof(*master), GFP_KERNEL); in register_smmu_master() 801 if (!master) in register_smmu_master() 834 if (master) in find_smmu_for_device() 839 return master ? smmu : NULL; in find_smmu_for_device() 1940 if (!master) { in arm_smmu_add_device() 1945 cfg = &master->cfg; in arm_smmu_add_device() 2394 kfree(master); in arm_smmu_device_dt_probe() [all …]
|
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 98 int master = libxl__carefd_fd(bl->ptys[1].master); in setup_xenconsoled_pty() local 117 tcgetattr(master, &termattr); in setup_xenconsoled_pty() 119 tcsetattr(master, TCSANOW, &termattr); in setup_xenconsoled_pty() 219 bl->ptys[0].master = bl->ptys[0].slave = 0; in libxl__bootloader_init() 220 bl->ptys[1].master = bl->ptys[1].slave = 0; in libxl__bootloader_init() 240 libxl__carefd_close(bl->ptys[i].master); in bootloader_cleanup() 519 int bootloader_master = libxl__carefd_fd(bl->ptys[0].master); in bootloader_gotptys() 520 int xenconsole_master = libxl__carefd_fd(bl->ptys[1].master); in bootloader_gotptys()
|
A D | libxl_aoutils.c | 406 libxl__carefd_close(res->master); res->master = 0; in openpty_cleanup() 454 assert(!res->master); in libxl__openptys() 498 res->master = libxl__carefd_record(CTX, ptyfds[i][0]); in libxl__openptys()
|
A D | libxl_internal.h | 3682 libxl__carefd *master, *slave; member
|
/xen/config/ |
A D | Paths.mk.in | 5 # because of this these variables are defined on one master input source file 6 # and is generated after running ./configure. The master source is located
|
/xen/tools/hotplug/Linux/ |
A D | colo-proxy-setup | 87 do_without_error ip link set $vifname master $forwardbr 88 do_without_error ip link set $forwarddev master $forwardbr 110 do_without_error ip link set $vifname master $bridge
|
A D | xen-network-common.sh | 137 ip link set ${dev} master ${bridge}
|
/xen/ |
A D | .travis.yml | 4 # don't test master, smoke and coverity branches 7 - master
|
/xen/xen/common/ |
A D | README.source | 35 Compiler at https://github.com/dgibson/dtc/tree/master/libfdt
|
/xen/xen/common/sched/ |
A D | credit.c | 229 unsigned int master; member 551 if ( (prv->master == cpu) && (prv->ncpus > 0) ) in csched_deinit_pdata() 553 prv->master = cpumask_first(prv->cpus); in csched_deinit_pdata() 554 migrate_timer(&prv->master_ticker, prv->master); in csched_deinit_pdata() 595 prv->master = cpu; in init_pdata() 2108 prv->master, in csched_dump() 2206 prv->master = UINT_MAX; in csched_init()
|
/xen/docs/misc/ |
A D | hvm-emulated-unplug.pandoc | 39 * `2` -- All IDE disks except for the primary master (not including CD 68 The master registry of product names and numbers is in
|
A D | netif-staging-grants.pandoc | 553 [1] https://github.com/freebsd/freebsd/blob/master/sys/dev/netmap/netmap_mem2.c#L362 557 [3] https://github.com/iovisor/bpf-docs/blob/master/Express_Data_Path.pdf
|
A D | 9pfs.pandoc | 417 [website]: https://github.com/chaos/diod/blob/master/protocol.md
|
/xen/xen/arch/arm/ |
A D | Kconfig | 129 master interface and an L2 cache.
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 9327 out #0x20, al ;; master PIC EOI 9367 out #0x20, al ;; master PIC EOI 10730 out 0x21, AL ;master pic: unmask IRQ 0, 1, 2, 6
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 899 master device. The command B<xl channel-list> can be used to discover the
|
Completed in 49 milliseconds