Searched refs:cur_ (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/perf/ |
D | perf-completion.sh | 62 local exclude cur_ words_ cword_ 68 cur_=${words_[cword_]} 72 cur=$cur_ 260 local cur_="${2-$cur}" 264 if [[ "$cur_" == *:* ]]; then 265 local colon_word=${cur_%"${cur_##*:}"}
|
/linux-6.12.1/arch/arm64/mm/ |
D | proc.S | 207 add end_\type\()p, cur_\type\()p, #\num_entries * 8 209 ldr \type, [cur_\type\()p], #8 // Load the entry and advance 213 str \type, [cur_\type\()p, #-8] // Update the entry 218 cmp cur_\type\()p, end_\type\()p 235 phys_to_pte pte, cur_\type\()p 236 add cur_\type\()p, temp_pte, #PAGE_SIZE * (\level + 2)
|
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 1636 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property() 1639 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property() 2232 psb_intel_sdvo_connector->cur_##name = response; \ 2238 psb_intel_sdvo_connector->cur_##name); \
|