Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/linux/arch/powerpc/mm/ptdump/
H A Dbook3s64.c17 .clear = " ",
22 .clear = " ",
27 .clear = " ",
32 .clear = " ",
37 .clear = " ",
42 .clear = " ",
47 .clear = "present",
52 .clear = " ",
57 .clear = " ",
62 .clear
[all...]
H A Dshared.c17 .clear = "r",
22 .clear = "w",
27 .clear = " ",
32 .clear = " ",
37 .clear = " ",
42 .clear = " ",
47 .clear = " ",
52 .clear = " ",
57 .clear = " ",
62 .clear
[all...]
H A D8xx.c22 .clear = " ",
39 .clear = " ",
44 .clear = " ",
49 .clear = " ",
54 .clear = " ",
59 .clear = " ",
64 .clear = " ",
H A Dhashpagetable.c56 const char *clear; member
66 .clear = "ssize: 1T ",
71 .clear = "primary ",
76 .clear = "invalid",
81 .clear = "",
110 .clear = "",
116 .clear = " ",
121 .clear = " ",
176 s = flag->clear; in dump_flag_info()
/linux/arch/arm/mach-imx/
H A Dpm-imx5.c56 u32 clear; member
75 {.offset = 0x584, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM0 */
76 {.offset = 0x594, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM1 */
77 {.offset = 0x560, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM2 */
78 {.offset = 0x554, .clear = MX53_DSE_HIGHZ_MASK}, /* DQM3 */
79 {.offset = 0x574, .clear = MX53_DSE_HIGHZ_MASK}, /* CAS */
80 {.offset = 0x588, .clear = MX53_DSE_HIGHZ_MASK}, /* RAS */
81 {.offset = 0x578, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_0 */
82 {.offset = 0x570, .clear = MX53_DSE_HIGHZ_MASK}, /* SDCLK_1 */
84 {.offset = 0x580, .clear
[all...]
/linux/arch/s390/boot/
H A Dalternative.c28 static void alt_debug_modify(int type, unsigned int nr, bool clear) in alt_debug_modify() argument
32 if (clear) in alt_debug_modify()
38 if (clear) in alt_debug_modify()
50 bool clear; in alt_debug_parse() local
59 clear = false; in alt_debug_parse()
62 clear = true; in alt_debug_parse()
77 alt_debug_modify(type, val, clear); in alt_debug_parse()
81 alt_debug_modify(type, val, clear); in alt_debug_parse()
H A Dipl_parm.c189 static void modify_facility(unsigned long nr, bool clear) in modify_facility() argument
191 if (clear) in modify_facility()
215 bool clear; in modify_fac_list() local
218 clear = false; in modify_fac_list()
220 clear = true; in modify_fac_list()
234 modify_facility(val, clear); in modify_fac_list()
238 modify_facility(val, clear); in modify_fac_list()
/linux/arch/loongarch/include/asm/
H A Dhugetlb.h17 pte_t clear; in huge_pte_clear() local
19 pte_val(clear) = (unsigned long)invalid_pte_table; in huge_pte_clear()
20 set_pte_at(mm, addr, ptep, clear); in huge_pte_clear()
28 pte_t clear; in huge_ptep_get_and_clear() local
31 pte_val(clear) = (unsigned long)invalid_pte_table; in huge_ptep_get_and_clear()
32 set_pte_at(mm, addr, ptep, clear); in huge_ptep_get_and_clear()
/linux/arch/riscv/mm/
H A Dptdump.c132 const char *clear; member
140 .clear = ".",
144 .clear = " .. ",
149 .clear = " .. ",
153 .clear = ".",
157 .clear = ".",
161 .clear = ".",
165 .clear = ".",
169 .clear = ".",
173 .clear
[all...]
/linux/arch/powerpc/math-emu/
H A Dmcrfs.c12 u32 value, clear; in mcrfs() local
18 clear = 15 << ((7 - crfS) << 2); in mcrfs()
20 clear = 0x90000000; in mcrfs()
23 __FPU_FPSCR &= ~(clear); in mcrfs()
/linux/arch/arm64/mm/
H A Dptdump.c46 .clear = "F",
51 .clear = " ",
56 .clear = "RW",
61 .clear = "x ",
66 .clear = " ",
71 .clear = " ",
76 .clear = " ",
81 .clear = " ",
86 .clear = " ",
91 .clear
[all...]
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c25 * For fail_gpu_migration, the gpu blit scheduled is always a clear blit
188 bool clear, in i915_ttm_accel_move() argument
205 /* With fail_gpu_migration, we always perform a GPU clear. */ in i915_ttm_accel_move()
207 clear = true; in i915_ttm_accel_move()
210 if (clear) { in i915_ttm_accel_move()
259 * @clear: Whether to clear instead of copy.
272 bool clear; member
307 ttm_move_memcpy(arg->clear, arg->num_pages, in i915_ttm_move_memcpy()
312 struct ttm_buffer_object *bo, bool clear, in i915_ttm_memcpy_init() argument
469 __i915_ttm_move(struct ttm_buffer_object * bo,const struct ttm_operation_ctx * ctx,bool clear,struct ttm_resource * dst_mem,struct ttm_tt * dst_ttm,struct i915_refct_sgt * dst_rsgt,bool allow_accel,const struct i915_deps * move_deps) __i915_ttm_move() argument
581 bool clear, prealloc_bo; i915_ttm_move() local
[all...]
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkmemleak.rst36 # echo clear > /sys/kernel/debug/kmemleak
63 * clear
108 时编写的漏洞百出的代码导致的。为了解决这种情况你可以使用 'clear' 命令来清除
109 /sys/kernel/debug/kmemleak 输出的所有的未引用对象。在执行 'clear' 后执行 'scan'
114 # echo clear > /sys/kernel/debug/kmemleak
131 # echo clear > /sys/kernel/debug/kmemleak
/linux/drivers/s390/scsi/
H A Dzfcp_erp.c352 * @clear: Status flags to clear.
355 void zfcp_erp_adapter_reopen(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_reopen() argument
360 zfcp_erp_adapter_block(adapter, clear); in zfcp_erp_adapter_reopen()
372 * @clear: Status flags to clear.
375 void zfcp_erp_adapter_shutdown(struct zfcp_adapter *adapter, int clear, in zfcp_erp_adapter_shutdown() argument
379 zfcp_erp_adapter_reopen(adapter, clear | flags, dbftag); in zfcp_erp_adapter_shutdown()
385 * @clear: Status flags to clear
388 zfcp_erp_port_shutdown(struct zfcp_port * port,int clear,char * dbftag) zfcp_erp_port_shutdown() argument
394 zfcp_erp_port_block(struct zfcp_port * port,int clear) zfcp_erp_port_block() argument
400 _zfcp_erp_port_forced_reopen(struct zfcp_port * port,int clear,char * dbftag) _zfcp_erp_port_forced_reopen() argument
416 zfcp_erp_port_forced_reopen(struct zfcp_port * port,int clear,char * dbftag) zfcp_erp_port_forced_reopen() argument
427 _zfcp_erp_port_reopen(struct zfcp_port * port,int clear,char * dbftag) _zfcp_erp_port_reopen() argument
443 zfcp_erp_port_reopen(struct zfcp_port * port,int clear,char * dbftag) zfcp_erp_port_reopen() argument
459 _zfcp_erp_lun_reopen(struct scsi_device * sdev,int clear,char * dbftag,u32 act_status) _zfcp_erp_lun_reopen() argument
479 zfcp_erp_lun_reopen(struct scsi_device * sdev,int clear,char * dbftag) zfcp_erp_lun_reopen() argument
497 zfcp_erp_lun_shutdown(struct scsi_device * sdev,int clear,char * dbftag) zfcp_erp_lun_shutdown() argument
519 int clear = ZFCP_STATUS_COMMON_RUNNING | ZFCP_STATUS_COMMON_ERP_FAILED; zfcp_erp_lun_shutdown_wait() local
645 zfcp_erp_port_forced_reopen_all(struct zfcp_adapter * adapter,int clear,char * dbftag) zfcp_erp_port_forced_reopen_all() argument
659 _zfcp_erp_port_reopen_all(struct zfcp_adapter * adapter,int clear,char * dbftag) _zfcp_erp_port_reopen_all() argument
669 _zfcp_erp_lun_reopen_all(struct zfcp_port * port,int clear,char * dbftag) _zfcp_erp_lun_reopen_all() argument
[all...]
/linux/arch/powerpc/include/asm/
H A Dio.h939 /* Clear and set bits in one shot. These macros can be used to clear and
942 * by specifying the mask in the 'clear' parameter and the new bit pattern
946 #define clrsetbits(type, addr, clear, set) \ argument
947 out_##type((addr), (in_##type(addr) & ~(clear)) | (set))
950 #define clrsetbits_be64(addr, clear, set) clrsetbits(be64, addr, clear, set) argument
951 #define clrsetbits_le64(addr, clear, set) clrsetbits(le64, addr, clear, set) argument
954 #define clrsetbits_be32(addr, clear, set) clrsetbits(be32, addr, clear, se argument
955 clrsetbits_le32(addr,clear,set) global() argument
957 clrsetbits_be16(addr,clear,set) global() argument
958 clrsetbits_le16(addr,clear,set) global() argument
960 clrsetbits_8(addr,clear,set) global() argument
[all...]
/linux/arch/mips/include/asm/
H A Dhugetlb.h19 pte_t clear; in huge_ptep_get_and_clear() local
22 pte_val(clear) = (unsigned long)invalid_pte_table; in huge_ptep_get_and_clear()
23 set_pte_at(mm, addr, ptep, clear); in huge_ptep_get_and_clear()
35 * clear the huge pte entry firstly, so that the other smp threads will in huge_ptep_clear_flush()
/linux/arch/arm/mm/
H A Ddump.c63 const char *clear; member
73 .clear = " ",
78 .clear = "RW",
84 .clear = "x ",
90 .clear = " ",
148 .clear = "RW",
192 .clear = "x ",
198 .clear = " ",
237 s = bits->clear; in dump_prot()
/linux/arch/arm64/kvm/
H A Dptdump.c33 .clear = "F",
38 .clear = " ",
43 .clear = " ",
48 .clear = "X",
53 .clear = " ",
58 .clear = " ",
/linux/arch/alpha/lib/
H A Dstrncpy.S37 or $3, $24, $3 # clear the bits between the last
47 subq $27, 1, $2 # clear the final bits in the prev word
73 1: ldq_u $1, 0($16) # clear the leading bits in the final word
/linux/Documentation/ABI/testing/
H A Dsysfs-pps29 What: /sys/class/pps/ppsX/clear
33 The /sys/class/pps/ppsX/clear file reports the clear events
34 and the clear sequence number of the X-th source in the form:
38 If the source has no clear events the content of this file
/linux/arch/m68k/fpsp040/
H A Dx_unimp.S56 | exception byte and condition codes are clear before proceeding
59 andl #0xFF00FF,%d0 |clear all but accrued exceptions
61 fmovel #0,%FPSR |clear all user bits
62 fmovel #0,%FPCR |clear all user exceptions for FPSP
/linux/kernel/sched/
H A Dpsi.c797 unsigned int clear, unsigned int set, in psi_group_change() argument
813 if (unlikely(clear & TSK_ONCPU)) { in psi_group_change()
815 clear &= ~TSK_ONCPU; in psi_group_change()
827 for (t = 0, m = clear; m; m &= ~(1 << t), t++) { in psi_group_change()
833 printk_deferred(KERN_ERR "psi: task underflow! cpu=%d t=%d tasks=[%u %u %u %u] clear=%x set=%x\n", in psi_group_change()
836 groupc->tasks[3], clear, set); in psi_group_change()
894 static void psi_flags_change(struct task_struct *task, int clear, int set) in psi_flags_change() argument
897 (task->psi_flags & clear) != clear) && in psi_flags_change()
899 printk_deferred(KERN_ERR "psi: inconsistent task state! task=%d:%s cpu=%d psi_flags=%x clear in psi_flags_change()
909 psi_task_change(struct task_struct * task,int clear,int set) psi_task_change() argument
955 int clear = TSK_ONCPU, set = 0; psi_task_switch() local
[all...]
/linux/arch/arm/kernel/
H A Dphys2virt.S113 tst ip, #0x200 @ MOVW has bit 9 set, MVN has it clear
114 bne 0f @ skip to MOVW handling (Z flag is clear)
115 bic ip, #0x20 @ clear bit 5 (MVN -> MOV)
124 and ip, #0xf00 @ clear everything except Rd field
126 orrne ip, r6 @ Z flag clear -> MOVW -> patch in low bits
189 tst ip, #PV_BIT24 @ ADD/SUB have bit 24 clear
192 tst ip, #0xc00000 @ MOVW has bits 23:22 clear
193 bic ip, ip, #0x400000 @ clear bit 22
194 bfc ip, #0, #12 @ clear imm12 field of MOV[W] instruction
/linux/arch/arm/mach-sa1100/
H A Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
124 @ Step 2 clear DRI field in MDREFR
130 @ Step 4 clear DE bis in MDCNFG
133 @ Step 5 clear DRAM refresh control register
/linux/drivers/usb/serial/
H A Dupd78f0730.c205 unsigned int set, unsigned int clear) in upd78f0730_tiocmset() argument
224 if (clear & TIOCM_DTR) { in upd78f0730_tiocmset()
226 dev_dbg(dev, "%s - clear DTR\n", __func__); in upd78f0730_tiocmset()
228 if (clear & TIOCM_RTS) { in upd78f0730_tiocmset()
230 dev_dbg(dev, "%s - clear RTS\n", __func__); in upd78f0730_tiocmset()
257 dev_dbg(dev, "%s - clear BREAK\n", __func__); in upd78f0730_break_ctl()
272 unsigned int clear = 0; in upd78f0730_dtr_rts() local
277 clear = TIOCM_DTR | TIOCM_RTS; in upd78f0730_dtr_rts()
279 upd78f0730_tiocmset(tty, set, clear); in upd78f0730_dtr_rts()

12345678910>>...33