Searched refs:re (Results 1 - 25 of 151) sorted by last modified time

1234567

/linux-master/arch/arc/kernel/
H A Dhead.S51 ; Unaligned access is disabled at reset, so re-enable early as
/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/mm/
H A Dvmalloc.c429 * or be re-mapped for something else, if TLB flushes are being delayed or
468 * caches. Any subsequent access to the address before it has been re-mapped
486 * callers keep track of where we're up to.
4143 unsigned int rs, re; local
4171 for_each_set_bitrange(rs, re, vb->used_map, VMAP_BBMAP_BITS) {
4192 n = ((re - rs + 1) << PAGE_SHIFT) - offset;
4626 * the previous one is the terminal one, we're done.
/linux-master/scripts/
H A Dkernel-doc775 # If we're in a literal block, see if we should drop out
1727 $prototype =~ s/__(?:re)?alloc_size\s*\(\s*\d+\s*(?:,\s*\d+\s*)?\) +//;
1740 # 1. Return type (may be nothing if we're looking at a macro)
H A Dbpf_doc.py11 import re namespace
62 arg_re = re.compile(r'((\w+ )*?(\w+|...))( (\**)(\w+))?$')
64 proto_re = re.compile(r'(.+) (\**)(\w+)\(((([^,]+)(, )?){1,5})\)$')
117 p = re.compile(r' \* ?(BPF\w+)$')
121 end_re = re.compile(r' \* ?NOTES$')
136 p = re.compile(r' \* ?((.+) \**\w+\((((const )?(struct )?(\w+|\.\.\.)( \**\w+)?)(, )?){1,5}\))$')
144 p = re.compile(r' \* ?(?:\t| {5,8})Description$')
157 p = re.compile(r' \* ?(?:\t| {5,8})(?:\t| {8})(.*)')
170 p = re.compile(r' \* ?(?:\t| {5,8})Return$')
183 p = re
[all...]
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py8 import re namespace
2618 exclude_ops = [re.compile(expr) for expr in args.exclude_op]
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c404 * Save registers from "rs" (register start) to "re" (register end) on stack
406 static void save_regs(struct bpf_jit *jit, u32 rs, u32 re) argument
410 if (rs == re)
414 /* stmg %rs,%re,off(%r15) */
415 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 16, 0x0024, off);
419 * Restore registers from "rs" (register start) to "re" (register end) on stack
421 static void restore_regs(struct bpf_jit *jit, u32 rs, u32 re, u32 stack_depth) argument
428 if (rs == re)
432 /* lmg %rs,%re,off(%r15) */
433 _EMIT6_DISP(0xeb00f000 | rs << 20 | re << 1
473 int re = 6, rs; local
[all...]
/linux-master/tools/testing/selftests/devices/
H A Dtest_discoverable_devices.py20 import re namespace
34 dir_regex = re.compile(pci_controller_sysfs_dir)
44 dir_regex = re.compile(usb_controller_sysfs_dir)
51 re_dt_mmio = re.compile("OF_FULLNAME=.*@([0-9a-f]+)")
72 re_usb_version = re.compile("PRODUCT=.*/(\d)/.*")
78 re_busnum = re.compile("BUSNUM=(.*)")
/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);
H A Dqconf.cc1131 QRegularExpression re("[<>&\"\\n]");
1133 for (int i = 0; (i = res.indexOf(re, i)) >= 0;) {
/linux-master/include/linux/
H A Dbitmap.h195 * @nr: The number of zeroed bits we're looking for
609 unsigned int *rs, unsigned int *re,
613 *re = find_next_zero_bit(bitmap, end, *rs + 1);
608 bitmap_next_set_region(unsigned long *bitmap, unsigned int *rs, unsigned int *re, unsigned int end) argument
/linux-master/drivers/mtd/ubi/
H A Dvmt.c435 * ubi_resize_volume - re-size volume.
439 * This function re-sizes the volume and returns zero in case of success, and a
456 dbg_gen("re-size device %d, volume %d to from %d to %d PEBs",
571 * ubi_rename_volumes - re-name UBI volumes.
575 * This function re-names or removes volumes specified in the re-name list.
582 struct ubi_rename_entry *re; local
588 list_for_each_entry(re, rename_list, list) {
589 if (re->remove) {
590 err = ubi_remove_volume(re
[all...]
H A Dvtbl.c117 * This function re-names multiple volumes specified in @req in the volume
124 struct ubi_rename_entry *re; local
126 list_for_each_entry(re, rename_list, list) {
128 struct ubi_volume *vol = re->desc->vol;
131 if (re->remove) {
137 vtbl_rec->name_len = cpu_to_be16(re->new_name_len);
138 memcpy(vtbl_rec->name, re->new_name, re->new_name_len);
139 memset(vtbl_rec->name + re->new_name_len, 0,
140 UBI_VOL_NAME_MAX + 1 - re
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c1072 struct hns_roce_buf_region *re; local
1085 re = &mtr->hem_cfg.region[i];
1086 if (re->hopnum == 0)
1089 pgs_per_l1ba = cal_pages_per_l1ba(ba_per_bt, re->hopnum);
1090 ba_num += DIV_ROUND_UP(re->count, pgs_per_l1ba);
/linux-master/tools/perf/util/
H A Dsetup.py3 from re import sub
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/perf/tests/shell/lib/
H A Dperf_metric_validation.py2 import re namespace
/linux-master/tools/perf/
H A DMakefile.config698 $(call feature_check,clang-bpf-co-re)
699 ifeq ($(feature-clang-bpf-co-re), 0)
1336 # re-generate FEATURE-DUMP as we may have called feature_check, found out
/linux-master/tools/mm/
H A Dthpmaps17 import re
494 text = re.sub(r'\s+', ' ', string)
495 text = re.sub(r'\s*\\n\s*', '\n', text)
/linux-master/tools/build/feature/
H A DMakefile79 test-clang-bpf-co-re.bin \
380 $(OUTPUT)test-clang-bpf-co-re.bin:
/linux-master/tools/build/
H A DMakefile.feature114 clang-bpf-co-re
/linux-master/scripts/gdb/linux/
H A Dvmalloc.py10 import re namespace
/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/drivers/hid/
H A Dwacom_wac.c501 struct hid_report_enum *re; local
503 re = &(wacom->hdev->report_enum[HID_FEATURE_REPORT]);
505 r = re->report_id_hash[WACOM_REPORT_INTUOSHT2_ID];
507 r = re->report_id_hash[WACOM_REPORT_INTUOS_ID1];
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c226 unsigned int rs, re; local
234 for_each_clear_bitrange(rs, re, dbm->bitmap, dbm->count) {
236 rs, re - 1, re - rs);
237 total += re - rs;
242 for_each_set_bitrange(rs, re, dbm->bitmap, dbm->count) {
244 rs, re - 1, re - rs);
245 total += re - rs;

Completed in 353 milliseconds

1234567