Searched refs:scratch (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem_xen.c | 126 char *scratch = this_cpu(scratch_page); in tmem_compress_from_client() local 139 else if ( !scratch ) in tmem_compress_from_client() 141 else if ( copy_from_guest(scratch, clibuf, PAGE_SIZE) ) in tmem_compress_from_client() 144 ret = lzo1x_1_compress(cli_va ?: scratch, PAGE_SIZE, dmem, out_len, wmem); in tmem_compress_from_client() 187 char *scratch = this_cpu(scratch_page); in tmem_decompress_to_client() local 197 else if ( !scratch ) in tmem_decompress_to_client() 199 ret = lzo1x_decompress_safe(tmem_va, size, cli_va ?: scratch, &out_len); in tmem_decompress_to_client() 204 else if ( copy_to_guest(clibuf, scratch, PAGE_SIZE) ) in tmem_decompress_to_client()
|
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/ |
A D | brcm.c | 236 u32 __iomem *scratch; in brcm_smp_init() local 239 scratch = ioremap_nocache(regs.scratch_reg, sizeof(u32)); in brcm_smp_init() 241 if ( !scratch ) in brcm_smp_init() 256 brcm_boot_continuation_pc = readl(scratch); in brcm_smp_init() 259 writel(target_pc, scratch); in brcm_smp_init() 261 iounmap(scratch); in brcm_smp_init()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-pl011.inc | 24 * rc: scratch register 1 25 * rd: scratch register 2 (unused here) 41 * rc: scratch register
|
A D | debug-8250.inc | 22 * rc: scratch register
|
A D | debug-exynos4210.inc | 24 * rc: scratch register
|
A D | debug-scif.inc | 25 * rc: scratch register
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-pl011.inc | 24 * c: scratch register number 40 * c: scratch register number
|
A D | debug-8250.inc | 24 * c: scratch register
|
A D | debug-cadence.inc | 26 * c: scratch register number
|
A D | debug-scif.inc | 27 * c: scratch register
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | feature-levelling.pandoc | 42 a host reboot. Xen recalculates all information from scratch each boot, and 191 The CPUID policy is currently regenerated from scratch by the receiving side,
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 946 unsigned char status, scratch, scratch2, scratch3; in check_existence() local 967 scratch = ns_read_reg(uart, UART_IER); in check_existence() 977 ns_write_reg(uart, UART_IER, scratch); in check_existence()
|
/xen-4.10.0-shim-comet/ |
A D | SUPPORT.md | 181 Soft-reset allows a new kernel to start 'from scratch' with a fresh VM state,
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | livepatch.markdown | 631 data and start from scratch. It is OK for the toolstack to use the new
|
Completed in 12 milliseconds