Searched refs:load (Results 201 - 225 of 392) sorted by last modified time

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dcsum_ipv6_magic.S24 ldq_u $0,0($16) # e0 : load src & dst addr words
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c487 DBG(1, "deschedule qh%d/%p branch %d load %d bandwidth %d -> %d\n", ep->interval,
488 ep, ep->branch, ep->load,
489 isp1362_hcd->load[ep->branch],
490 isp1362_hcd->load[ep->branch] - ep->load);
491 isp1362_hcd->load[ep->branch] -= ep->load;
1184 static int balance(struct isp1362_hcd *isp1362_hcd, u16 interval, u16 load) argument
1192 if (branch < 0 || isp1362_hcd->load[branch] > isp1362_hcd->load[
[all...]
H A Duhci-hcd.h172 short load; /* Periodic time requirement, in us */ member in struct:uhci_qh
445 short load[MAX_PHASE]; /* Periodic allocations */ member in struct:uhci_hcd
H A Disp116x-hcd.c332 isp116x->load[i] -= ep->load;
336 ep->load / ep->period;
484 u16 load = 0; local
504 load = isp116x->load[index];
505 if (load) {
530 len = (MAX_LOAD_LIMIT - load) / byte_time;
551 load += len * byte_time;
552 if (load > MAX_LOAD_LIMI
652 balance(struct isp116x *isp116x, u16 period, u16 load) argument
[all...]
/linux-master/arch/arm/vfp/
H A Dvfphw.S33 @ r0 - load location
35 DBGSTR1 "load VFP state %p", r0
39 ldmia r0, {r0-r3} @ load FPEXC, FPSCR, FPINST, FPINST2
/linux-master/arch/arm/nwfpe/
H A Dentry.S132 USERL( .Lrep, ldrt r0, [r4]) @ load opcode from user space
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py72 pkt = IP(src=sip,dst=dip) / UDP(sport=sport,dport=dport,chksum=0) / Raw(load=payload)
75 pkt6 = IPv6(src=sip6,dst=dip6) / IPv6ExtHdrFragment(id=0xBEEF) / UDP(sport=sport,dport=dport) / Raw(load=payload)
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S493 # load key from r3 to vectors
541 # load previous H state
850 # load key from r3
959 # load h
/linux-master/arch/arm/kernel/
H A Dentry-common.S232 adr tbl, sys_call_table @ load syscall table pointer
/linux-master/arch/xtensa/kernel/
H A Dalign.S4 * Handle unalignment and load/store exceptions.
133 #define OP0_L32I_N 0x8 /* load immediate narrow */
135 #define OP0_LSAI 0x2 /* load/store */
169 /* Analyze the instruction (load or store?). */
231 /* Analyze the instruction (load or store?). */
420 l32i a5, a4, 0 # load lower address word
506 rsr a8, excvaddr # load unaligned memory address
508 /* Now, identify one of the following load/store instructions.
525 rsr a7, epc1 # load exception address
529 l32i a4, a3, 0 # load
[all...]
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_64.h137 unsigned int old32, new32, load; local
146 load = (load32 & mask) >> bit_shift;
147 } while (load == old);
149 return load;
/linux-master/arch/s390/kernel/
H A Dhead64.S36 lpswe dw_psw-.(%r13) # load disabled wait psw
/linux-master/arch/s390/boot/
H A Dhead.S10 * 1) load the image directly into ram at address 0 and do an PSW restart
11 * 2) linload will load the image from address 0x10000 to memory 0x10000
45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number
46 lghi %r2,IPL_BS # load start address
47 bras %r14,.Lloader # load rest of ipl image
51 # load parameter file from ipl device
55 bras %r14,.Lloader # load parameter file
78 # load ramdisk from ipl device
83 bras %r14,.Lloader # load ramdisk
153 ssch 0(%r3) # load chun
[all...]
/linux-master/drivers/remoteproc/
H A Dmeson_mx_ao_arc.c140 .load = rproc_elf_load_segments,
/linux-master/drivers/crypto/marvell/cesa/
H A Dcipher.c215 atomic_sub(skreq->cryptlen, &engine->load);
/linux-master/tools/perf/util/
H A Dbpf-filter.l108 load { return constant(PERF_MEM_OP_LOAD); }
/linux-master/kernel/bpf/preload/
H A Dbpf_preload_kern.c74 static int __init load(void) function
90 late_initcall(load); variable
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c245 * increment traffic load value for tid and also remove
266 tl = &lq_data->load[tid];
329 get the traffic load value for tid
341 tl = &(lq_data->load[tid]);
1410 IWL_ERR(priv, "Invalid BT load %d\n", priv->bt_traffic_load);
1583 IWL_ERR(priv, "Invalid BT load %d\n", priv->bt_traffic_load);
1752 IWL_ERR(priv, "Invalid BT load %d\n", priv->bt_traffic_load);
1920 IWL_ERR(priv, "Invalid BT load %d\n", priv->bt_traffic_load);
/linux-master/drivers/net/can/softing/
H A Dsofting_main.c507 /* load boot firmware */
513 /* load loader firmware */
514 ret = softing_load_fw(card->pdat->load.fw, card, card->dpram,
516 card->pdat->load.offs - card->pdat->load.addr);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dib_rep.c188 .load = mlx5_ib_vport_rep_load,
/linux-master/arch/xtensa/lib/
H A Dusercopy.S208 EX(10f) l32i a6, a3, 0 # load first word
H A Dstrnlen_user.S51 # we compensate with load offsets of 4
83 EX(10f) l32i a9, a4, 4 # load 4 bytes for remaining checks
H A Dmemcopy.S24 * 32-bit load and store instructions (as required for these
205 l32i a6, a3, 0 # load first word
287 * 32-bit load and store instructions (as required for these
467 l32i a6, a3, 0 # load first word
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile18 --set-section-flags image=contents,alloc,load,load,data \
/linux-master/arch/arm64/include/asm/
H A Duaccess.h187 #define __get_mem_asm(load, reg, x, addr, err, type) \
189 "1: " load " " reg "1, [%2]\n" \

Completed in 302 milliseconds

1234567891011>>