Searched refs:this (Results 251 - 275 of 529) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/kernel/
H A Dhead.S31 * relax this restriction to KERNEL_RAM_VADDR >= PAGE_OFFSET + 0x4000.
52 * resolved. These are unsigned 64bit really, but in this assembly code
81 * 0xc0008000, you call this at __pa(0xc0008000).
97 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
125 ldr r8, =PLAT_PHYS_OFFSET @ always constant in this case
381 THUMB( bx r9 ) @ If this is a Thumb-2 kernel,
447 * this is just loading the page table pointer and domain access
486 * memory space. You will not be able to trace execution through this.
487 * If you have an enquiry about this, *please* check the linux-arm-kernel
/linux-master/drivers/usb/mon/
H A Dmon_bin.c232 static unsigned int mon_copy_to_buff(const struct mon_reader_bin *this, argument
251 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
253 if ((off += step_len) >= this->b_size) off = 0;
264 static int copy_from_buf(const struct mon_reader_bin *this, unsigned int off, argument
283 buf = this->b_vec[off / CHUNK_SIZE].ptr + off % CHUNK_SIZE;
286 if ((off += step_len) >= this->b_size) off = 0;
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c244 struct list_head *this, *next; local
248 list_for_each_safe(this, next, &cpts->events) {
249 event = list_entry(this, struct am65_cpts_event, list);
827 struct list_head *this, *next; local
836 list_for_each_safe(this, next, &events) {
837 event = list_entry(this, struct am65_cpts_event, list);
930 * The periodic FIFO check will handle this.
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S203 ! aligned data (and this is more common), so use a value of 16.
450 ! We could do this with the four scratch registers, but if src
451 ! and dest hit the same cache line, this will thrash, so make
457 ! this can be reversed at the end, so we don't need to save any extra
635 ! We could do this with the four scratch registers, but if src
636 ! and dest hit the same cache line, this will thrash, so make
642 ! this can be reversed at the end, so we don't need to save any extra
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S63 | For details on the license for this file, please see the
64 | file, README, in this same directory.
H A Dkernel_ex.S15 | For details on the license for this file, please see the
16 | file, README, in this same directory.
361 | this is the entry point
H A Dscale.S24 | For details on the license for this file, please see the
25 | file, README, in this same directory.
H A Dslog2.S99 | For details on the license for this file, please see the
100 | file, README, in this same directory.
H A Dx_operr.S46 | For details on the license for this file, please see the
47 | file, README, in this same directory.
72 | Check if this is an opclass 3 instruction.
128 cmpw #0x3FFE,%d0 |this is the only possible exponent value
175 cmpw #0x3FFE,%d0 |this is the only possible exponent value
202 cmpw #0x3FFE,%d0 |this is the only possible exponent value
H A Dx_store.S14 | For details on the license for this file, please see the
15 | file, README, in this same directory.
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h13 * notice, this list of conditions and the following disclaimer in the
16 * products derived from this software without specific prior
19 * ALTERNATIVELY, this product may be distributed under the terms of
71 | this separates the conditional instr
83 | this separates most move instr
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl57 # .tmp version. It will continue this until it can not merge the two any more
79 "good" add this if the last run produced a good config
80 "bad" add this if the last run produced a bad config
236 # Perhaps olddefconfig doesn't exist in this version of the kernel
556 # do the same thing, but this time with bottom half
/linux-master/drivers/net/usb/
H A Dnet1080.c78 * driver sets this for both sides of the link.
184 "net1080 %s-%s usbctl 0x%x:%s%s%s%s%s; this%s%s; other%s%s; r/o 0x%x\n",
227 "net1080 %s-%s status 0x%x: this (%c) PKT=%d%s%s%s; other PKT=%d%s%s%s; unspec 0x%x\n",
255 #define MK_TTL(this,other) ((u16)(((other)<<8)|(0x00ff&(this))))
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
44 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
165 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save
167 s_and_b32 s_save_trapsts, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
168 s_cbranch_scc1 L_SAVE //this is the operation for save
666 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
687 s_mov_b32 exec_lo, m0 //assuming exec_lo is not needed anymore from this point on
H A Dcwsr_trap_handler_gfx9.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
67 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits
217 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
218 s_cbranch_scc1 L_SAVE //this is the operation for save
313 // Rewind the PC to prevent this from occurring.
915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
935 s_mov_b32 exec_lo, m0 //assuming exec_lo is not needed anymore from this point on
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c130 static void ts78xx_ts_nand_cmd_ctrl(struct nand_chip *this, int cmd, argument
144 writeb(cmd, this->legacy.IO_ADDR_W);
337 /* TODO: put this 'table' into ts78xx-fpga.h */
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c7 * COPYING in the main directory of this source tree, or the
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
162 mlx4_warn(mdev, "UDP RSS is not supported on this device\n");
186 static int mlx4_en_event(struct notifier_block *this, unsigned long event, argument
190 container_of(this, struct mlx4_en_dev, mlx_nb);
338 /* At this stage all non-port specific tasks are complete:
/linux-master/mm/
H A Dmemblock.c47 * kernel; this may differ from the actual physical memory installed
142 * For architectures that do not keep memblock data after init, this
522 struct memblock_region *this = &type->regions[i]; local
525 if (this->base + this->size != next->base ||
526 memblock_get_region_node(this) !=
528 this->flags != next->flags) {
529 BUG_ON(this->base + this->size > next->base);
534 this
[all...]
/linux-master/fs/
H A Dfile_table.c178 * Be very careful using this. You are responsible for
180 * to this filp, if it is opened for write. If this is not
328 struct qstr this = QSTR_INIT(name, strlen(name)); local
330 path->dentry = d_alloc_pseudo(mnt->mnt_sb, &this);
455 * to complete, call this. The only user right now is the boot - we
485 * After this task has run exit_task_work(),
500 * for this specific struct file it won't involve anything that would
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S24 so long as this entire notice is retained without alteration in any modified and/or
34 # Also, subroutine stubs exist in this file (_fpsp_done for
619 # If the exception is enabled, then this handler must create the #
622 # exceptions enabled, this handler must exit through the "callout" #
624 # can handle this case. #
626 # but the inexact exception was enabled, this handler must exit #
630 # overflow was disabled and the trace exception was enabled, this #
672 # will never take this exception.
749 frestore FP_SRC(%a6) # do this after fmovm,other f<op>s!
768 frestore FP_SRC(%a6) # do this afte
[all...]
/linux-master/net/netfilter/
H A Dxt_TEE.c60 static int tee_netdev_event(struct notifier_block *this, unsigned long event, argument
/linux-master/drivers/watchdog/
H A Dsmsc37b787_wdt.c9 * any of this software. This material is provided "AS-IS" in
470 /* the API states this is given in secs */
490 static int wb_smsc_wdt_notify_sys(struct notifier_block *this, argument
H A Dsb_wdog.c13 * I have not tried this driver on a 1480 processor; it might work
19 * be problematic in some cases where this chip is sitting on the HT
221 static int sbwdog_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Dsbc7240_wdt.c226 static int wdt_notify_sys(struct notifier_block *this, unsigned long code, argument
H A Dalim1535_wdt.c283 static int ali_notify_sys(struct notifier_block *this, argument

Completed in 344 milliseconds

<<11121314151617181920>>