Searched refs:what (Results 1 - 25 of 190) sorted by path

12345678

/linux-master/arch/arm/lib/
H A Ddiv64.S147 8: @ Division by a power of 2: determine what that divisor order is
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S615 # This handler emulates the instruction to determine what the correct #
855 # This handler emulates the instruction to determine what the correct #
915 # now, what's left that's not dyadic is fsincos. we can distinguish it
990 # in fp1 (don't forget to save fp0). what to do now?
1253 # I'm not sure at this point what FPSR bits are valid for this instruction.
1507 # I'm not sure at this point what FPSR bits are valid for this instruction.
1516 # call here. just figure out what it is...
1809 # I'm not sure at this point what FPSR bits are valid for this instruction.
2066 # I'm not sure at this point what FPSR bits are valid for this instruction.
10318 tst.b LOCAL_EX(%a0) # what i
[all...]
/linux-master/arch/powerpc/include/asm/
H A Drheap.h80 extern int rh_get_stats(rh_info_t * info, int what, int max_stats,
/linux-master/arch/powerpc/lib/
H A Drheap.c641 int rh_get_stats(rh_info_t * info, int what, int max_stats, rh_stats_t * stats) argument
648 switch (what) {
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dvector.h74 const void *what,
88 const void *what,
115 type_t what, \
118 return dal_vector_insert_at(vector, what, position); \
144 type_t what, \
147 dal_vector_set_at_index(vector, what, index); \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c157 nvkm_i2c_bus_probe(struct nvkm_i2c_bus *bus, const char *what, argument
164 BUS_DBG(bus, "probing %ss", what);
179 what, info[i].dev.type);
/linux-master/drivers/isdn/mISDN/
H A Ddsp_dtmf.c120 u8 what; local
221 what = 0;
279 what = 0;
281 what = dtmf_matrix[lowgroup][highgroup];
284 if (what && (dsp_debug & DEBUG_DSP_DTMF))
285 printk(KERN_DEBUG "DTMF what: %c\n", what);
287 if (dsp->dtmf.lastwhat != what)
292 if (dsp->dtmf.lastdigit != what) {
293 dsp->dtmf.lastdigit = what;
[all...]
/linux-master/drivers/ssb/
H A Dssb_private.h19 extern int ssb_pci_xtal(struct ssb_bus *bus, u32 what,
39 static inline int ssb_pci_xtal(struct ssb_bus *bus, u32 what, argument
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c187 * @what: color to transfer
196 int rop, int what, int blit_bpp,
207 PUT_RING(what);
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
/linux-master/include/sound/
H A Dwss.h107 void (*trigger) (struct snd_wss *chip, unsigned int what, int start);
/linux-master/include/uapi/linux/netfilter/
H A Dxt_connbytes.h24 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/linux-master/net/netfilter/
H A Dxt_connbytes.c26 u_int64_t what = 0; /* initialize to make gcc happy */ local
41 switch (sinfo->what) {
45 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets);
48 what = atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
51 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].packets);
52 what += atomic64_read(&counters[IP_CT_DIR_REPLY].packets);
59 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
65 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
66 what
[all...]
/linux-master/sound/pci/cs46xx/
H A Dcs46xx_dsp_scb_types.h23 #error Not __LITTLE_ENDIAN and not __BIG_ENDIAN, then what ???
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh116 local what=$1; shift
129 log_test "$what: no offload on TTL of inherit ($tcflags)"
136 local what=$1; shift
148 log_test "$what: no offload on a fixed TOS ($tcflags)"
155 local what=$1; shift
167 log_test "$what: should_fail=$should_fail ($tcflags)"
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_flower.sh82 local what=$1; shift
96 log_test "$direction $what ($tcflags)"
H A Dmirror_gre_lag_lacp.sh216 local what=$1; shift
246 log_test "$what ($tcflags)"
H A Dmirror_gre_neigh.sh63 local what=$1; shift
74 log_test "$direction $what: neighbor change ($tcflags)"
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh8 local what=$1; shift
11 echo -ne "expected two remotes after $what\t"
/linux-master/Documentation/arch/s390/
H A Dconfig3270.sh51 echo what=config > $P
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl372 EXCEPTIONS_FILE with describes what elements will be either ignored or
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h197 ; - Z flag set on K is inverse of what hardware does on interrupt entry
/linux-master/arch/arc/kernel/
H A Dentry-compact.S346 ; things to what they were, before returning from L2 context
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S48 strne \reg1, [\reg2] @ record what happened and give up
/linux-master/arch/arm/mm/
H A Dcache-v7.S138 cmp r1, #2 @ see what cache we have at this level
H A Dcache-v7m.S186 cmp r1, #2 @ see what cache we have at this level

Completed in 874 milliseconds

12345678