Searched refs:re (Results 101 - 125 of 151) sorted by relevance

1234567

/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
H A Dfskeleton.S190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
/linux-master/scripts/
H A Dspdxcheck.py12 import re namespace
104 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S471 cmp r1, #0x1 @ Test if L2 re-enable needed on 3630
474 orr r1, r1, #2 @ re-enable L2 cache
/linux-master/tools/testing/kunit/
H A Dkunit.py12 import re namespace
124 return [l for l in output if re.match(r'^[^\s.]+\.[^\s.]+$', l)]
/linux-master/tools/testing/selftests/sysctl/
H A Dsysctl.sh912 re='^[0-9]+$'
913 if ! [[ $1 =~ $re ]]; then
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh633 find "$tdir" -type f -name 're-run' -print | sed -e 's,/re-run,,' |
671 echo Linking vmlinux.xz files to re-use scenarios `date` | tee -a "$tdir/log-xz" | tee -a $T/log
680 cp -l `cat $i/re-run`/"$i/$v".xz "`dirname "$v"`"
/linux-master/tools/build/feature/
H A DMakefile79 test-clang-bpf-co-re.bin \
380 $(OUTPUT)test-clang-bpf-co-re.bin:
/linux-master/scripts/kconfig/
H A Dsymbol.c918 regex_t re; local
925 if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE))
931 if (regexec(&re, sym->name, 1, match, 0))
961 regfree(&re);
/linux-master/drivers/pci/hotplug/
H A Dibmphp_ebda.c234 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, re, rc_id, re_id, base; local
295 re = readw(io_mem + sub_addr); /* next sub blk */
320 sub_addr = base + re; /* re sub blk */
331 /* signature of re */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm229 // Any concurrent SAVECTX will be handled upon re-entry once halted.
266 // Second-level trap will halt wave and RFE, re-entering for SAVECTX.
307 // If not caused by trap then halt wave to prevent re-entry.
320 // Host trap will not cause trap re-entry.
324 // Advance past trap instruction to prevent re-entry.
361 // Set SPI_PRIO=2 to avoid starving instruction fetch in the waves we're waiting for.
H A Dcwsr_trap_handler_gfx10.asm239 // Any concurrent SAVECTX will be handled upon re-entry once halted.
270 // Second-level trap will halt wave and RFE, re-entering for SAVECTX.
317 // If not caused by trap then halt wave to prevent re-entry.
330 // Host trap will not cause trap re-entry.
334 // Advance past trap instruction to prevent re-entry.
/linux-master/drivers/iommu/intel/
H A Diommu.c79 static phys_addr_t root_entry_lctp(struct root_entry *re) argument
81 if (!(re->lo & 1))
84 return re->lo & VTD_PAGE_MASK;
91 static phys_addr_t root_entry_uctp(struct root_entry *re) argument
93 if (!(re->hi & 1))
96 return re->hi & VTD_PAGE_MASK;
988 * Free the page table if we're below the level we want to
1070 bother to clear them; we're just going to *free* them. */
1349 have it, even if we can't yet know if we're ever going to
2026 * We're goin
2456 struct root_entry re; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c163 s16 re; member in struct:lcnphy_spb_tone
168 u16 re; member in struct:lcnphy_unsign16_struct
3478 cc.re = 0;
3483 cc.re = a;
3490 cc.re = (u16) di0;
3495 cc.re = (u16) ei;
3500 cc.re = (u16) fi;
3657 phy_c15 = (s16) phy_c3.re;
3660 if (phy_c3.re > 127)
3661 phy_c15 = phy_c3.re
[all...]
/linux-master/drivers/hid/
H A Dwacom_sys.c552 struct hid_report_enum *re; local
557 re = &(hdev->report_enum[HID_FEATURE_REPORT]);
558 r = re->report_id_hash[hid_data->inputmode];
571 struct hid_report_enum *re; local
578 re = &(hdev->report_enum[HID_FEATURE_REPORT]);
579 r = re->report_id_hash[wacom_wac->mode_report];
/linux-master/net/can/
H A Dgw.c289 static int cgw_chk_csum_parms(s8 fr, s8 to, s8 re, struct rtcanmsg *r) argument
306 re >= -dlen && re < dlen)
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c1098 int vas_paste_crb(struct vas_window *vwin, int offset, bool re) argument
1113 WARN_ON_ONCE(txwin->nx_win && !re);
1116 if (re) {
1245 * - we re-initialize the window context when it is reassigned.
/linux-master/mm/damon/
H A Dcore.c170 struct damon_addr_range *re)
172 return !(r->ar.end <= re->start || re->end <= r->ar.start);
169 damon_intersect(struct damon_region *r, struct damon_addr_range *re) argument
/linux-master/scripts/gdb/linux/
H A Dslab.py10 import re namespace
/linux-master/tools/perf/util/
H A Dpmu.c877 regex_t re; local
881 if (regcomp(&re, compat, REG_EXTENDED) != 0) {
887 match = !regexec(&re, id, 1, pmatch, 0);
892 regfree(&re);
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py12 import re namespace
216 m = re.search(scanstr, block_str)
253 m = re.search(scanfmt, str_skipped)
/linux-master/arch/arm/mm/
H A Dcache-v7.S68 mrc p15, 1, r0, c0, c0, 0 @ re-read cache geometry from CCSIDR
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S71 * they're not protected.
401 sb t1, 0(dst) # can't fault -- we're copy_from_user
/linux-master/arch/mips/lib/
H A Dmemcpy.S21 * Prefetching may be fatal on some systems if we're prefetching beyond the
90 * they're not protected.
561 sb t1, 0(dst) # can't fault -- we're copy_from_user
/linux-master/arch/x86/boot/
H A Dheader.S12 * BIG FAT NOTE: We're in real mode using 64k segments. Therefore segment
566 movw $0xfffc, %dx # Make sure we're not zero

Completed in 272 milliseconds

1234567