Home
last modified time | relevance | path

Searched refs:cur_ (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/perf/
Dperf-completion.sh62 local exclude cur_ words_ cword_
68 cur_=${words_[cword_]}
72 cur=$cur_
240 local cur_="${2-$cur}"
244 if [[ "$cur_" == *:* ]]; then
245 local colon_word=${cur_%"${cur_##*:}"}
/Linux-v6.1/arch/arm64/mm/
Dproc.S213 add end_\type\()p, cur_\type\()p, #\num_entries * 8
215 ldr \type, [cur_\type\()p] // Load the entry
219 str \type, [cur_\type\()p] // Update the entry
224 add cur_\type\()p, cur_\type\()p, #8
225 cmp cur_\type\()p, end_\type\()p
242 phys_to_pte pte, cur_\type\()p
243 add cur_\type\()p, temp_pte, #PAGE_SIZE * (\level + 1)
/Linux-v6.1/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1634 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property()
1637 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property()
2230 psb_intel_sdvo_connector->cur_##name = response; \
2236 psb_intel_sdvo_connector->cur_##name); \