Searched refs:cur_ (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ |
| H A 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/arch/arm64/mm/ |
| H A D | proc.S | 225 add end_\type\()p, cur_\type\()p, #\num_entries * 8 227 ldr \type, [cur_\type\()p], #8 // Load the entry and advance 231 str \type, [cur_\type\()p, #-8] // Update the entry 236 cmp cur_\type\()p, end_\type\()p 253 phys_to_pte pte, cur_\type\()p 254 add cur_\type\()p, temp_pte, #PAGE_SIZE * (\level + 2)
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 1637 if (psb_intel_sdvo_connector->cur_##name == temp_value) return 0; \ in psb_intel_sdvo_set_property() 1640 psb_intel_sdvo_connector->cur_##name = temp_value; \ in psb_intel_sdvo_set_property() 2233 psb_intel_sdvo_connector->cur_##name = response; \ 2239 psb_intel_sdvo_connector->cur_##name); \
|