Searched refs:cleared (Results 1 - 25 of 49) sorted by path

12

/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S322 | are set by a previous instruction and not cleared by
H A Dround.S36 | a0 is preserved and the g-r-s bits in d0 are cleared.
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S609 # - The "exception present" flag in the fsave frame is cleared #
849 # - The "exception present" flag in the fsave frame is cleared #
2336 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
12750 # So, determine the sign and return a new INF (w/ the j-bit cleared).
22034 # a0 is preserved and the g-r-s bits in d0 are cleared. #
24038 # d0: FPSR with AINEX cleared/FPCR with size set to ext
H A Dpfpsp.S608 # - The "exception present" flag in the fsave frame is cleared #
848 # - The "exception present" flag in the fsave frame is cleared #
2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
6156 # a0 is preserved and the g-r-s bits in d0 are cleared. #
9181 # So, determine the sign and return a new INF (w/ the j-bit cleared).
13998 # d0: FPSR with AINEX cleared/FPCR with size set to ext
/linux-master/arch/sparc/lib/
H A DM7memset.S184 ! must be > pre-cleared lines
/linux-master/arch/arm/kernel/
H A Dentry-header.S145 @ ensure bit 0 is cleared in the PC, otherwise behaviour is
H A Dphys2virt.S95 @ cleared)
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S306 orreq r0, r0, #(1 << 2) @ Enable the C bit if cleared
348 * Also the SRAM content has been cleared.
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S499 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
844 tst r1, #(1 << 31) @ wait until AUTO_CAL_ACTIVE is cleared
/linux-master/block/
H A Dbadblocks.c351 * For the above situations, no bad block to be cleared and no failure
388 * For this situation the whole bad blocks range E will be cleared and its
1069 * already set bad block range are cleared. If the whole bad block range is
1070 * covered by the clearing range and fully cleared, 'delete' is set as 1 for
1079 int cleared = 0; local
1087 cleared = sectors;
1090 cleared = BB_LEN(p[prev]);
1098 cleared = BB_END(p[prev]) - s;
1108 return cleared;
1114 * block range is split into two after the middle part is cleared
1138 int len = 0, cleared = 0; local
[all...]
/linux-master/drivers/acpi/nfit/
H A Dcore.c170 if (!clear_err->cleared)
172 if (clear_err->length > clear_err->cleared)
173 return clear_err->cleared;
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c646 * Returns whether all bits have been cleared for this resync extent,
791 unsigned int cleared = 0; local
802 * of the bits have been successfully cleared
813 cleared += update_rs_extent(device, BM_BIT_TO_EXT(sbnr), c, mode);
824 if (cleared || rs_is_done)
H A Ddrbd_bitmap.c185 /* to mark for lazy writeout once syncer cleared all clearable bits,
186 * we if bits have been cleared since last IO. */
471 * Returns the number of bits cleared.
487 int cleared = 0; local
504 cleared = hweight_long(*bm & ~mask);
512 cleared += hweight_long(*bm);
516 return cleared;
1656 * only cleared, not set, and typically only care for the case when the return
/linux-master/drivers/char/
H A Dmem.c496 size_t cleared = 0; local
502 left = clear_user(buf + cleared, chunk);
504 cleared += (chunk - left);
505 if (!cleared)
509 cleared += chunk;
517 return cleared;
/linux-master/drivers/comedi/
H A Dcomedi_fops.c166 bool cleared = false; local
172 cleared = true;
175 return cleared;
/linux-master/drivers/cpuidle/
H A Dcpuidle-psci.c127 bool cleared = false; local
144 if (!cleared) {
146 cleared = true;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h89 /* If the mappings are cleared or filled */
90 bool cleared; member in struct:amdgpu_bo_va
H A Damdgpu_vm.c1182 } else if (bo_va->cleared != clear) {
1228 bo_va->cleared = clear;
1372 * Make sure all freed BOs are cleared in the PT.
1445 /* Per VM BOs never need to bo cleared in the page tables */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm391 // cleared before executing the VALU instructions below.
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h891 /* BOs cleared in the PT */
892 struct list_head cleared; member in struct:radeon_vm
H A Dradeon_vm.c524 list_add(&bo_va->vm_status, &vm->cleared);
937 list_add(&bo_va->vm_status, &vm->cleared);
1042 * Make sure all freed BOs are cleared in the PT.
1080 * Make sure all invalidated BOs are cleared in the PT.
1191 INIT_LIST_HEAD(&vm->cleared);
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c92 bool cleared; member in struct:repaper_epd
556 } else if (epd->cleared) {
578 epd->cleared = true;
/linux-master/drivers/iio/pressure/
H A Dzpa2326.c325 * back. Hardware FIFO content will be cleared.
492 zpa2326_dbg(indio_dev, "FIFO cleared");
519 int cleared = -1; local
559 cleared++;
562 if (cleared)
567 zpa2326_dbg(indio_dev, "cleared %d FIFO entries", cleared);
1140 * is not cleared since already done at buffering enable time and samples
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpin_system.c59 evict_data.cleared = 0;
62 return evict_data.cleared;
119 int pinned, cleared; local
131 cleared = sdma_cache_evict(pq, npages);
132 if (cleared >= npages)
459 evict_data->cleared += node->npages;
461 /* have enough pages been cleared? */
462 if (evict_data->cleared >= evict_data->target)

Completed in 937 milliseconds

12