Searched refs:tiny (Results 1 - 11 of 11) sorted by relevance

/linux-master/kernel/rcu/
H A DMakefile17 obj-$(CONFIG_TINY_RCU) += tiny.o
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c267 struct xe_bo *pt, *bo = m->pt_bo, *big, *tiny; local
301 tiny = xe_bo_create_pin_map(xe, tile, m->q->vm,
306 if (IS_ERR(tiny)) {
361 xe_map_memset(xe, &tiny->vmap, 0, 0x22, tiny->size);
363 fence = xe_migrate_clear(m, tiny, tiny->ttm.resource);
368 retval = xe_map_rd(xe, &tiny->vmap, 0, u32);
370 retval = xe_map_rd(xe, &tiny->vmap, tiny
[all...]
/linux-master/arch/parisc/math-emu/
H A Dcnv_float.h95 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \
97 tiny = TRUE; \
111 tiny = FALSE; \
119 tiny = FALSE; \
127 tiny = FALSE; \
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile44 CFLAGS_vgettimeofday.o = -O2 -mcmodel=tiny -fasynchronous-unwind-tables
/linux-master/scripts/kconfig/
H A DMakefile115 $(Q)KCONFIG_ALLCONFIG=kernel/configs/tiny-base.config $(MAKE) -f $(srctree)/Makefile allnoconfig
116 $(Q)$(MAKE) -f $(srctree)/Makefile tiny.config
/linux-master/drivers/acpi/
H A DMakefile76 obj-$(CONFIG_ACPI_TINY_POWER_BUTTON) += tiny-power-button.o
/linux-master/drivers/gpu/drm/
H A DMakefile204 obj-y += tiny/
/linux-master/drivers/spi/
H A DMakefile98 obj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o
/linux-master/drivers/i2c/busses/
H A DMakefile143 obj-$(CONFIG_I2C_TINY_USB) += i2c-tiny-usb.o
/linux-master/drivers/gpu/drm/radeon/
H A Drv6xx_dpm.c267 struct rv6xx_sclk_stepping tiny = local
269 tiny.post_divider = next.post_divider;
271 if (!rv6xx_reached_stepping_target(rdev, &tiny, &cur, !increasing_vco))
272 rv6xx_output_stepping(rdev, step_index++, &tiny);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S6970 # X's sign. "Huge" and "Tiny" are respectively large/tiny #
7069 # Notes: The idea is to return "X - tiny" under the user #
7103 # Notes: 10.2 will always create an inexact and return -1 + tiny #

Completed in 370 milliseconds